Skip to content

Commit

Permalink
Release v1.8.1 (SAP#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr authored Jan 27, 2021
1 parent e22c9af commit 793e2d3
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 11 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
[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
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,8 +14,5 @@
},
"devDependencies": {
"@luigi-project/client": "^1.5.0"
},
"publishConfig": {
"tag": "client-support-angular"
}
}
2 changes: 1 addition & 1 deletion client/public-ie11/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion client/public/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion core/public-ie11/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion core/public/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oidc/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 793e2d3

Please sign in to comment.