Skip to content

Commit 1405e1d

Browse files
chore: release ng-monaco-editor (#74)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 20ee91a commit 1405e1d

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/fresh-apples-accept.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-tips-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/large-mugs-sin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
- [#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
14+
315
## 4.0.3
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-monaco-editor",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "Angular wrapper for monaco-editor",
55
"repository": "git+https://github.com/alauda/ng-monaco-editor.git",
66
"author": "Alauda Frontend",

0 commit comments

Comments
 (0)