@backstage/core-app-api 1.0.4-next.1 → 1.0.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.0.5
9
+
10
+ ## 1.0.5-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/core-plugin-api@1.0.5-next.0
16
+
17
+ ## 1.0.4
18
+
19
+ ### Patch Changes
20
+
21
+ - 881fc75a75: Internal tweak removing usage of explicit type parameters for the `BackstagePlugin` type.
22
+ - 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.
23
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
24
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
25
+ - Updated dependencies
26
+ - @backstage/core-plugin-api@1.0.4
27
+
3
28
  ## 1.0.4-next.1
4
29
 
5
30
  ### Patch Changes