diff --git a/.changeset/fresh-apples-accept.md b/.changeset/fresh-apples-accept.md deleted file mode 100644 index 8bb43da..0000000 --- a/.changeset/fresh-apples-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ng-monaco-editor": patch ---- - -chore: provide service and config in root diff --git a/.changeset/gentle-tips-compare.md b/.changeset/gentle-tips-compare.md deleted file mode 100644 index 7f8fa84..0000000 --- a/.changeset/gentle-tips-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ng-monaco-editor": patch ---- - -fix: use `defaultOptions.theme` as default theme diff --git a/.changeset/large-mugs-sin.md b/.changeset/large-mugs-sin.md deleted file mode 100644 index 033965e..0000000 --- a/.changeset/large-mugs-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ng-monaco-editor": major ---- - -feat!: expose theme as Observable, remove isDarkTheme diff --git a/CHANGELOG.md b/CHANGELOG.md index 55537af..585a2ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 5.0.0 + +### Major Changes + +- [#73](https://github.com/alauda/ng-monaco-editor/pull/73) [`bcf921b`](https://github.com/alauda/ng-monaco-editor/commit/bcf921ba97e1e3a599cf96d79157148a960165c3) Thanks [@JounQin](https://github.com/JounQin)! - feat!: expose theme as Observable, remove isDarkTheme + +### Patch Changes + +- [#75](https://github.com/alauda/ng-monaco-editor/pull/75) [`bddf557`](https://github.com/alauda/ng-monaco-editor/commit/bddf557d39163a31956f8325724379c1fc1d3933) Thanks [@JounQin](https://github.com/JounQin)! - chore: provide service and config in root + +- [#73](https://github.com/alauda/ng-monaco-editor/pull/73) [`bcf921b`](https://github.com/alauda/ng-monaco-editor/commit/bcf921ba97e1e3a599cf96d79157148a960165c3) Thanks [@JounQin](https://github.com/JounQin)! - fix: use `defaultOptions.theme` as default theme + ## 4.0.3 ### Patch Changes diff --git a/package.json b/package.json index d171649..3ef9de7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-monaco-editor", - "version": "4.0.3", + "version": "5.0.0", "description": "Angular wrapper for monaco-editor", "repository": "git+https://github.com/alauda/ng-monaco-editor.git", "author": "Alauda Frontend",