@backstage/plugin-scaffolder-backend-module-cookiecutter 0.2.37-next.0 → 0.2.37

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 +20 -10
  2. package/package.json +9 -10
package/CHANGELOG.md CHANGED
@@ -1,21 +1,31 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-cookiecutter
2
2
 
3
- ## 0.2.37-next.0
3
+ ## 0.2.37
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context.
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.3
9
+ - @backstage/plugin-scaffolder-node@0.3.3
10
+ - @backstage/backend-plugin-api@0.6.13
11
+
12
+ ## 0.2.36
8
13
 
9
- It will help to maintain tests in a long run during structural changes of action context.
14
+ ### Patch Changes
10
15
 
11
16
  - Updated dependencies
12
- - @backstage/backend-common@0.21.3-next.0
13
- - @backstage/errors@1.2.4-next.0
14
- - @backstage/plugin-scaffolder-node@0.3.3-next.0
15
- - @backstage/backend-plugin-api@0.6.13-next.0
16
- - @backstage/config@1.1.2-next.0
17
- - @backstage/integration@1.9.1-next.0
18
- - @backstage/types@1.1.1
17
+ - @backstage/backend-common@0.21.2
18
+ - @backstage/plugin-scaffolder-node@0.3.2
19
+ - @backstage/backend-plugin-api@0.6.12
20
+
21
+ ## 0.2.35
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @backstage/backend-common@0.21.1
27
+ - @backstage/plugin-scaffolder-node@0.3.1
28
+ - @backstage/backend-plugin-api@0.6.11
19
29
 
20
30
  ## 0.2.34
21
31
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-cookiecutter",
3
3
  "description": "A module for the scaffolder backend that lets you template projects using cookiecutter",
4
- "version": "0.2.37-next.0",
4
+ "version": "0.2.37",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,12 +35,12 @@
35
35
  "clean": "backstage-cli package clean"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.21.3-next.0",
39
- "@backstage/backend-plugin-api": "^0.6.13-next.0",
40
- "@backstage/config": "^1.1.2-next.0",
41
- "@backstage/errors": "^1.2.4-next.0",
42
- "@backstage/integration": "^1.9.1-next.0",
43
- "@backstage/plugin-scaffolder-node": "^0.3.3-next.0",
38
+ "@backstage/backend-common": "^0.21.3",
39
+ "@backstage/backend-plugin-api": "^0.6.13",
40
+ "@backstage/config": "^1.1.1",
41
+ "@backstage/errors": "^1.2.3",
42
+ "@backstage/integration": "^1.9.0",
43
+ "@backstage/plugin-scaffolder-node": "^0.3.3",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "command-exists": "^1.2.9",
46
46
  "fs-extra": "^11.2.0",
@@ -48,9 +48,8 @@
48
48
  "yn": "^4.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.3.3-next.0",
52
- "@backstage/cli": "^0.25.3-next.0",
53
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.0-next.0",
51
+ "@backstage/backend-test-utils": "^0.3.3",
52
+ "@backstage/cli": "^0.25.2",
54
53
  "@types/command-exists": "^1.2.0",
55
54
  "@types/fs-extra": "^11.0.0"
56
55
  },