Skip to content

Commit 9333ea4

Browse files
committed
chore(release): release desktop app v0.17.3
1 parent 74bc95d commit 9333ea4

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.17.3](https://github.com/Noovolari/leapp/compare/v0.17.2...v0.17.3) (2023-02-14)
6+
7+
### Bug Fixes
8+
* migrated oclif/core to v2.1.4 to fix [issue #389](https://github.com/Noovolari/leapp/issues/389)
9+
* fixed dot-delimited named profiles reported in [issue #392](https://github.com/Noovolari/leapp/issues/392)
10+
511
### [0.17.2](https://github.com/Noovolari/leapp/compare/v0.17.1...v0.17.2) (2023-01-30)
612

713
### Features
@@ -12,7 +18,7 @@ All notable changes to this project will be documented in this file. See [standa
1218
### [0.17.1](https://github.com/Noovolari/leapp/compare/v0.17.0...v0.17.1) (2023-01-10)
1319

1420
### Features
15-
* added support for Keycloak IdP [#374](https://github.com/Noovolari/leapp/issues/374)
21+
* added support for Keycloak IdP [#374](https://github.com/Noovolari/leapp/issues/374)
1622
<br><br>
1723
You can now create an AWS IAM role federated session using Keycloak as an identity provider.
1824
<br><br>

packages/cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop-app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Leapp",
3-
"version": "0.17.2",
3+
"version": "0.17.3",
44
"private": true,
55
"author": {
66
"name": "Noovolari",
@@ -264,4 +264,4 @@
264264
"typescript": "4.5.5",
265265
"util": "^0.12.4"
266266
}
267-
}
267+
}

0 commit comments

Comments
 (0)