@backstage/plugin-scaffolder 1.9.0-next.0 → 1.9.0-next.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,49 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.9.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 5fb6d5e92e: Updated dependency `@react-hookz/web` to `^19.0.0`.
8
+ - 146378c146: Updated dependency `@react-hookz/web` to `^20.0.0`.
9
+ - 9b606366bf: Bump `json-schema-library` to version `^7.3.9` which does not pull in the `gson-pointer` library
10
+ - Updated dependencies
11
+ - @backstage/core-plugin-api@1.2.0-next.2
12
+ - @backstage/core-components@0.12.1-next.2
13
+ - @backstage/plugin-catalog-react@1.2.2-next.2
14
+ - @backstage/integration-react@1.1.7-next.2
15
+ - @backstage/plugin-permission-react@0.4.8-next.2
16
+ - @backstage/catalog-client@1.2.0-next.1
17
+ - @backstage/catalog-model@1.1.4-next.1
18
+ - @backstage/config@1.0.5-next.1
19
+ - @backstage/errors@1.1.4-next.1
20
+ - @backstage/integration@1.4.1-next.1
21
+ - @backstage/theme@0.2.16
22
+ - @backstage/types@1.0.2-next.1
23
+ - @backstage/plugin-catalog-common@1.0.9-next.2
24
+ - @backstage/plugin-scaffolder-common@1.2.3-next.1
25
+
26
+ ## 1.9.0-next.1
27
+
28
+ ### Patch Changes
29
+
30
+ - c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
31
+ - Updated dependencies
32
+ - @backstage/core-components@0.12.1-next.1
33
+ - @backstage/core-plugin-api@1.1.1-next.1
34
+ - @backstage/types@1.0.2-next.1
35
+ - @backstage/plugin-catalog-react@1.2.2-next.1
36
+ - @backstage/integration-react@1.1.7-next.1
37
+ - @backstage/config@1.0.5-next.1
38
+ - @backstage/integration@1.4.1-next.1
39
+ - @backstage/plugin-permission-react@0.4.8-next.1
40
+ - @backstage/catalog-client@1.2.0-next.1
41
+ - @backstage/catalog-model@1.1.4-next.1
42
+ - @backstage/errors@1.1.4-next.1
43
+ - @backstage/theme@0.2.16
44
+ - @backstage/plugin-catalog-common@1.0.9-next.1
45
+ - @backstage/plugin-scaffolder-common@1.2.3-next.1
46
+
3
47
  ## 1.9.0-next.0
4
48
 
5
49
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.9.0-next.0",
3
+ "version": "1.9.0-next.2",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }