@backstage/core-app-api 0.0.0-nightly-20220621024649 → 0.0.0-nightly-20220622024934

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @backstage/core-app-api
2
2
 
3
- ## 0.0.0-nightly-20220621024649
3
+ ## 0.0.0-nightly-20220622024934
4
+
5
+ ### Patch Changes
6
+
7
+ - 8fe2357101: The `signOut` method of the `IdentityApi` will now navigate the user back to the base URL of the app as indicated by the `app.baseUrl` config.
8
+
9
+ ## 1.0.4-next.0
4
10
 
5
11
  ### Patch Changes
6
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-app-api",
3
3
  "description": "Core app API used by Backstage apps",
4
- "version": "0.0.0-nightly-20220621024649",
4
+ "version": "0.0.0-nightly-20220622024934",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -49,8 +49,8 @@
49
49
  "react": "^16.13.1 || ^17.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20220621024649",
53
- "@backstage/test-utils": "^1.1.1",
52
+ "@backstage/cli": "^0.0.0-nightly-20220622024934",
53
+ "@backstage/test-utils": "^0.0.0-nightly-20220622024934",
54
54
  "@testing-library/jest-dom": "^5.10.1",
55
55
  "@testing-library/react": "^12.1.3",
56
56
  "@testing-library/react-hooks": "^8.0.0",