@backstage/plugin-scaffolder-react 1.0.0-next.0 → 1.0.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 CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 021233c215: lock versions of `@rjsf/*-beta` packages
8
+
9
+ ## 1.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - b4955ed7b9: Re-home some of the common types, components, hooks and `scaffolderApiRef` for the `@backstage/plugin-scaffolder` to this package for easy re-use across things that want to interact with the `scaffolder`.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/catalog-model@1.1.5
19
+ - @backstage/plugin-scaffolder-common@1.2.4
20
+ - @backstage/catalog-client@1.3.0
21
+ - @backstage/plugin-catalog-react@1.2.4
22
+ - @backstage/core-components@0.12.3
23
+ - @backstage/core-plugin-api@1.3.0
24
+ - @backstage/errors@1.1.4
25
+ - @backstage/theme@0.2.16
26
+ - @backstage/types@1.0.2
27
+ - @backstage/version-bridge@1.0.3
28
+
3
29
  ## 1.0.0-next.0
4
30
 
5
31
  ### Major Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.0.0-next.0",
3
+ "version": "1.0.1",
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-react",
3
3
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
4
- "version": "1.0.0-next.0",
4
+ "version": "1.0.1",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,13 +33,13 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-client": "^1.3.0-next.2",
37
- "@backstage/catalog-model": "^1.1.5-next.1",
38
- "@backstage/core-components": "^0.12.3-next.2",
39
- "@backstage/core-plugin-api": "^1.3.0-next.1",
36
+ "@backstage/catalog-client": "^1.3.0",
37
+ "@backstage/catalog-model": "^1.1.5",
38
+ "@backstage/core-components": "^0.12.3",
39
+ "@backstage/core-plugin-api": "^1.3.0",
40
40
  "@backstage/errors": "^1.1.4",
41
- "@backstage/plugin-catalog-react": "^1.2.4-next.2",
42
- "@backstage/plugin-scaffolder-common": "^1.2.4-next.1",
41
+ "@backstage/plugin-catalog-react": "^1.2.4",
42
+ "@backstage/plugin-scaffolder-common": "^1.2.4",
43
43
  "@backstage/theme": "^0.2.16",
44
44
  "@backstage/types": "^1.0.2",
45
45
  "@backstage/version-bridge": "^1.0.3",
@@ -47,11 +47,11 @@
47
47
  "@material-ui/icons": "^4.9.1",
48
48
  "@material-ui/lab": "4.0.0-alpha.57",
49
49
  "@rjsf/core": "^3.2.1",
50
- "@rjsf/core-v5": "npm:@rjsf/core@^5.0.0-beta.14",
50
+ "@rjsf/core-v5": "npm:@rjsf/core@5.0.0-beta.16",
51
51
  "@rjsf/material-ui": "^3.2.1",
52
- "@rjsf/material-ui-v5": "npm:@rjsf/material-ui@^5.0.0-beta.14",
53
- "@rjsf/utils": "^5.0.0-beta.14",
54
- "@rjsf/validator-ajv6": "^5.0.0-beta.14",
52
+ "@rjsf/material-ui-v5": "npm:@rjsf/material-ui@5.0.0-beta.16",
53
+ "@rjsf/utils": "5.0.0-beta.16",
54
+ "@rjsf/validator-ajv6": "5.0.0-beta.16",
55
55
  "@types/json-schema": "^7.0.9",
56
56
  "classnames": "^2.2.6",
57
57
  "json-schema": "^0.4.0",
@@ -68,11 +68,11 @@
68
68
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/cli": "^0.22.1-next.2",
72
- "@backstage/core-app-api": "^1.4.0-next.1",
73
- "@backstage/plugin-catalog": "^1.7.2-next.2",
74
- "@backstage/plugin-catalog-common": "^1.0.10-next.1",
75
- "@backstage/test-utils": "^1.2.4-next.1",
71
+ "@backstage/cli": "^0.22.1",
72
+ "@backstage/core-app-api": "^1.4.0",
73
+ "@backstage/plugin-catalog": "^1.7.2",
74
+ "@backstage/plugin-catalog-common": "^1.0.10",
75
+ "@backstage/test-utils": "^1.2.4",
76
76
  "@testing-library/jest-dom": "^5.10.1",
77
77
  "@testing-library/react": "^12.1.3",
78
78
  "@testing-library/react-hooks": "^8.0.0",