@backstage/plugin-scaffolder 1.2.0-next.3 → 1.2.0
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 +24 -0
- package/alpha/package.json +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 06ab5218f9: Add new bitbucket(Cloud/Server) integrations to ScaffolderClient.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 8dce7d5244: Allow validation for custom field extension with type object
|
|
12
|
+
- 70817dafc0: Updated dependency `use-immer` to `^0.7.0`.
|
|
13
|
+
- ace230b599: Updated dependency `@codemirror/legacy-modes` to `^0.20.0`.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/core-components@0.9.4
|
|
16
|
+
- @backstage/integration@1.2.0
|
|
17
|
+
- @backstage/core-plugin-api@1.0.2
|
|
18
|
+
- @backstage/plugin-scaffolder-common@1.1.0
|
|
19
|
+
- @backstage/plugin-catalog-react@1.1.0
|
|
20
|
+
- @backstage/integration-react@1.1.0
|
|
21
|
+
- @backstage/config@1.0.1
|
|
22
|
+
- @backstage/catalog-client@1.0.2
|
|
23
|
+
- @backstage/catalog-model@1.0.2
|
|
24
|
+
- @backstage/plugin-catalog-common@1.0.2
|
|
25
|
+
- @backstage/plugin-permission-react@0.4.1
|
|
26
|
+
|
|
3
27
|
## 1.2.0-next.3
|
|
4
28
|
|
|
5
29
|
### 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.2.0
|
|
4
|
+
"version": "1.2.0",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"clean": "backstage-cli package clean"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@backstage/catalog-client": "^1.0.2
|
|
39
|
-
"@backstage/catalog-model": "^1.0.2
|
|
40
|
-
"@backstage/config": "^1.0.1
|
|
41
|
-
"@backstage/core-components": "^0.9.4
|
|
42
|
-
"@backstage/core-plugin-api": "^1.0.2
|
|
38
|
+
"@backstage/catalog-client": "^1.0.2",
|
|
39
|
+
"@backstage/catalog-model": "^1.0.2",
|
|
40
|
+
"@backstage/config": "^1.0.1",
|
|
41
|
+
"@backstage/core-components": "^0.9.4",
|
|
42
|
+
"@backstage/core-plugin-api": "^1.0.2",
|
|
43
43
|
"@backstage/errors": "^1.0.0",
|
|
44
|
-
"@backstage/integration": "^1.2.0
|
|
45
|
-
"@backstage/integration-react": "^1.1.0
|
|
46
|
-
"@backstage/plugin-catalog-common": "^1.0.2
|
|
47
|
-
"@backstage/plugin-catalog-react": "^1.1.0
|
|
48
|
-
"@backstage/plugin-permission-react": "^0.4.1
|
|
49
|
-
"@backstage/plugin-scaffolder-common": "^1.1.0
|
|
44
|
+
"@backstage/integration": "^1.2.0",
|
|
45
|
+
"@backstage/integration-react": "^1.1.0",
|
|
46
|
+
"@backstage/plugin-catalog-common": "^1.0.2",
|
|
47
|
+
"@backstage/plugin-catalog-react": "^1.1.0",
|
|
48
|
+
"@backstage/plugin-permission-react": "^0.4.1",
|
|
49
|
+
"@backstage/plugin-scaffolder-common": "^1.1.0",
|
|
50
50
|
"@backstage/theme": "^0.2.15",
|
|
51
51
|
"@backstage/types": "^1.0.0",
|
|
52
52
|
"@codemirror/language": "^0.20.0",
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
"react": "^16.13.1 || ^17.0.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/cli": "^0.17.1
|
|
83
|
-
"@backstage/core-app-api": "^1.0.2
|
|
84
|
-
"@backstage/dev-utils": "^1.0.2
|
|
85
|
-
"@backstage/plugin-catalog": "^1.2.0
|
|
86
|
-
"@backstage/test-utils": "^1.1.0
|
|
82
|
+
"@backstage/cli": "^0.17.1",
|
|
83
|
+
"@backstage/core-app-api": "^1.0.2",
|
|
84
|
+
"@backstage/dev-utils": "^1.0.2",
|
|
85
|
+
"@backstage/plugin-catalog": "^1.2.0",
|
|
86
|
+
"@backstage/test-utils": "^1.1.0",
|
|
87
87
|
"@testing-library/jest-dom": "^5.10.1",
|
|
88
88
|
"@testing-library/react": "^12.1.3",
|
|
89
89
|
"@testing-library/react-hooks": "^8.0.0",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"dist",
|
|
100
100
|
"alpha"
|
|
101
101
|
],
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "96323f280ba32ee526c5b151cda42260aee927c9"
|
|
103
103
|
}
|