@backstage/plugin-scaffolder-node 0.6.2-next.1 → 0.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
8
+ - 1a23421: Make sure that isomorphic git push commands are not proxied.
9
+ - Updated dependencies
10
+ - @backstage/integration@1.16.0
11
+ - @backstage/plugin-scaffolder-common@1.5.8
12
+ - @backstage/backend-plugin-api@1.1.0
13
+ - @backstage/errors@1.2.6
14
+ - @backstage/catalog-model@1.7.2
15
+ - @backstage/types@1.2.0
16
+
17
+ ## 0.6.2-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@1.1.0-next.2
23
+ - @backstage/errors@1.2.6-next.0
24
+ - @backstage/catalog-model@1.7.2-next.0
25
+ - @backstage/integration@1.16.0-next.1
26
+ - @backstage/types@1.2.0
27
+ - @backstage/plugin-scaffolder-common@1.5.8-next.1
28
+
3
29
  ## 0.6.2-next.1
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.6.2-next.1",
3
+ "version": "0.6.2",
4
4
  "description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -63,12 +63,12 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@backstage/backend-common": "^0.25.0",
66
- "@backstage/backend-plugin-api": "1.1.0-next.1",
67
- "@backstage/catalog-model": "1.7.1",
68
- "@backstage/errors": "1.2.5",
69
- "@backstage/integration": "1.16.0-next.0",
70
- "@backstage/plugin-scaffolder-common": "1.5.8-next.0",
71
- "@backstage/types": "1.2.0",
66
+ "@backstage/backend-plugin-api": "^1.1.0",
67
+ "@backstage/catalog-model": "^1.7.2",
68
+ "@backstage/errors": "^1.2.6",
69
+ "@backstage/integration": "^1.16.0",
70
+ "@backstage/plugin-scaffolder-common": "^1.5.8",
71
+ "@backstage/types": "^1.2.0",
72
72
  "concat-stream": "^2.0.0",
73
73
  "fs-extra": "^11.2.0",
74
74
  "globby": "^11.0.0",
@@ -81,8 +81,8 @@
81
81
  "zod-to-json-schema": "^3.20.4"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/backend-test-utils": "1.2.0-next.1",
85
- "@backstage/cli": "0.29.3-next.1",
86
- "@backstage/config": "1.3.0"
84
+ "@backstage/backend-test-utils": "^1.2.0",
85
+ "@backstage/cli": "^0.29.4",
86
+ "@backstage/config": "^1.3.1"
87
87
  }
88
88
  }