Skip to content

Commit

Permalink
bump to 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jul 22, 2024
1 parent d3bf814 commit 2a700c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"packageManager": "npm",
"schematicCollections": [
"@angular-eslint/schematics"
]
],
"analytics": false
},
"projects": {
"app": {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ngstack/code-editor",
"description": "Code editor component for Angular applications. ",
"version": "7.2.0",
"version": "7.3.0",
"license": "MIT",
"author": "Denys Vuika <[email protected]>",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"@angular/platform-browser": "^17.1.3",
"@angular/platform-browser-dynamic": "^17.1.3",
"@angular/router": "^17.1.3",
"monaco-editor": "^0.46.0",
"monaco-editor": "^0.50.0",
"rxjs": "^7.8.0",
"tslib": "^2.5.0",
"zone.js": "~0.14.4"
Expand Down
2 changes: 1 addition & 1 deletion projects/code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ngstack/code-editor",
"description": "Code editor component for Angular applications.",
"version": "7.2.0",
"version": "7.3.0",
"license": "MIT",
"author": {
"name": "Denys Vuika",
Expand Down

0 comments on commit 2a700c6

Please sign in to comment.