Post release version bump (#11021)

* Trigger Build

* Post release bump
This commit is contained in:
AleksanderSklorz
2025-07-15 16:16:03 +02:00
committed by GitHub
parent 2e10d2c5c7
commit e5fcfde2ec
12 changed files with 40 additions and 46 deletions

View File

@@ -1,20 +1,20 @@
{ {
"name": "@alfresco/adf-cli", "name": "@alfresco/adf-cli",
"version": "8.0.0", "version": "9.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@alfresco/adf-cli", "name": "@alfresco/adf-cli",
"version": "8.0.0", "version": "9.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@alfresco/js-api": ">=8.0.0-alpha.7", "@alfresco/js-api": ">=9.0.0",
"commander": "^6.2.1", "commander": "^6.2.1",
"ejs": "^3.1.9", "ejs": "^3.1.9",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"node-fetch": "^2.7.0", "node-fetch": "^2.7.0",
"rxjs": "^6.6.6", "rxjs": "7.8.2",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"spdx-license-list": "^5.0.0" "spdx-license-list": "^5.0.0"
}, },
@@ -30,9 +30,10 @@
} }
}, },
"node_modules/@alfresco/js-api": { "node_modules/@alfresco/js-api": {
"version": "8.0.0-alpha.7-12984503308", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.7-12984503308.tgz", "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.0.0.tgz",
"integrity": "sha512-ua8YgR6BHO751wKclLCQeJEByLJbLl5xmfQqEDJyRlnMvDCk+v7a5e2ibF58meQkmstR+CkIXi5ZlW9YhBKtZg==", "integrity": "sha512-tkVc3vCmbyp1cAJOtga/c5kApWmkj7lBmnJk0M+Jx/aek5mUQkXvDKlpPBoE0QR8UHKEKgB6HgwmaOMumYQVAw==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"event-emitter": "^0.3.5", "event-emitter": "^0.3.5",
"superagent": "^9.0.1", "superagent": "^9.0.1",
@@ -1052,21 +1053,14 @@
} }
}, },
"node_modules/rxjs": { "node_modules/rxjs": {
"version": "6.6.7", "version": "7.8.2",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"tslib": "^1.9.0" "tslib": "^2.1.0"
},
"engines": {
"npm": ">=2.0.0"
} }
}, },
"node_modules/rxjs/node_modules/tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/set-function-length": { "node_modules/set-function-length": {
"version": "1.2.2", "version": "1.2.2",
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-cli", "name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils", "description": "Alfresco ADF cli and utils",
"version": "8.0.0", "version": "9.0.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"bin": { "bin": {
"adf-cli": "bin/adf-cli", "adf-cli": "bin/adf-cli",
@@ -20,7 +20,7 @@
"dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli" "dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli"
}, },
"dependencies": { "dependencies": {
"@alfresco/js-api": ">=8.0.0-alpha.7", "@alfresco/js-api": ">=9.0.0",
"commander": "^6.2.1", "commander": "^6.2.1",
"ejs": "^3.1.9", "ejs": "^3.1.9",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-content-services", "name": "@alfresco/adf-content-services",
"description": "Alfresco ADF content services", "description": "Alfresco ADF content services",
"version": "8.0.0", "version": "9.0.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -21,9 +21,9 @@
"@angular/platform-browser": ">=14.1.3", "@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3", "@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=9.0.0", "@alfresco/js-api": ">=10.0.0",
"@ngx-translate/core": ">=16.0.0", "@ngx-translate/core": ">=16.0.0",
"@alfresco/adf-core": ">=8.0.0" "@alfresco/adf-core": ">=9.0.0"
}, },
"keywords": [ "keywords": [
"content-services", "content-services",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-core", "name": "@alfresco/adf-core",
"description": "Alfresco ADF core", "description": "Alfresco ADF core",
"version": "8.0.0", "version": "9.0.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -38,8 +38,8 @@
"@angular/router": ">=16.0.0", "@angular/router": ">=16.0.0",
"@mat-datetimepicker/core": ">=12.0.1", "@mat-datetimepicker/core": ">=12.0.1",
"@ngx-translate/core": ">=16.0.0", "@ngx-translate/core": ">=16.0.0",
"@alfresco/js-api": ">=9.0.0", "@alfresco/js-api": ">=10.0.0",
"@alfresco/adf-extensions": ">=8.0.0", "@alfresco/adf-extensions": ">=9.0.0",
"minimatch": ">=10.0.0", "minimatch": ">=10.0.0",
"pdfjs-dist": ">=3.3.122", "pdfjs-dist": ">=3.3.122",
"ts-morph": ">=20.0.0" "ts-morph": ">=20.0.0"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@alfresco/eslint-plugin-eslint-angular", "name": "@alfresco/eslint-plugin-eslint-angular",
"version": "8.0.0", "version": "9.0.0",
"description": "Alfresco ADF eslint angular custom rules", "description": "Alfresco ADF eslint angular custom rules",
"main": "main.js", "main": "main.js",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-extensions", "name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.", "description": "Provides extensibility support for ADF applications.",
"version": "8.0.0", "version": "9.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
@@ -14,7 +14,7 @@
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=14.1.3", "@angular/common": ">=14.1.3",
"@angular/core": ">=14.1.3", "@angular/core": ">=14.1.3",
"@alfresco/js-api": ">=9.0.0" "@alfresco/js-api": ">=10.0.0"
}, },
"keywords": [ "keywords": [
"extensions", "extensions",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-insights", "name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights", "description": "Alfresco ADF insights",
"version": "8.0.0", "version": "9.0.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -11,8 +11,8 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues" "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
}, },
"dependencies": { "dependencies": {
"@alfresco/adf-core": ">=8.0.0", "@alfresco/adf-core": ">=9.0.0",
"@alfresco/adf-content-services": ">=8.0.0", "@alfresco/adf-content-services": ">=9.0.0",
"@ngx-translate/core": ">=14.0.0", "@ngx-translate/core": ">=14.0.0",
"chart.js": "^4.3.0", "chart.js": "^4.3.0",
"ng2-charts": "^4.1.1", "ng2-charts": "^4.1.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@alfresco/js-api", "name": "@alfresco/js-api",
"version": "9.0.0", "version": "10.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "JavaScript client library for the Alfresco REST API", "description": "JavaScript client library for the Alfresco REST API",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-process-services-cloud", "name": "@alfresco/adf-process-services-cloud",
"description": "Alfresco ADF process services cloud", "description": "Alfresco ADF process services cloud",
"version": "8.0.0", "version": "9.0.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -36,9 +36,9 @@
"@angular/platform-browser": ">=14.1.3", "@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3", "@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=9.0.0", "@alfresco/js-api": ">=10.0.0",
"@alfresco/adf-core": ">=8.0.0", "@alfresco/adf-core": ">=9.0.0",
"@alfresco/adf-content-services": ">=8.0.0", "@alfresco/adf-content-services": ">=9.0.0",
"@apollo/client": ">=3.7.2", "@apollo/client": ">=3.7.2",
"@ngx-translate/core": ">=14.0.0", "@ngx-translate/core": ">=14.0.0",
"apollo-angular": ">=4.0.1" "apollo-angular": ">=4.0.1"

View File

@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-process-services", "name": "@alfresco/adf-process-services",
"description": "Alfresco ADF process services", "description": "Alfresco ADF process services",
"version": "8.0.0", "version": "9.0.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -21,9 +21,9 @@
"@angular/platform-browser": ">=14.1.3", "@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3", "@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=9.0.0", "@alfresco/js-api": ">=10.0.0",
"@alfresco/adf-core": ">=8.0.0", "@alfresco/adf-core": ">=9.0.0",
"@alfresco/adf-content-services": ">=8.0.0", "@alfresco/adf-content-services": ">=9.0.0",
"@ngx-translate/core": ">=14.0.0" "@ngx-translate/core": ">=14.0.0"
}, },
"keywords": [ "keywords": [

6
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"version": "8.0.0", "version": "9.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"version": "8.0.0", "version": "9.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@angular/animations": "19.2.6", "@angular/animations": "19.2.6",
@@ -167,7 +167,7 @@
}, },
"lib/eslint-angular": { "lib/eslint-angular": {
"name": "@alfresco/eslint-plugin-eslint-angular", "name": "@alfresco/eslint-plugin-eslint-angular",
"version": "8.0.0", "version": "9.0.0",
"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": "8.0.0", "version": "9.0.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"scripts": { "scripts": {
"prepare": "husky install", "prepare": "husky install",