Post release version bump (#10417)

* Post release version bump

* Post release version bump

* Release notes and docs cleanup for v7.0.0-alpha.6

* Fixed js-api version in cli package.json
This commit is contained in:
swapnil-verma-gl
2024-11-21 16:30:58 +05:30
committed by GitHub
parent 38ccfa1377
commit 356260b5d1
20 changed files with 38 additions and 584 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "@alfresco/adf-cli",
"version": "7.0.0-alpha.6",
"version": "7.0.0-alpha.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@alfresco/adf-cli",
"version": "7.0.0-alpha.6",
"version": "7.0.0-alpha.7",
"license": "Apache-2.0",
"dependencies": {
"@alfresco/js-api": ">=7.8.0",
"@alfresco/js-api": ">=8.0.0-alpha.6-0",
"commander": "^6.2.1",
"ejs": "^3.1.9",
"license-checker": "^25.0.1",
@@ -30,9 +30,9 @@
}
},
"node_modules/@alfresco/js-api": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-7.8.0.tgz",
"integrity": "sha512-3y5WwtvsEkwAB3WaFC9Ec+QMzvPmZccJ7Em06lVBDwxtFgZ1F2CisVNepWgZLoCSkCH8Lgm6e4Tr0L93S3AmoQ==",
"version": "8.0.0-alpha.6-11937616463",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.6-11937616463.tgz",
"integrity": "sha512-D+VvhGpZXBc/hfeimTf8SMdMANboDiCroJunnm1eiqiSt4nLxeU3NnQOpfCY4dLU1fDIcsl0YRFW25rMvKH+Eg==",
"dependencies": {
"event-emitter": "^0.3.5",
"superagent": "^9.0.1",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils",
"version": "7.0.0-alpha.6",
"version": "7.0.0-alpha.7",
"author": "Hyland Software, Inc. and its affiliates",
"bin": {
"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"
},
"dependencies": {
"@alfresco/js-api": ">=8.0.0-alpha.4",
"@alfresco/js-api": ">=8.0.0-alpha.6-0",
"commander": "^6.2.1",
"ejs": "^3.1.9",
"license-checker": "^25.0.1",