@backstage/plugin-scaffolder 1.5.0-next.2 → 1.5.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,22 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c4b452e16a: Starting the implementation of the Wizard page for the `next` scaffolder plugin
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/integration@1.3.0
13
+ - @backstage/core-components@0.11.0
14
+ - @backstage/core-plugin-api@1.0.5
15
+ - @backstage/plugin-catalog-react@1.1.3
16
+ - @backstage/plugin-catalog-common@1.0.5
17
+ - @backstage/integration-react@1.1.3
18
+ - @backstage/plugin-permission-react@0.4.4
19
+
3
20
  ## 1.5.0-next.2
4
21
 
5
22
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.5.0-next.2",
3
+ "version": "1.5.0",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
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.5.0-next.2",
4
+ "version": "1.5.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -38,14 +38,14 @@
38
38
  "@backstage/catalog-client": "^1.0.4",
39
39
  "@backstage/catalog-model": "^1.1.0",
40
40
  "@backstage/config": "^1.0.1",
41
- "@backstage/core-components": "^0.11.0-next.2",
42
- "@backstage/core-plugin-api": "^1.0.5-next.0",
41
+ "@backstage/core-components": "^0.11.0",
42
+ "@backstage/core-plugin-api": "^1.0.5",
43
43
  "@backstage/errors": "^1.1.0",
44
- "@backstage/integration": "^1.3.0-next.1",
45
- "@backstage/integration-react": "^1.1.3-next.1",
46
- "@backstage/plugin-catalog-common": "^1.0.5-next.0",
47
- "@backstage/plugin-catalog-react": "^1.1.3-next.2",
48
- "@backstage/plugin-permission-react": "^0.4.4-next.0",
44
+ "@backstage/integration": "^1.3.0",
45
+ "@backstage/integration-react": "^1.1.3",
46
+ "@backstage/plugin-catalog-common": "^1.0.5",
47
+ "@backstage/plugin-catalog-react": "^1.1.3",
48
+ "@backstage/plugin-permission-react": "^0.4.4",
49
49
  "@backstage/plugin-scaffolder-common": "^1.1.2",
50
50
  "@backstage/theme": "^0.2.16",
51
51
  "@backstage/types": "^1.0.0",
@@ -80,11 +80,11 @@
80
80
  "react": "^16.13.1 || ^17.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/cli": "^0.18.1-next.1",
84
- "@backstage/core-app-api": "^1.0.5-next.0",
85
- "@backstage/dev-utils": "^1.0.5-next.1",
86
- "@backstage/plugin-catalog": "^1.5.0-next.2",
87
- "@backstage/test-utils": "^1.1.3-next.0",
83
+ "@backstage/cli": "^0.18.1",
84
+ "@backstage/core-app-api": "^1.0.5",
85
+ "@backstage/dev-utils": "^1.0.5",
86
+ "@backstage/plugin-catalog": "^1.5.0",
87
+ "@backstage/test-utils": "^1.1.3",
88
88
  "@testing-library/jest-dom": "^5.10.1",
89
89
  "@testing-library/react": "^12.1.3",
90
90
  "@testing-library/react-hooks": "^8.0.0",
@@ -100,5 +100,5 @@
100
100
  "dist",
101
101
  "alpha"
102
102
  ],
103
- "gitHead": "9b7d23351cdbe29fb16060f6f9e8442932d3fa29"
103
+ "gitHead": "a12f6269e3bf224aa7f52475be9152bc52addeed"
104
104
  }