@backstage/plugin-scaffolder-react 2.0.3-next.0 → 2.0.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
+ ## 2.0.3-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@3.2.1-next.2
9
+ - @backstage/frontend-plugin-api@0.18.0-next.0
10
+ - @backstage/core-plugin-api@1.12.9-next.0
11
+ - @backstage/core-components@0.18.13-next.2
12
+ - @backstage/plugin-permission-react@0.5.4-next.0
13
+
14
+ ## 2.0.3-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/plugin-catalog-react@3.2.1-next.1
20
+ - @backstage/core-components@0.18.13-next.1
21
+ - @backstage/plugin-scaffolder-common@2.2.2-next.0
22
+
3
23
  ## 2.0.3-next.0
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "2.0.3-next.0",
3
+ "version": "2.0.3-next.2",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -76,12 +76,12 @@
76
76
  "dependencies": {
77
77
  "@backstage/catalog-client": "1.16.1",
78
78
  "@backstage/catalog-model": "1.9.0",
79
- "@backstage/core-components": "0.18.13-next.0",
80
- "@backstage/core-plugin-api": "1.12.8",
81
- "@backstage/frontend-plugin-api": "0.17.3",
82
- "@backstage/plugin-catalog-react": "3.2.1-next.0",
83
- "@backstage/plugin-permission-react": "0.5.3",
84
- "@backstage/plugin-scaffolder-common": "2.2.1",
79
+ "@backstage/core-components": "0.18.13-next.2",
80
+ "@backstage/core-plugin-api": "1.12.9-next.0",
81
+ "@backstage/frontend-plugin-api": "0.18.0-next.0",
82
+ "@backstage/plugin-catalog-react": "3.2.1-next.2",
83
+ "@backstage/plugin-permission-react": "0.5.4-next.0",
84
+ "@backstage/plugin-scaffolder-common": "2.2.2-next.0",
85
85
  "@backstage/theme": "0.7.3",
86
86
  "@backstage/types": "1.2.2",
87
87
  "@backstage/ui": "0.17.1-next.0",
@@ -114,13 +114,13 @@
114
114
  "zod-to-json-schema": "^3.25.1"
115
115
  },
116
116
  "devDependencies": {
117
- "@backstage/cli": "0.36.4",
118
- "@backstage/core-app-api": "1.20.4-next.0",
119
- "@backstage/frontend-test-utils": "0.6.3-next.0",
120
- "@backstage/plugin-catalog": "2.0.8-next.0",
117
+ "@backstage/cli": "0.36.5-next.1",
118
+ "@backstage/core-app-api": "1.20.4-next.1",
119
+ "@backstage/frontend-test-utils": "0.6.3-next.1",
120
+ "@backstage/plugin-catalog": "2.0.8-next.2",
121
121
  "@backstage/plugin-catalog-common": "1.1.10",
122
122
  "@backstage/plugin-permission-common": "0.9.9",
123
- "@backstage/test-utils": "1.7.21-next.0",
123
+ "@backstage/test-utils": "1.7.21-next.1",
124
124
  "@testing-library/dom": "^10.0.0",
125
125
  "@testing-library/jest-dom": "^6.0.0",
126
126
  "@testing-library/react": "^16.0.0",
@@ -133,7 +133,7 @@
133
133
  "swr": "^2.0.0"
134
134
  },
135
135
  "peerDependencies": {
136
- "@backstage/frontend-test-utils": "0.6.3-next.0",
136
+ "@backstage/frontend-test-utils": "0.6.3-next.1",
137
137
  "@types/react": "^17.0.0 || ^18.0.0",
138
138
  "react": "^17.0.0 || ^18.0.0",
139
139
  "react-dom": "^17.0.0 || ^18.0.0",