@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220510022953 → 0.0.0-nightly-20220511024315

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 +25 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20220510022953
3
+ ## 0.0.0-nightly-20220511024315
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -30,11 +30,30 @@
30
30
  - 0fc65cbf89: Override default commit message and author details in GitHub, Azure, bitbucket
31
31
  - cfc0f19699: Updated dependency `fs-extra` to `10.1.0`.
32
32
  - Updated dependencies
33
- - @backstage/backend-common@0.0.0-nightly-20220510022953
34
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220510022953
35
- - @backstage/integration@0.0.0-nightly-20220510022953
36
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220510022953
37
- - @backstage/config@0.0.0-nightly-20220510022953
33
+ - @backstage/backend-common@0.0.0-nightly-20220511024315
34
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220511024315
35
+ - @backstage/integration@0.0.0-nightly-20220511024315
36
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220511024315
37
+ - @backstage/config@0.0.0-nightly-20220511024315
38
+ - @backstage/catalog-client@0.0.0-nightly-20220511024315
39
+ - @backstage/catalog-model@0.0.0-nightly-20220511024315
40
+
41
+ ## 1.2.0-next.1
42
+
43
+ ### Minor Changes
44
+
45
+ - f8baf7df44: Added the ability to reference the user in the `template.yaml` manifest
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies
50
+ - @backstage/backend-common@0.13.3-next.2
51
+ - @backstage/plugin-catalog-backend@1.1.2-next.2
52
+ - @backstage/plugin-scaffolder-common@1.1.0-next.0
53
+ - @backstage/config@1.0.1-next.0
54
+ - @backstage/catalog-model@1.0.2-next.0
55
+ - @backstage/integration@1.2.0-next.1
56
+ - @backstage/catalog-client@1.0.2-next.0
38
57
 
39
58
  ## 1.2.0-next.0
40
59
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
3
  "description": "The Backstage backend plugin that helps you create new things",
4
- "version": "0.0.0-nightly-20220510022953",
4
+ "version": "0.0.0-nightly-20220511024315",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,14 +34,14 @@
34
34
  "build:assets": "node scripts/build-nunjucks.js"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20220510022953",
38
- "@backstage/catalog-client": "^1.0.1",
39
- "@backstage/catalog-model": "^1.0.1",
40
- "@backstage/config": "^0.0.0-nightly-20220510022953",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20220511024315",
38
+ "@backstage/catalog-client": "^0.0.0-nightly-20220511024315",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20220511024315",
40
+ "@backstage/config": "^0.0.0-nightly-20220511024315",
41
41
  "@backstage/errors": "^1.0.0",
42
- "@backstage/integration": "^0.0.0-nightly-20220510022953",
43
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220510022953",
44
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220510022953",
42
+ "@backstage/integration": "^0.0.0-nightly-20220511024315",
43
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220511024315",
44
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220511024315",
45
45
  "@backstage/types": "^1.0.0",
46
46
  "@gitbeaker/core": "^35.6.0",
47
47
  "@gitbeaker/node": "^35.1.0",
@@ -74,8 +74,8 @@
74
74
  "zen-observable": "^0.8.15"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220510022953",
78
- "@backstage/cli": "^0.0.0-nightly-20220510022953",
77
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220511024315",
78
+ "@backstage/cli": "^0.0.0-nightly-20220511024315",
79
79
  "@types/command-exists": "^1.2.0",
80
80
  "@types/fs-extra": "^9.0.1",
81
81
  "@types/git-url-parse": "^9.0.0",