@backstage/core-app-api 1.11.1-next.0 → 1.11.2-next.0

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,28 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.11.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.8.1-next.0
9
+ - @backstage/config@1.1.1
10
+ - @backstage/types@1.1.1
11
+ - @backstage/version-bridge@1.0.7
12
+
13
+ ## 1.11.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 6c2b872153: Add official support for React 18.
18
+ - 89d13e5618: Add current and default scopes when refreshing session
19
+ - 9ab0572217: Add component data `core.type` marker for `AppRouter` and `FlatRoutes`.
20
+ - Updated dependencies
21
+ - @backstage/core-plugin-api@1.8.0
22
+ - @backstage/version-bridge@1.0.7
23
+ - @backstage/config@1.1.1
24
+ - @backstage/types@1.1.1
25
+
3
26
  ## 1.11.1-next.0
4
27
 
5
28
  ### Patch Changes