@backstage/frontend-app-api 0.10.0-next.2 → 0.10.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 +19 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/frontend-app-api
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4a5ba19: Removed deprecated `createApp` and `CreateAppFeatureLoader` from `@backstage/frontend-app-api`, use the same `createApp` and `CreateAppFeatureLoader` import from `@backstage/frontend-defaults` instead.
8
+
9
+ ### Patch Changes
10
+
11
+ - e969dc7: Move `@types/react` to a peer dependency.
12
+ - Updated dependencies
13
+ - @backstage/frontend-plugin-api@0.9.0
14
+ - @backstage/core-plugin-api@1.10.0
15
+ - @backstage/version-bridge@1.0.10
16
+ - @backstage/core-app-api@1.15.1
17
+ - @backstage/config@1.2.0
18
+ - @backstage/errors@1.2.4
19
+ - @backstage/frontend-defaults@0.1.1
20
+ - @backstage/types@1.1.1
21
+
3
22
  ## 0.10.0-next.2
4
23
 
5
24
  ### 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.0",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -32,21 +32,21 @@
32
32
  "test": "backstage-cli package test"
33
33
  },
34
34
  "dependencies": {
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",
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",
41
- "@backstage/types": "1.1.1",
42
- "@backstage/version-bridge": "1.0.10-next.0",
35
+ "@backstage/config": "^1.2.0",
36
+ "@backstage/core-app-api": "^1.15.1",
37
+ "@backstage/core-plugin-api": "^1.10.0",
38
+ "@backstage/errors": "^1.2.4",
39
+ "@backstage/frontend-defaults": "^0.1.1",
40
+ "@backstage/frontend-plugin-api": "^0.9.0",
41
+ "@backstage/types": "^1.1.1",
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.28.0",
48
+ "@backstage/plugin-app": "^0.1.1",
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",