Skip to content

Commit

Permalink
Release v1.25.1 (#2916)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Oct 4, 2022
1 parent e35d739 commit ff79347
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 12 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.25.1] (2022-10-04)
#### :bug: Fixed
* [#2838](https://github.com/SAP/luigi/pull/2915) Fix client-support-angular deps ([@hardl](https://github.com/hardl))



## [v1.25.0] (2022-09-30)

#### :rocket: Added
Expand Down Expand Up @@ -1442,4 +1448,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[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
[v1.24.0]: https://github.com/SAP/luigi/compare/v1.23.1...v1.24.0
[v1.25.0]: https://github.com/SAP/luigi/compare/v1.24.0...v1.25.0
[v1.25.0]: https://github.com/SAP/luigi/compare/v1.24.0...v1.25.0
[v1.25.1]: https://github.com/SAP/luigi/compare/v1.25.0...v1.25.1
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"tslint": "~6.1.0",
"typescript": "~4.0.2"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"@luigi-project/client": "^1.25.0",
"@luigi-project/testing-utilities": "^1.25.0"
},
"version": "1.25.0"
"version": "1.25.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.25.0"
"version": "1.25.1"
}
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
"webpack": "^4.42.1",
"webpack-cli": "^3.3.12"
}
}
}
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.25.0"
"version": "1.25.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.25.0"
"version": "1.25.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.25.0"
"version": "1.25.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.25.0"
"version": "1.25.1"
}
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"oauth2",
"provider"
],
"version": "1.25.0"
"version": "1.25.1"
}
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"openid connect",
"provider"
],
"version": "1.25.0"
"version": "1.25.1"
}

0 comments on commit ff79347

Please sign in to comment.