@backstage/plugin-scaffolder-backend-module-yeoman 0.2.26 → 0.2.27-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,18 +1,31 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-yeoman
2
2
 
3
- ## 0.2.26
3
+ ## 0.2.27-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-scaffolder-node@0.2.5
8
+ - @backstage/plugin-scaffolder-node@0.2.6-next.2
9
+ - @backstage/config@1.1.1-next.0
10
+ - @backstage/types@1.1.1
11
+
12
+ ## 0.2.26-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/plugin-scaffolder-node@0.2.5-next.1
18
+ - @backstage/config@1.1.0
19
+ - @backstage/types@1.1.1
9
20
 
10
- ## 0.2.25
21
+ ## 0.2.26-next.0
11
22
 
12
23
  ### Patch Changes
13
24
 
14
25
  - Updated dependencies
15
- - @backstage/plugin-scaffolder-node@0.2.4
26
+ - @backstage/plugin-scaffolder-node@0.2.5-next.0
27
+ - @backstage/config@1.1.0
28
+ - @backstage/types@1.1.1
16
29
 
17
30
  ## 0.2.24
18
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-yeoman",
3
- "version": "0.2.26",
3
+ "version": "0.2.27-next.2",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,15 +28,15 @@
28
28
  "clean": "backstage-cli package clean"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/config": "^1.1.0",
32
- "@backstage/plugin-scaffolder-node": "^0.2.5",
31
+ "@backstage/config": "^1.1.1-next.0",
32
+ "@backstage/plugin-scaffolder-node": "^0.2.6-next.2",
33
33
  "@backstage/types": "^1.1.1",
34
34
  "winston": "^3.2.1",
35
35
  "yeoman-environment": "^3.9.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/backend-common": "^0.19.7",
39
- "@backstage/cli": "^0.22.13"
38
+ "@backstage/backend-common": "^0.19.8-next.2",
39
+ "@backstage/cli": "^0.23.0-next.2"
40
40
  },
41
41
  "files": [
42
42
  "dist"