File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @exlibris/exl-cloudapp-angular-lib" ,
3- "version" : " 1.4.2 " ,
3+ "version" : " 1.4.3 " ,
44 "main" : " index.js" ,
55 "description" : " Library used in Ex Libris Cloud Apps" ,
66 "license" : " SEE LICENSE IN <LICENSE.md>" ,
1414 },
1515 "dependencies" : {},
1616 "peerDependencies" : {
17- "@exlibris/exl-cloudapp-base" : " ^1.4.2 "
17+ "@exlibris/exl-cloudapp-base" : " ^1.4.3 "
1818 },
1919 "devDependencies" : {
2020 "@angular-devkit/build-angular" : " 0.1102.13" ,
Original file line number Diff line number Diff line change 1919 "@angular/platform-browser" : " ~11.2.14" ,
2020 "@angular/platform-browser-dynamic" : " ~11.2.14" ,
2121 "@angular/router" : " ~11.2.14" ,
22- "@exlibris/exl-cloudapp-angular-lib" : " ^1.4.2 " ,
23- "@exlibris/exl-cloudapp-base" : " ^1.4.2 " ,
22+ "@exlibris/exl-cloudapp-angular-lib" : " ^1.4.3 " ,
23+ "@exlibris/exl-cloudapp-base" : " ^1.4.3 " ,
2424 "@ngx-translate/core" : " ~13.0.0" ,
2525 "lodash" : " ~4.17.21" ,
2626 "rxjs" : " ~6.5.5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @exlibris/exl-cloudapp-base" ,
3- "version" : " 1.4.2 " ,
3+ "version" : " 1.4.3 " ,
44 "description" : " Base project for Ex Libris Cloud Apps" ,
55 "license" : " SEE LICENSE IN <LICENSE.md>" ,
66 "scripts" : {
2626 "@angular/platform-browser" : " ~11.2.14" ,
2727 "@angular/platform-browser-dynamic" : " ~11.2.14" ,
2828 "@angular/router" : " ~11.2.14" ,
29- "@exlibris/exl-cloudapp-angular-lib" : " ^1.4.2 " ,
29+ "@exlibris/exl-cloudapp-angular-lib" : " ^1.4.3 " ,
3030 "@biesbjerg/ngx-translate-extract" : " ~7.0.4" ,
3131 "@biesbjerg/ngx-translate-extract-marker" : " 1.0.0" ,
3232 "@ngx-translate/core" : " 13.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @exlibris/exl-cloudapp-cli" ,
3- "version" : " 1.4.2 " ,
3+ "version" : " 1.4.3 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "bin" : {
1212 "directory" : " cli"
1313 },
1414 "dependencies" : {
15- "@exlibris/exl-cloudapp-base" : " ^1.4.2 " ,
15+ "@exlibris/exl-cloudapp-base" : " ^1.4.3 " ,
1616 "args" : " ^5.0.1" ,
1717 "chalk" : " ^4.0.0" ,
1818 "cheerio" : " ^1.0.0-rc.3" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ new_version () {
3838
3939}
4040
41- WORKDIR=$( PWD)
41+ WORKDIR=${ PWD}
4242bump_part=${1:- patch}
4343if [ " $bump_part " == " major" ] || [ " $bump_part " == " minor" ] || [ " $bump_part " == " patch" ]; then
4444 current_version=$( jq -r ' .version' " $WORKDIR /angular-lib/package.json" )
You can’t perform that action at this time.
0 commit comments