Skip to content

Commit

Permalink
bump 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Oct 13, 2020
1 parent 80e9557 commit f1231d3
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 48 deletions.
2 changes: 1 addition & 1 deletion demo-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Alfresco-ADF-Angular-Demo",
"description": "Demo shell for Alfresco Angular components",
"version": "4.0.0",
"version": "4.1.0",
"author": "Alfresco Software, Ltd.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils",
"version": "4.0.0",
"version": "4.1.0",
"author": "Alfresco Software, Ltd.",
"bin": {
"adf-cli": "./bin/adf-cli",
Expand All @@ -20,7 +20,7 @@
"dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./templates ./dist && cp ./package.json ./dist/"
},
"dependencies": {
"@alfresco/js-api": "4.0.0",
"@alfresco/js-api": "4.1.0",
"commander": "^4.0.0",
"license-checker": "^25.0.1",
"npm-registry-fetch": "^4.0.5",
Expand Down
6 changes: 3 additions & 3 deletions lib/content-services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-content-services",
"description": "Alfresco ADF content services",
"version": "4.0.0",
"version": "4.1.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-content-services.js",
"repository": {
Expand All @@ -20,8 +20,8 @@
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.0.0",
"@alfresco/adf-core": "4.0.0",
"@alfresco/js-api": "4.1.0",
"@alfresco/adf-core": "4.1.0",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2"
},
Expand Down
6 changes: 3 additions & 3 deletions lib/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-core",
"description": "Alfresco ADF core",
"version": "4.0.0",
"version": "4.1.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-core.js",
"repository": {
Expand All @@ -23,8 +23,8 @@
"@angular/router": ">=10.0.2",
"@mat-datetimepicker/core": ">=4.1.0",
"@mat-datetimepicker/moment": ">=4.1.0",
"@alfresco/js-api": "4.0.0",
"@alfresco/adf-extensions": "4.0.0",
"@alfresco/js-api": "4.1.0",
"@alfresco/adf-extensions": "4.1.0",
"@ngx-translate/core": ">=13.0.0",
"minimatch-browser": ">=1.0.0",
"moment": ">=2.22.2",
Expand Down
4 changes: 2 additions & 2 deletions lib/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.",
"version": "4.0.0",
"version": "4.1.0",
"license": "Apache-2.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-extensions.js",
Expand All @@ -15,7 +15,7 @@
"peerDependencies": {
"@angular/common": ">=10.0.2",
"@angular/core": ">=10.0.2",
"@alfresco/js-api": "4.0.0"
"@alfresco/js-api": "4.1.0"
},
"keywords": [
"extensions",
Expand Down
4 changes: 2 additions & 2 deletions lib/insights/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights",
"version": "4.0.0",
"version": "4.1.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-insights.js",
"repository": {
Expand All @@ -17,7 +17,7 @@
"@angular/flex-layout": ">=10.0.0-beta.32",
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@alfresco/adf-core": "4.0.0",
"@alfresco/adf-core": "4.1.0",
"@ngx-translate/core": ">=13.0.0",
"chart.js": ">=2.9.3",
"moment": ">=2.22.2",
Expand Down
5 changes: 0 additions & 5 deletions lib/process-services-cloud/package-lock.json

This file was deleted.

16 changes: 8 additions & 8 deletions lib/process-services-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services-cloud",
"description": "Alfresco ADF process services cloud",
"version": "4.0.0",
"version": "4.1.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-process-services-cloud.js",
"repository": {
Expand All @@ -18,18 +18,18 @@
"@angular/flex-layout": ">=10.0.0-beta.32",
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@alfresco/js-api": "4.0.0",
"@alfresco/adf-core": "4.0.0",
"@alfresco/adf-content-services": "4.0.0",
"@alfresco/js-api": "4.1.0",
"@alfresco/adf-core": "4.1.0",
"@alfresco/adf-content-services": "4.1.0",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2"
},
"keywords": [
},
"keywords": [
"process-services-cloud",
"alfresco-component",
"angular",
"activiti",
"components"
],
"license": "Apache-2.0"
],
"license": "Apache-2.0"
}
8 changes: 4 additions & 4 deletions lib/process-services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services",
"description": "Alfresco ADF process services",
"version": "4.0.0",
"version": "4.1.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-process-services.js",
"repository": {
Expand All @@ -19,9 +19,9 @@
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.0.0",
"@alfresco/adf-core": "4.0.0",
"@alfresco/adf-content-services": "4.0.0",
"@alfresco/js-api": "4.1.0",
"@alfresco/adf-core": "4.1.0",
"@alfresco/adf-content-services": "4.1.0",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2"
},
Expand Down
4 changes: 2 additions & 2 deletions lib/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-testing",
"description": "Alfresco ADF testing page and utils",
"version": "4.0.0",
"version": "4.1.0",
"author": "Alfresco Software, Ltd.",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,7 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"peerDependencies": {
"@alfresco/js-api": "4.0.0"
"@alfresco/js-api": "4.1.0"
},
"keywords": [
"testing",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "alfresco-ng2-components",
"commit": "b644b39d17396330d2a67509f58c5b9e890b9b13",
"description": "Alfresco Angular components",
"version": "4.0.0",
"version": "4.1.0",
"author": "Alfresco Software, Ltd.",
"main": "./index.js",
"scripts": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"process services-cloud"
],
"dependencies": {
"@alfresco/js-api": "4.0.0",
"@alfresco/js-api": "4.1.0",
"@angular/animations": "^10.0.4",
"@angular/cdk": "10.1.3",
"@angular/common": "^10.0.4",
Expand Down Expand Up @@ -105,8 +105,8 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@alfresco/adf-cli": "4.0.0",
"@alfresco/adf-testing": "4.0.0",
"@alfresco/adf-cli": "4.1.0",
"@alfresco/adf-testing": "4.1.0",
"@angular-devkit/build-angular": "^0.1001.4",
"@angular-devkit/build-ng-packagr": "~0.1001.4",
"@angular/cli": "^10.1.4",
Expand Down
18 changes: 8 additions & 10 deletions scripts/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ only_components() {
update_component_version() {
echo "====== UPDATE PACKAGE VERSION of ${PACKAGE} to ${VERSION} version in all the package.json ======"
DESTDIR="$DIR/../lib/${1}"
sed "${sedi[@]}" "s/\"version\": \".*\"/\"version\": \"${VERSION}\"/g" ${DESTDIR}/package.json
cd $DESTDIR
npm version --allow-same-version --no-git-tag-version --force ${VERSION}
cd -
}

update_component_dependency_version(){
Expand Down Expand Up @@ -161,13 +163,6 @@ update_total_build_dependency_js_version(){
sed "${sedi[@]}" "s/\"${PACKAGETOCHANGE}\": \".*\"/\"${PACKAGETOCHANGE}\": \"${1}\"/g" ${DESTDIR}/package.json
sed "${sedi[@]}" "s/\"${PACKAGETOCHANGE}\": \"~.*\"/\"${PACKAGETOCHANGE}\": \"${1}\"/g" ${DESTDIR}/package.json
sed "${sedi[@]}" "s/\"${PACKAGETOCHANGE}\": \"^.*\"/\"${PACKAGETOCHANGE}\": \"${1}\"/g" ${DESTDIR}/package.json

# not needed for not
#JSAPINODE="alfresco-js-api-node"

#sed "${sedi[@]}" "s/\"${JSAPINODE}\": \".*\"/\"${JSAPINODE}\": \"${1}\"/g" ${DESTDIR}/package.json
#sed "${sedi[@]}" "s/\"${JSAPINODE}\": \"~.*\"/\"${JSAPINODE}\": \"${1}\"/g" ${DESTDIR}/package.json
#sed "${sedi[@]}" "s/\"${JSAPINODE}\": \"^.*\"/\"${JSAPINODE}\": \"${1}\"/g" ${DESTDIR}/package.json
}

update_component_js_version(){
Expand Down Expand Up @@ -262,5 +257,8 @@ fi
echo "====== UPDATE DEMO SHELL ======"

DESTDIR="$DIR/../demo-shell/"
sed "${sedi[@]}" "s/\"version\": \".*\"/\"version\": \"${VERSION}\"/g" ${DIR}/../demo-shell/package.json
sed "${sedi[@]}" "s/\"version\": \".*\"/\"version\": \"${VERSION}\"/g" ${DIR}/../package.json
npm version --allow-same-version --no-git-tag-version --force ${VERSION}

cd $DESTDIR
npm version --allow-same-version --no-git-tag-version --force ${VERSION}
cd -

0 comments on commit f1231d3

Please sign in to comment.