@backstage/plugin-scaffolder 1.14.2-next.2 → 1.14.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 8a0490fb669e: Fix the get entities query in the `MyGroupsPicker` to query the `kind=Group` entities.
8
+ - Updated dependencies
9
+ - @backstage/integration-react@1.1.16
10
+ - @backstage/integration@1.6.0
11
+ - @backstage/core-components@0.13.4
12
+ - @backstage/plugin-catalog-react@1.8.1
13
+ - @backstage/plugin-scaffolder-common@1.4.0
14
+ - @backstage/plugin-scaffolder-react@1.5.2
15
+ - @backstage/core-plugin-api@1.5.3
16
+ - @backstage/catalog-client@1.4.3
17
+ - @backstage/catalog-model@1.4.1
18
+ - @backstage/config@1.0.8
19
+ - @backstage/errors@1.2.1
20
+ - @backstage/theme@0.4.1
21
+ - @backstage/types@1.1.0
22
+ - @backstage/plugin-catalog-common@1.0.15
23
+ - @backstage/plugin-permission-react@0.4.14
24
+
3
25
  ## 1.14.2-next.2
4
26
 
5
27
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.14.2-next.2",
3
+ "version": "1.14.2",
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.14.2-next.2",
4
+ "version": "1.14.2",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -46,16 +46,16 @@
46
46
  "@backstage/catalog-client": "^1.4.3",
47
47
  "@backstage/catalog-model": "^1.4.1",
48
48
  "@backstage/config": "^1.0.8",
49
- "@backstage/core-components": "^0.13.4-next.0",
49
+ "@backstage/core-components": "^0.13.4",
50
50
  "@backstage/core-plugin-api": "^1.5.3",
51
51
  "@backstage/errors": "^1.2.1",
52
- "@backstage/integration": "^1.5.1",
53
- "@backstage/integration-react": "^1.1.16-next.1",
52
+ "@backstage/integration": "^1.6.0",
53
+ "@backstage/integration-react": "^1.1.16",
54
54
  "@backstage/plugin-catalog-common": "^1.0.15",
55
- "@backstage/plugin-catalog-react": "^1.8.1-next.1",
55
+ "@backstage/plugin-catalog-react": "^1.8.1",
56
56
  "@backstage/plugin-permission-react": "^0.4.14",
57
- "@backstage/plugin-scaffolder-common": "^1.3.2",
58
- "@backstage/plugin-scaffolder-react": "^1.5.2-next.1",
57
+ "@backstage/plugin-scaffolder-common": "^1.4.0",
58
+ "@backstage/plugin-scaffolder-react": "^1.5.2",
59
59
  "@backstage/theme": "^0.4.1",
60
60
  "@backstage/types": "^1.1.0",
61
61
  "@codemirror/language": "^6.0.0",
@@ -93,11 +93,11 @@
93
93
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/cli": "^0.22.10-next.1",
97
- "@backstage/core-app-api": "^1.9.1-next.0",
98
- "@backstage/dev-utils": "^1.0.18-next.2",
99
- "@backstage/plugin-catalog": "^1.12.1-next.2",
100
- "@backstage/test-utils": "^1.4.2-next.0",
96
+ "@backstage/cli": "^0.22.10",
97
+ "@backstage/core-app-api": "^1.9.1",
98
+ "@backstage/dev-utils": "^1.0.18",
99
+ "@backstage/plugin-catalog": "^1.12.1",
100
+ "@backstage/test-utils": "^1.4.2",
101
101
  "@testing-library/dom": "^8.0.0",
102
102
  "@testing-library/jest-dom": "^5.10.1",
103
103
  "@testing-library/react": "^12.1.3",