Skip to content

Commit

Permalink
release v0.7.4 (SAP#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Jan 29, 2020
1 parent 6d4ff5b commit f7eef08
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 38 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,25 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
...
}
-->

## [v0.7.4] (2020-01-29)

#### :rocket: Added
* [#1034](https://github.com/SAP/luigi/pull/1034) Add valid href to navigation links ([@maxmarkus](https://github.com/maxmarkus))

#### :bug: Fixed
* [#1065](https://github.com/SAP/luigi/pull/1065) Fix items calculation in more btn of tab nav ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#1047](https://github.com/SAP/luigi/pull/1047) Custom options renderer config error ([@maxmarkus](https://github.com/maxmarkus))

#### :memo: Documentation
* [#1025](https://github.com/SAP/luigi/pull/1025) Improve API documentation ([@alexandra-simeonova](https://github.com/alexandra-simeonova))
* [#1024](https://github.com/SAP/luigi/pull/1024) Improve authorization doc structure ([@alexandra-simeonova](https://github.com/alexandra-simeonova))
* [#1000](https://github.com/SAP/luigi/pull/1000) Improve Overview page ([@alexandra-simeonova](https://github.com/alexandra-simeonova))
* [#965](https://github.com/SAP/luigi/pull/965) Improve application-setup.md ([@alexandra-simeonova](https://github.com/alexandra-simeonova))
* [#877](https://github.com/SAP/luigi/pull/877) Create content guidelines ([@alexandra-simeonova](https://github.com/alexandra-simeonova))
* [#1003](https://github.com/SAP/luigi/pull/1003) Documentation fixes ([@alexandra-simeonova](https://github.com/alexandra-simeonova))


## [v0.7.3] (2019-12-19)

#### :rocket: Added
Expand Down Expand Up @@ -624,3 +643,4 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v0.7.1]: https://github.com/SAP/luigi/compare/v0.7.0...v0.7.1
[v0.7.2]: https://github.com/SAP/luigi/compare/v0.7.1...v0.7.2
[v0.7.3]: https://github.com/SAP/luigi/compare/v0.7.2...v0.7.3
[v0.7.4]: https://github.com/SAP/luigi/compare/v0.7.3...v0.7.4
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luigi-client-private",
"version": "0.7.3",
"version": "0.7.4",
"private": true,
"description": "luigi-client development version, only the public folder is being published to npm as a package",
"repository": {
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": "@kyma-project/luigi-client",
"version": "0.7.3",
"version": "0.7.4",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client.js",
Expand Down
4 changes: 2 additions & 2 deletions core/examples/luigi-sample-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@angular/platform-browser": "^6.1.0",
"@angular/platform-browser-dynamic": "^6.1.0",
"@angular/router": "^6.1.0",
"@kyma-project/luigi-client": "0.7.3",
"@kyma-project/luigi-core": "0.7.3",
"@kyma-project/luigi-client": "0.7.4",
"@kyma-project/luigi-core": "0.7.4",
"ajv": "^6.1.1",
"core-js": "^2.4.1",
"fiori-fundamentals": "^1.4.1",
Expand Down
43 changes: 12 additions & 31 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luigi-core-private",
"version": "0.7.3",
"version": "0.7.4",
"private": true,
"description": "luigi-core development version, only the public folder is being published to npm as a package",
"devDependencies": {
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": "@kyma-project/luigi-core",
"version": "0.7.3",
"version": "0.7.4",
"description": "luigi-core",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit f7eef08

Please sign in to comment.