Skip to content

Commit 100f0e5

Browse files
committed
add Esploro Assets support
1 parent 1e0aea5 commit 100f0e5

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

angular-lib/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>",
@@ -14,7 +14,7 @@
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",

base/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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",

base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -26,7 +26,7 @@
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",

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -12,7 +12,7 @@
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",

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ new_version () {
3838

3939
}
4040

41-
WORKDIR=$(PWD)
41+
WORKDIR=${PWD}
4242
bump_part=${1:-patch}
4343
if [ "$bump_part" == "major" ] || [ "$bump_part" == "minor" ] || [ "$bump_part" == "patch" ]; then
4444
current_version=$(jq -r '.version' "$WORKDIR/angular-lib/package.json")

0 commit comments

Comments
 (0)