From edcbda4aedda4a1c265718ff61225a4654231110 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 9 Feb 2024 19:40:54 -0500 Subject: [PATCH] bump to 7.2.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- projects/code-editor/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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",