From 793e2d329bbe1355e49c1f2d275d035839c2e27f Mon Sep 17 00:00:00 2001 From: Ndricim Rrapi Date: Wed, 27 Jan 2021 14:04:18 +0100 Subject: [PATCH] Release v1.8.1 (#1851) --- CHANGELOG.md | 13 ++++++++++++- .../projects/client-support-angular/package.json | 5 +---- client/public-ie11/package.json | 2 +- client/public/package.json | 2 +- core/public-ie11/package.json | 2 +- core/public/package.json | 2 +- plugins/auth/public/auth-oauth2/package.json | 2 +- plugins/auth/public/auth-oidc/package.json | 2 +- 8 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f546647915..da637eaf46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,16 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v1.8.1] (2021-01-27) + +#### :bug: Fixed +* [#1840](https://github.com/SAP/luigi/pull/1840) Fixed OIDC Implicit Flow id_token Issue ([@hardl](https://github.com/hardl)) +* [#1849](https://github.com/SAP/luigi/pull/1849) Fix Loading Indicator Fixed Background Color ([@legteodav](https://github.com/legteodav)) + + + + + ## [v1.8.0] (2021-01-21) #### :rocket: Added @@ -945,4 +955,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v1.6.0]: https://github.com/SAP/luigi/compare/v1.5.0...v1.6.0 [v1.7.0]: https://github.com/SAP/luigi/compare/v1.6.0...v1.7.0 [v1.7.1]: https://github.com/SAP/luigi/compare/v1.7.0...v1.7.1 -[v1.8.0]: https://github.com/SAP/luigi/compare/v1.7.1...v1.8.0 \ No newline at end of file +[v1.8.0]: https://github.com/SAP/luigi/compare/v1.7.1...v1.8.0 +[v1.8.1]: https://github.com/SAP/luigi/compare/v1.8.0...v1.8.1 \ No newline at end of file diff --git a/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json b/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json index 5c820e8fc7..a51567b5b3 100644 --- a/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json +++ b/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/client-support-angular", - "version": "1.8.0", + "version": "1.8.1", "peerDependencies": { "@angular/common": "^11.0.0", "@angular/core": "^11.0.0", @@ -14,8 +14,5 @@ }, "devDependencies": { "@luigi-project/client": "^1.5.0" - }, - "publishConfig": { - "tag": "client-support-angular" } } diff --git a/client/public-ie11/package.json b/client/public-ie11/package.json index cb7223d228..11c3a40b9c 100644 --- a/client/public-ie11/package.json +++ b/client/public-ie11/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/client-ie11", - "version": "1.8.0", + "version": "1.8.1", "description": "Javascript library supporting consumers of the Luigi framework", "license": "Apache-2.0", "main": "luigi-client-ie11.js", diff --git a/client/public/package.json b/client/public/package.json index fc970087f8..fee705abb4 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/client", - "version": "1.8.0", + "version": "1.8.1", "description": "Javascript library supporting consumers of the Luigi framework", "license": "Apache-2.0", "main": "luigi-client.js", diff --git a/core/public-ie11/package.json b/core/public-ie11/package.json index 31da878de7..e52e44ab6d 100644 --- a/core/public-ie11/package.json +++ b/core/public-ie11/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/core-ie11", - "version": "1.8.0", + "version": "1.8.1", "description": "Javascript library supporting consumers of the Luigi framework with Internet Explorer 11 capability", "license": "Apache-2.0", "main": "luigi-ie11.js", diff --git a/core/public/package.json b/core/public/package.json index 9aa964bb34..0d12f20cc2 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/core", - "version": "1.8.0", + "version": "1.8.1", "description": "Javascript library supporting consumers of the Luigi framework", "license": "Apache-2.0", "main": "luigi.js", diff --git a/plugins/auth/public/auth-oauth2/package.json b/plugins/auth/public/auth-oauth2/package.json index 8a280acdcf..a023428787 100644 --- a/plugins/auth/public/auth-oauth2/package.json +++ b/plugins/auth/public/auth-oauth2/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/plugin-auth-oauth2", - "version": "1.8.0", + "version": "1.8.1", "description": "OAuth2 implicit grant provider plugin for @luigi-project/core", "license": "Apache-2.0", "main": "plugin.js", diff --git a/plugins/auth/public/auth-oidc/package.json b/plugins/auth/public/auth-oidc/package.json index 02e440d786..78bdfe166d 100644 --- a/plugins/auth/public/auth-oidc/package.json +++ b/plugins/auth/public/auth-oidc/package.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/plugin-auth-oidc", - "version": "1.8.0", + "version": "1.8.1", "description": "OpenID Connect provider plugin for @luigi-project/core", "license": "Apache-2.0", "main": "plugin.js",