Skip to content

Commit e589295

Browse files
committed
Upgrade version to 1.4.9 - see URM-236333
1 parent f4a5066 commit e589295

5 files changed

Lines changed: 9 additions & 9 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.8",
3+
"version": "1.4.9",
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.8"
17+
"@exlibris/exl-cloudapp-base": "^1.4.9"
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.8",
23-
"@exlibris/exl-cloudapp-base": "^1.4.8",
22+
"@exlibris/exl-cloudapp-angular-lib": "^1.4.9",
23+
"@exlibris/exl-cloudapp-base": "^1.4.9",
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.8",
3+
"version": "1.4.9",
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.8",
29+
"@exlibris/exl-cloudapp-angular-lib": "^1.4.9",
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.8",
3+
"version": "1.4.9",
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.8",
15+
"@exlibris/exl-cloudapp-base": "^1.4.9",
1616
"args": "^5.0.1",
1717
"chalk": "^4.0.0",
1818
"cheerio": "1.0.0-rc.3",

0 commit comments

Comments
 (0)