Fix package version after release

This commit is contained in:
VitoAlbano 2024-09-30 22:33:53 +01:00
parent 8348745d99
commit ca45e9d6c9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"version": "7.0.0-alpha.2", "version": "7.0.0-alpha.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"version": "7.0.0-alpha.2", "version": "7.0.0-alpha.4",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@angular/animations": "16.2.9", "@angular/animations": "16.2.9",
@ -164,7 +164,7 @@
}, },
"lib/eslint-angular": { "lib/eslint-angular": {
"name": "@alfresco/eslint-plugin-eslint-angular", "name": "@alfresco/eslint-plugin-eslint-angular",
"version": "7.0.0-alpha.2", "version": "7.0.0-alpha.4",
"dev": true, "dev": true,
"license": "Apache-2.0" "license": "Apache-2.0"
}, },

View File

@ -1,7 +1,7 @@
{ {
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"description": "Alfresco Angular components", "description": "Alfresco Angular components",
"version": "7.0.0-alpha.2", "version": "7.0.0-alpha.4",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"scripts": { "scripts": {
"prepare": "husky install", "prepare": "husky install",