@backstage/frontend-plugin-api 0.0.0-nightly-20240728022021 → 0.0.0-nightly-20240729022006

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 +2 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/frontend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20240728022021
3
+ ## 0.0.0-nightly-20240729022006
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -68,7 +68,7 @@
68
68
 
69
69
  - 6349099: Added config input type to the extensions
70
70
  - Updated dependencies
71
- - @backstage/core-components@0.0.0-nightly-20240728022021
71
+ - @backstage/core-components@0.0.0-nightly-20240729022006
72
72
  - @backstage/core-plugin-api@1.9.3
73
73
  - @backstage/types@1.1.1
74
74
  - @backstage/version-bridge@1.0.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-plugin-api",
3
- "version": "0.0.0-nightly-20240728022021",
3
+ "version": "0.0.0-nightly-20240729022006",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -31,7 +31,7 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/core-components": "^0.0.0-nightly-20240728022021",
34
+ "@backstage/core-components": "^0.0.0-nightly-20240729022006",
35
35
  "@backstage/core-plugin-api": "^1.9.3",
36
36
  "@backstage/types": "^1.1.1",
37
37
  "@backstage/version-bridge": "^1.0.8",
@@ -42,10 +42,10 @@
42
42
  "zod-to-json-schema": "^3.21.4"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20240728022021",
46
- "@backstage/frontend-app-api": "^0.0.0-nightly-20240728022021",
47
- "@backstage/frontend-test-utils": "^0.0.0-nightly-20240728022021",
48
- "@backstage/test-utils": "^0.0.0-nightly-20240728022021",
45
+ "@backstage/cli": "^0.0.0-nightly-20240729022006",
46
+ "@backstage/frontend-app-api": "^0.0.0-nightly-20240729022006",
47
+ "@backstage/frontend-test-utils": "^0.0.0-nightly-20240729022006",
48
+ "@backstage/test-utils": "^0.0.0-nightly-20240729022006",
49
49
  "@testing-library/jest-dom": "^6.0.0",
50
50
  "@testing-library/react": "^15.0.0",
51
51
  "history": "^5.3.0"