From ca45e9d6c96ba8005442ef372c95322006faaa37 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Mon, 30 Sep 2024 22:33:53 +0100 Subject: [PATCH] Fix package version after release --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0328d507c..3f8ac7a417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alfresco-ng2-components", - "version": "7.0.0-alpha.2", + "version": "7.0.0-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-ng2-components", - "version": "7.0.0-alpha.2", + "version": "7.0.0-alpha.4", "license": "Apache-2.0", "dependencies": { "@angular/animations": "16.2.9", @@ -164,7 +164,7 @@ }, "lib/eslint-angular": { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "7.0.0-alpha.2", + "version": "7.0.0-alpha.4", "dev": true, "license": "Apache-2.0" }, diff --git a/package.json b/package.json index 32cf357605..94c66e56a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-ng2-components", "description": "Alfresco Angular components", - "version": "7.0.0-alpha.2", + "version": "7.0.0-alpha.4", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "prepare": "husky install",