@backstage/plugin-scaffolder 1.12.0-next.2 → 1.12.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 CHANGED
@@ -1,5 +1,40 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0d61fcca9c3: Update `EntityPicker` to use the fully qualified entity ref instead of the humanized version.
8
+ - 8f4d13f21cf: Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`.
9
+
10
+ ### Patch Changes
11
+
12
+ - 65454876fb2: Minor API report tweaks
13
+ - 3c96e77b513: Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles.
14
+ - be3cddaab5f: Getting credentials in the RepoUrlPicker now also works for targets without owner (e.g. Bitbucket Server).
15
+ - cb8ec97cdeb: Change black & white colors to be theme aware
16
+ - eb877bad736: Create an "Other Templates" group when groups are given to scaffolder/next.
17
+ - c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
18
+ - 928a12a9b3e: Internal refactor of `/alpha` exports.
19
+ - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
20
+ - 0aae4596296: Fix the scaffolder validator for arrays when the item is a field in the object
21
+ - Updated dependencies
22
+ - @backstage/catalog-client@1.4.0
23
+ - @backstage/core-components@0.12.5
24
+ - @backstage/plugin-scaffolder-react@1.2.0
25
+ - @backstage/plugin-catalog-react@1.4.0
26
+ - @backstage/errors@1.1.5
27
+ - @backstage/core-plugin-api@1.5.0
28
+ - @backstage/catalog-model@1.2.1
29
+ - @backstage/plugin-catalog-common@1.0.12
30
+ - @backstage/integration-react@1.1.11
31
+ - @backstage/integration@1.4.3
32
+ - @backstage/config@1.0.7
33
+ - @backstage/theme@0.2.18
34
+ - @backstage/types@1.0.2
35
+ - @backstage/plugin-permission-react@0.4.11
36
+ - @backstage/plugin-scaffolder-common@1.2.6
37
+
3
38
  ## 1.12.0-next.2
4
39
 
5
40
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.12.0-next.2",
3
+ "version": "1.12.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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.12.0-next.2",
4
+ "version": "1.12.0",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,20 +43,20 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/catalog-client": "^1.4.0-next.1",
47
- "@backstage/catalog-model": "^1.2.1-next.1",
48
- "@backstage/config": "^1.0.7-next.0",
49
- "@backstage/core-components": "^0.12.5-next.2",
50
- "@backstage/core-plugin-api": "^1.5.0-next.2",
51
- "@backstage/errors": "^1.1.5-next.0",
52
- "@backstage/integration": "^1.4.3-next.0",
53
- "@backstage/integration-react": "^1.1.11-next.2",
54
- "@backstage/plugin-catalog-common": "^1.0.12-next.1",
55
- "@backstage/plugin-catalog-react": "^1.4.0-next.2",
56
- "@backstage/plugin-permission-react": "^0.4.11-next.2",
57
- "@backstage/plugin-scaffolder-common": "^1.2.6-next.1",
58
- "@backstage/plugin-scaffolder-react": "^1.2.0-next.2",
59
- "@backstage/theme": "^0.2.18-next.0",
46
+ "@backstage/catalog-client": "^1.4.0",
47
+ "@backstage/catalog-model": "^1.2.1",
48
+ "@backstage/config": "^1.0.7",
49
+ "@backstage/core-components": "^0.12.5",
50
+ "@backstage/core-plugin-api": "^1.5.0",
51
+ "@backstage/errors": "^1.1.5",
52
+ "@backstage/integration": "^1.4.3",
53
+ "@backstage/integration-react": "^1.1.11",
54
+ "@backstage/plugin-catalog-common": "^1.0.12",
55
+ "@backstage/plugin-catalog-react": "^1.4.0",
56
+ "@backstage/plugin-permission-react": "^0.4.11",
57
+ "@backstage/plugin-scaffolder-common": "^1.2.6",
58
+ "@backstage/plugin-scaffolder-react": "^1.2.0",
59
+ "@backstage/theme": "^0.2.18",
60
60
  "@backstage/types": "^1.0.2",
61
61
  "@codemirror/language": "^6.0.0",
62
62
  "@codemirror/legacy-modes": "^6.1.0",
@@ -91,11 +91,11 @@
91
91
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
92
92
  },
93
93
  "devDependencies": {
94
- "@backstage/cli": "^0.22.4-next.1",
95
- "@backstage/core-app-api": "^1.6.0-next.2",
96
- "@backstage/dev-utils": "^1.0.13-next.2",
97
- "@backstage/plugin-catalog": "^1.9.0-next.2",
98
- "@backstage/test-utils": "^1.2.6-next.2",
94
+ "@backstage/cli": "^0.22.4",
95
+ "@backstage/core-app-api": "^1.6.0",
96
+ "@backstage/dev-utils": "^1.0.13",
97
+ "@backstage/plugin-catalog": "^1.9.0",
98
+ "@backstage/test-utils": "^1.2.6",
99
99
  "@testing-library/jest-dom": "^5.10.1",
100
100
  "@testing-library/react": "^12.1.3",
101
101
  "@testing-library/react-hooks": "^8.0.0",