Skip to content

Commit

Permalink
Release v1.9.0 (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Feb 5, 2021
1 parent 9df24a6 commit ee55877
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 19 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.9.0] (2021-02-05)

#### :boom: Breaking Change
* [#1805](https://github.com/SAP/luigi/pull/1805) Update Core fundamental styles from v.11 to v.14 ([@UlianaMunich](https://github.com/UlianaMunich))

#### :rocket: Added
* [#1833](https://github.com/SAP/luigi/pull/1833) Move user settings config to an own section ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#1744](https://github.com/SAP/luigi/pull/1744) Provide a e2e test for "withoutSync()" bug fix ([@legteodav](https://github.com/legteodav))

#### :bug: Fixed
* [#1859](https://github.com/SAP/luigi/pull/1859) Change Profile Avatar layout and logic ([@UlianaMunich](https://github.com/UlianaMunich))





## [v1.8.1] (2021-01-27)

#### :bug: Fixed
Expand Down Expand Up @@ -956,4 +972,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[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.1]: https://github.com/SAP/luigi/compare/v1.8.0...v1.8.1
[v1.8.1]: https://github.com/SAP/luigi/compare/v1.8.0...v1.8.1
[v1.9.0]: https://github.com/SAP/luigi/compare/v1.8.1...v1.9.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/client-support-angular",
"version": "1.8.1",
"version": "1.9.0",
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
Expand All @@ -15,4 +15,4 @@
"devDependencies": {
"@luigi-project/client": "^1.5.0"
}
}
}
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.9.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client-ie11.js",
Expand All @@ -16,4 +16,4 @@
"UI",
"extensibility"
]
}
}
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.9.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client.js",
Expand All @@ -18,4 +18,4 @@
"micro-frontends",
"microfrontends"
]
}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@
"type": "git",
"url": "ssh://github.com/SAP/luigi.git"
}
}
}
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.9.0",
"description": "Javascript library supporting consumers of the Luigi framework with Internet Explorer 11 capability",
"license": "Apache-2.0",
"main": "luigi-ie11.js",
Expand All @@ -19,4 +19,4 @@
"micro-frontends",
"microfrontends"
]
}
}
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.9.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi.js",
Expand All @@ -19,4 +19,4 @@
"micro-frontends",
"microfrontends"
]
}
}
3 changes: 1 addition & 2 deletions plugins/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
public/*/plugin.js
oidc-client.min.js
public/*/plugin.js
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.9.0",
"description": "OAuth2 implicit grant provider plugin for @luigi-project/core",
"license": "Apache-2.0",
"main": "plugin.js",
Expand All @@ -17,4 +17,4 @@
"oauth2",
"provider"
]
}
}
2 changes: 2 additions & 0 deletions plugins/auth/public/auth-oidc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# vendor
oidc-client.min.js
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.9.0",
"description": "OpenID Connect provider plugin for @luigi-project/core",
"license": "Apache-2.0",
"main": "plugin.js",
Expand All @@ -18,4 +18,4 @@
"openid connect",
"provider"
]
}
}
2 changes: 1 addition & 1 deletion scripts/npmPublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if ( prepublishCheck "plugins/auth/public/auth-oauth2" ); then
publishPackage "plugins" "plugins/auth/public/auth-oauth2"
fi
if ( prepublishCheck "plugins/auth/public/auth-oidc" ); then
checkRequiredFiles "plugins/auth/public/auth-oidc" "plugin.js" "plugin-ie11.js" "oidc-client.min.js" "README.md"
checkRequiredFiles "plugins/auth/public/auth-oidc" "plugin.js" "plugin-ie11.js" "README.md"
publishPackage "plugins" "plugins/auth/public/auth-oidc"
fi

Expand Down

0 comments on commit ee55877

Please sign in to comment.