@backstage/frontend-app-api 0.10.0-next.2 → 0.10.1-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/frontend-app-api
2
2
 
3
+ ## 0.10.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@1.2.0
9
+ - @backstage/core-app-api@1.15.1
10
+ - @backstage/core-plugin-api@1.10.0
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/frontend-defaults@0.1.2-next.0
13
+ - @backstage/frontend-plugin-api@0.9.1-next.0
14
+ - @backstage/types@1.1.1
15
+ - @backstage/version-bridge@1.0.10
16
+
17
+ ## 0.10.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 4a5ba19: Removed deprecated `createApp` and `CreateAppFeatureLoader` from `@backstage/frontend-app-api`, use the same `createApp` and `CreateAppFeatureLoader` import from `@backstage/frontend-defaults` instead.
22
+
23
+ ### Patch Changes
24
+
25
+ - e969dc7: Move `@types/react` to a peer dependency.
26
+ - Updated dependencies
27
+ - @backstage/frontend-plugin-api@0.9.0
28
+ - @backstage/core-plugin-api@1.10.0
29
+ - @backstage/version-bridge@1.0.10
30
+ - @backstage/core-app-api@1.15.1
31
+ - @backstage/config@1.2.0
32
+ - @backstage/errors@1.2.4
33
+ - @backstage/frontend-defaults@0.1.1
34
+ - @backstage/types@1.1.1
35
+
3
36
  ## 0.10.0-next.2
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-app-api",
3
- "version": "0.10.0-next.2",
3
+ "version": "0.10.1-next.0",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -33,20 +33,20 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@backstage/config": "1.2.0",
36
- "@backstage/core-app-api": "1.15.1-next.1",
37
- "@backstage/core-plugin-api": "1.10.0-next.1",
36
+ "@backstage/core-app-api": "1.15.1",
37
+ "@backstage/core-plugin-api": "1.10.0",
38
38
  "@backstage/errors": "1.2.4",
39
- "@backstage/frontend-defaults": "0.1.1-next.2",
40
- "@backstage/frontend-plugin-api": "0.9.0-next.2",
39
+ "@backstage/frontend-defaults": "0.1.2-next.0",
40
+ "@backstage/frontend-plugin-api": "0.9.1-next.0",
41
41
  "@backstage/types": "1.1.1",
42
- "@backstage/version-bridge": "1.0.10-next.0",
42
+ "@backstage/version-bridge": "1.0.10",
43
43
  "lodash": "^4.17.21",
44
44
  "zod": "^3.22.4"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "0.28.0-next.2",
48
- "@backstage/plugin-app": "0.1.1-next.2",
49
- "@backstage/test-utils": "1.6.1-next.2",
47
+ "@backstage/cli": "0.29.0-next.0",
48
+ "@backstage/plugin-app": "0.1.2-next.0",
49
+ "@backstage/test-utils": "1.7.0",
50
50
  "@testing-library/jest-dom": "^6.0.0",
51
51
  "@testing-library/react": "^16.0.0",
52
52
  "@types/react": "^18.0.0",