@backstage/plugin-scaffolder-react 0.0.0-nightly-20260106025021 → 0.0.0-nightly-20260108025012

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 +12 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
- ## 0.0.0-nightly-20260106025021
3
+ ## 0.0.0-nightly-20260108025012
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20260106025021
8
+ - @backstage/core-components@0.0.0-nightly-20260108025012
9
9
  - @backstage/catalog-client@1.12.1
10
10
  - @backstage/catalog-model@1.7.6
11
11
  - @backstage/core-plugin-api@1.12.1
@@ -13,9 +13,17 @@
13
13
  - @backstage/theme@0.7.1
14
14
  - @backstage/types@1.2.2
15
15
  - @backstage/version-bridge@1.0.11
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260106025021
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260108025012
17
17
  - @backstage/plugin-permission-react@0.4.39
18
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20260106025021
18
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20260108025012
19
+
20
+ ## 1.19.5-next.1
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/core-components@0.18.5-next.0
26
+ - @backstage/plugin-catalog-react@1.21.5-next.1
19
27
 
20
28
  ## 1.19.5-next.0
21
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "0.0.0-nightly-20260106025021",
3
+ "version": "0.0.0-nightly-20260108025012",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -68,12 +68,12 @@
68
68
  "dependencies": {
69
69
  "@backstage/catalog-client": "1.12.1",
70
70
  "@backstage/catalog-model": "1.7.6",
71
- "@backstage/core-components": "0.0.0-nightly-20260106025021",
71
+ "@backstage/core-components": "0.0.0-nightly-20260108025012",
72
72
  "@backstage/core-plugin-api": "1.12.1",
73
73
  "@backstage/frontend-plugin-api": "0.13.2",
74
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260106025021",
74
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260108025012",
75
75
  "@backstage/plugin-permission-react": "0.4.39",
76
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260106025021",
76
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260108025012",
77
77
  "@backstage/theme": "0.7.1",
78
78
  "@backstage/types": "1.2.2",
79
79
  "@backstage/version-bridge": "1.0.11",
@@ -104,9 +104,9 @@
104
104
  "zod-to-json-schema": "^3.20.4"
105
105
  },
106
106
  "devDependencies": {
107
- "@backstage/cli": "0.0.0-nightly-20260106025021",
107
+ "@backstage/cli": "0.0.0-nightly-20260108025012",
108
108
  "@backstage/core-app-api": "1.19.3",
109
- "@backstage/plugin-catalog": "0.0.0-nightly-20260106025021",
109
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260108025012",
110
110
  "@backstage/plugin-catalog-common": "1.1.7",
111
111
  "@backstage/plugin-permission-common": "0.9.3",
112
112
  "@backstage/test-utils": "1.7.14",