Skip to content

Commit 2a700c6

Browse files
committed
bump to 7.3.0
1 parent d3bf814 commit 2a700c6

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"packageManager": "npm",
77
"schematicCollections": [
88
"@angular-eslint/schematics"
9-
]
9+
],
10+
"analytics": false
1011
},
1112
"projects": {
1213
"app": {

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ngstack/code-editor",
33
"description": "Code editor component for Angular applications. ",
4-
"version": "7.2.0",
4+
"version": "7.3.0",
55
"license": "MIT",
66
"author": "Denys Vuika <[email protected]>",
77
"scripts": {
@@ -26,7 +26,7 @@
2626
"@angular/platform-browser": "^17.1.3",
2727
"@angular/platform-browser-dynamic": "^17.1.3",
2828
"@angular/router": "^17.1.3",
29-
"monaco-editor": "^0.46.0",
29+
"monaco-editor": "^0.50.0",
3030
"rxjs": "^7.8.0",
3131
"tslib": "^2.5.0",
3232
"zone.js": "~0.14.4"

projects/code-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ngstack/code-editor",
33
"description": "Code editor component for Angular applications.",
4-
"version": "7.2.0",
4+
"version": "7.3.0",
55
"license": "MIT",
66
"author": {
77
"name": "Denys Vuika",

0 commit comments

Comments
 (0)