@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220524024614 → 0.0.0-nightly-20220527024541

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 +18 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20220524024614
3
+ ## 0.0.0-nightly-20220527024541
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,9 +10,23 @@
10
10
 
11
11
  - 6901f6be4a: Adds more of an explanation when the `publish:github` scaffolder action fails to create a repository.
12
12
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20220524024614
14
- - @backstage/integration@0.0.0-nightly-20220524024614
15
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220524024614
13
+ - @backstage/backend-common@0.0.0-nightly-20220527024541
14
+ - @backstage/integration@0.0.0-nightly-20220527024541
15
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220527024541
16
+
17
+ ## 1.3.0-next.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 72dfcbc8bf: A new scaffolder action has been added: `gerrit:publish`
22
+
23
+ ### Patch Changes
24
+
25
+ - 6901f6be4a: Adds more of an explanation when the `publish:github` scaffolder action fails to create a repository.
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.13.6-next.0
28
+ - @backstage/integration@1.2.1-next.0
29
+ - @backstage/plugin-catalog-backend@1.2.0-next.0
16
30
 
17
31
  ## 1.2.0
18
32
 
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-20220524024614",
4
+ "version": "0.0.0-nightly-20220527024541",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,13 +34,13 @@
34
34
  "build:assets": "node scripts/build-nunjucks.js"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20220524024614",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20220527024541",
38
38
  "@backstage/catalog-client": "^1.0.2",
39
39
  "@backstage/catalog-model": "^1.0.2",
40
40
  "@backstage/config": "^1.0.1",
41
41
  "@backstage/errors": "^1.0.0",
42
- "@backstage/integration": "^0.0.0-nightly-20220524024614",
43
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220524024614",
42
+ "@backstage/integration": "^0.0.0-nightly-20220527024541",
43
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220527024541",
44
44
  "@backstage/plugin-scaffolder-common": "^1.1.0",
45
45
  "@backstage/types": "^1.0.0",
46
46
  "@gitbeaker/core": "^35.6.0",
@@ -74,8 +74,8 @@
74
74
  "zen-observable": "^0.8.15"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/backend-test-utils": "^0.1.24",
78
- "@backstage/cli": "^0.0.0-nightly-20220524024614",
77
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220527024541",
78
+ "@backstage/cli": "^0.0.0-nightly-20220527024541",
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",