Skip to content

Commit

Permalink
Release 1.23.1 (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr authored Jun 20, 2022
1 parent 7c9bcfa commit d2b8c73
Show file tree
Hide file tree
Showing 11 changed files with 366 additions and 352 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.23.1] (2022-06-20)

#### :rocket: Added
* [#2748](https://github.com/SAP/luigi/pull/2748) Improve dom selectors in Luigi API ([@UlianaMunich](https://github.com/UlianaMunich))

#### :bug: Fixed
* [#2756](https://github.com/SAP/luigi/pull/2756) Fix getCurrentPath collision with buildPath ([@hardl](https://github.com/hardl))






## [v1.23.0] (2022-06-17)

#### :rocket: Added
Expand Down Expand Up @@ -1388,4 +1401,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v1.20.1]: https://github.com/SAP/luigi/compare/v1.20.0...v1.20.1
[v1.21.0]: https://github.com/SAP/luigi/compare/v1.20.1...v1.21.0
[v1.22.0]: https://github.com/SAP/luigi/compare/v1.21.0...v1.22.0
[v1.23.0]: https://github.com/SAP/luigi/compare/v1.22.0...v1.23.0
[v1.23.0]: https://github.com/SAP/luigi/compare/v1.22.0...v1.23.0
[v1.23.1]: https://github.com/SAP/luigi/compare/v1.23.0...v1.23.1
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"devDependencies": {
"@luigi-project/client": "^1.5.0"
},
"version": "1.23.0"
"version": "1.23.1"
}

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

2 changes: 1 addition & 1 deletion client-frameworks-support/testing-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"microfrontends",
"testing"
],
"version": "1.23.0"
"version": "1.23.1"
}
2 changes: 1 addition & 1 deletion client/public-ie11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"UI",
"extensibility"
],
"version": "1.23.0"
"version": "1.23.1"
}
2 changes: 1 addition & 1 deletion client/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"micro-frontends",
"microfrontends"
],
"version": "1.23.0"
"version": "1.23.1"
}
2 changes: 1 addition & 1 deletion core/public-ie11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"micro-frontends",
"microfrontends"
],
"version": "1.23.0"
"version": "1.23.1"
}
2 changes: 1 addition & 1 deletion core/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"micro-frontends",
"microfrontends"
],
"version": "1.23.0"
"version": "1.23.1"
}
Loading

0 comments on commit d2b8c73

Please sign in to comment.