@backstage/frontend-plugin-api 0.4.1-next.0 → 0.4.1-next.2

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,21 @@
1
1
  # @backstage/frontend-plugin-api
2
2
 
3
+ ## 0.4.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 516fd3e: Updated README to reflect release status
8
+
9
+ ## 0.4.1-next.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - @backstage/core-plugin-api@1.8.2-next.0
15
+ - @backstage/core-components@0.13.10-next.1
16
+ - @backstage/types@1.1.1
17
+ - @backstage/version-bridge@1.0.7
18
+
3
19
  ## 0.4.1-next.0
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @backstage/frontend-plugin-api
2
2
 
3
- **This package is EXPERIMENTAL, we recommend against using it for production deployments**
3
+ **The [new frontend system](https://backstage.io/docs/frontend-system/) that this package is part of is in alpha, and we do not yet recommend using it for production deployments**
4
4
 
5
- This package provides the core API used by Backstage frontend plugins. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
5
+ This package provides the framework API used by Backstage frontend plugins. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
6
6
 
7
7
  ## Documentation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-plugin-api",
3
- "version": "0.4.1-next.0",
3
+ "version": "0.4.1-next.2",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -23,10 +23,10 @@
23
23
  "postpack": "backstage-cli package postpack"
24
24
  },
25
25
  "devDependencies": {
26
- "@backstage/cli": "^0.25.1-next.0",
27
- "@backstage/frontend-app-api": "^0.4.1-next.0",
28
- "@backstage/frontend-test-utils": "^0.1.1-next.0",
29
- "@backstage/test-utils": "^1.4.7-next.0",
26
+ "@backstage/cli": "^0.25.1-next.1",
27
+ "@backstage/frontend-app-api": "^0.4.1-next.2",
28
+ "@backstage/frontend-test-utils": "^0.1.1-next.2",
29
+ "@backstage/test-utils": "^1.4.7-next.1",
30
30
  "@testing-library/jest-dom": "^6.0.0",
31
31
  "@testing-library/react": "^14.0.0",
32
32
  "history": "^5.3.0"
@@ -39,8 +39,8 @@
39
39
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/core-components": "^0.13.10-next.0",
43
- "@backstage/core-plugin-api": "^1.8.1",
42
+ "@backstage/core-components": "^0.13.10-next.1",
43
+ "@backstage/core-plugin-api": "^1.8.2-next.0",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "@backstage/version-bridge": "^1.0.7",
46
46
  "@material-ui/core": "^4.12.4",