diff --git a/package-lock.json b/package-lock.json index f9cbae51..d9c5f9d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ngstack/code-editor", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ngstack/code-editor", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "dependencies": { "@angular/animations": "^17.1.3", diff --git a/package.json b/package.json index 40f97388..0e720a79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ngstack/code-editor", "description": "Code editor component for Angular applications. ", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "author": "Denys Vuika ", "scripts": { @@ -58,4 +58,4 @@ "ng-packagr": "^17.1.2", "typescript": "5.3.3" } -} \ No newline at end of file +} diff --git a/projects/code-editor/package.json b/projects/code-editor/package.json index 2e755f8a..1d9a86e0 100644 --- a/projects/code-editor/package.json +++ b/projects/code-editor/package.json @@ -1,7 +1,7 @@ { "name": "@ngstack/code-editor", "description": "Code editor component for Angular applications.", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "author": { "name": "Denys Vuika",