@backstage/plugin-scaffolder 1.13.1-next.2 → 1.13.1
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 +28 -0
- package/alpha/package.json +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d560d457c98: Fix case GitLab workspace is a nested subgroup
|
|
8
|
+
- ad1a1429de4: Improvements to the `scaffolder/next` buttons UX:
|
|
9
|
+
|
|
10
|
+
- Added padding around the "Create" button in the `Stepper` component
|
|
11
|
+
- Added a button bar that includes the "Cancel" and "Start Over" buttons to the `OngoingTask` component. The state of these buttons match their existing counter parts in the Context Menu
|
|
12
|
+
- Added a "Show Button Bar"/"Hide Button Bar" item to the `ContextMenu` component
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/theme@0.3.0
|
|
16
|
+
- @backstage/plugin-catalog-react@1.6.0
|
|
17
|
+
- @backstage/integration@1.4.5
|
|
18
|
+
- @backstage/plugin-scaffolder-common@1.3.0
|
|
19
|
+
- @backstage/plugin-scaffolder-react@1.4.0
|
|
20
|
+
- @backstage/core-components@0.13.1
|
|
21
|
+
- @backstage/integration-react@1.1.13
|
|
22
|
+
- @backstage/catalog-client@1.4.1
|
|
23
|
+
- @backstage/catalog-model@1.3.0
|
|
24
|
+
- @backstage/config@1.0.7
|
|
25
|
+
- @backstage/core-plugin-api@1.5.1
|
|
26
|
+
- @backstage/errors@1.1.5
|
|
27
|
+
- @backstage/types@1.0.2
|
|
28
|
+
- @backstage/plugin-catalog-common@1.0.13
|
|
29
|
+
- @backstage/plugin-permission-react@0.4.12
|
|
30
|
+
|
|
3
31
|
## 1.13.1-next.2
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
3
|
"description": "The Backstage plugin that helps you create new things",
|
|
4
|
-
"version": "1.13.1
|
|
4
|
+
"version": "1.13.1",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"@backstage/catalog-client": "^1.4.1",
|
|
47
47
|
"@backstage/catalog-model": "^1.3.0",
|
|
48
48
|
"@backstage/config": "^1.0.7",
|
|
49
|
-
"@backstage/core-components": "^0.13.1
|
|
49
|
+
"@backstage/core-components": "^0.13.1",
|
|
50
50
|
"@backstage/core-plugin-api": "^1.5.1",
|
|
51
51
|
"@backstage/errors": "^1.1.5",
|
|
52
|
-
"@backstage/integration": "^1.4.5
|
|
53
|
-
"@backstage/integration-react": "^1.1.13
|
|
52
|
+
"@backstage/integration": "^1.4.5",
|
|
53
|
+
"@backstage/integration-react": "^1.1.13",
|
|
54
54
|
"@backstage/plugin-catalog-common": "^1.0.13",
|
|
55
|
-
"@backstage/plugin-catalog-react": "^1.6.0
|
|
55
|
+
"@backstage/plugin-catalog-react": "^1.6.0",
|
|
56
56
|
"@backstage/plugin-permission-react": "^0.4.12",
|
|
57
|
-
"@backstage/plugin-scaffolder-common": "^1.3.0
|
|
58
|
-
"@backstage/plugin-scaffolder-react": "^1.4.0
|
|
59
|
-
"@backstage/theme": "^0.3.0
|
|
57
|
+
"@backstage/plugin-scaffolder-common": "^1.3.0",
|
|
58
|
+
"@backstage/plugin-scaffolder-react": "^1.4.0",
|
|
59
|
+
"@backstage/theme": "^0.3.0",
|
|
60
60
|
"@backstage/types": "^1.0.2",
|
|
61
61
|
"@codemirror/language": "^6.0.0",
|
|
62
62
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
@@ -92,11 +92,11 @@
|
|
|
92
92
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@backstage/cli": "^0.22.7
|
|
96
|
-
"@backstage/core-app-api": "^1.8.0
|
|
97
|
-
"@backstage/dev-utils": "^1.0.15
|
|
98
|
-
"@backstage/plugin-catalog": "^1.11.0
|
|
99
|
-
"@backstage/test-utils": "^1.3.1
|
|
95
|
+
"@backstage/cli": "^0.22.7",
|
|
96
|
+
"@backstage/core-app-api": "^1.8.0",
|
|
97
|
+
"@backstage/dev-utils": "^1.0.15",
|
|
98
|
+
"@backstage/plugin-catalog": "^1.11.0",
|
|
99
|
+
"@backstage/test-utils": "^1.3.1",
|
|
100
100
|
"@testing-library/dom": "^8.0.0",
|
|
101
101
|
"@testing-library/jest-dom": "^5.10.1",
|
|
102
102
|
"@testing-library/react": "^12.1.3",
|