@backstage/plugin-scaffolder-node 0.4.8-next.1 → 0.4.8

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,21 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
+ ## 0.4.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 661b354: Fixed a bug where the `RepoUrlPicker` would still require the `owner` field for `azure`
8
+ - b5deed0: Add support for `autocomplete` extension point to provide additional `autocomplete` handlers
9
+ - 0b52438: Serialization of the scaffolder workspace into GCP bucket
10
+ - Updated dependencies
11
+ - @backstage/backend-plugin-api@0.7.0
12
+ - @backstage/backend-common@0.23.3
13
+ - @backstage/integration@1.13.0
14
+ - @backstage/plugin-scaffolder-common@1.5.4
15
+ - @backstage/catalog-model@1.5.0
16
+ - @backstage/errors@1.2.4
17
+ - @backstage/types@1.1.1
18
+
3
19
  ## 0.4.8-next.1
4
20
 
5
21
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node__alpha",
3
- "version": "0.4.8-next.1",
3
+ "version": "0.4.8",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.4.8-next.1",
3
+ "version": "0.4.8",
4
4
  "description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -53,12 +53,12 @@
53
53
  "test": "backstage-cli package test"
54
54
  },
55
55
  "dependencies": {
56
- "@backstage/backend-common": "^0.23.3-next.1",
57
- "@backstage/backend-plugin-api": "^0.6.22-next.1",
56
+ "@backstage/backend-common": "^0.23.3",
57
+ "@backstage/backend-plugin-api": "^0.7.0",
58
58
  "@backstage/catalog-model": "^1.5.0",
59
59
  "@backstage/errors": "^1.2.4",
60
- "@backstage/integration": "^1.13.0-next.0",
61
- "@backstage/plugin-scaffolder-common": "^1.5.3",
60
+ "@backstage/integration": "^1.13.0",
61
+ "@backstage/plugin-scaffolder-common": "^1.5.4",
62
62
  "@backstage/types": "^1.1.1",
63
63
  "concat-stream": "^2.0.0",
64
64
  "fs-extra": "^11.2.0",
@@ -72,8 +72,8 @@
72
72
  "zod-to-json-schema": "^3.20.4"
73
73
  },
74
74
  "devDependencies": {
75
- "@backstage/backend-test-utils": "^0.4.4-next.1",
76
- "@backstage/cli": "^0.26.11-next.1",
75
+ "@backstage/backend-test-utils": "^0.4.4",
76
+ "@backstage/cli": "^0.26.11",
77
77
  "@backstage/config": "^1.2.0"
78
78
  }
79
79
  }