@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20240910023018 → 0.0.0-nightly-20240911022723

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 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20240910023018
3
+ ## 0.0.0-nightly-20240911022723
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -14,12 +14,25 @@
14
14
 
15
15
  - 22a19e6: Added the ability for the actions `publish:github` and `github:repo:create` to take inputs for 'custom properties' for organization repositories.
16
16
  - Updated dependencies
17
- - @backstage/backend-common@0.0.0-nightly-20240910023018
18
- - @backstage/backend-plugin-api@0.0.0-nightly-20240910023018
19
- - @backstage/integration@0.0.0-nightly-20240910023018
17
+ - @backstage/backend-common@0.0.0-nightly-20240911022723
18
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240911022723
19
+ - @backstage/integration@0.0.0-nightly-20240911022723
20
20
  - @backstage/config@1.2.0
21
21
  - @backstage/errors@1.2.4
22
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240910023018
22
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240911022723
23
+
24
+ ## 0.5.0-next.2
25
+
26
+ ### Patch Changes
27
+
28
+ - 22a19e6: Added the ability for the actions `publish:github` and `github:repo:create` to take inputs for 'custom properties' for organization repositories.
29
+ - Updated dependencies
30
+ - @backstage/backend-common@0.25.0-next.2
31
+ - @backstage/backend-plugin-api@1.0.0-next.2
32
+ - @backstage/integration@1.15.0-next.0
33
+ - @backstage/config@1.2.0
34
+ - @backstage/errors@1.2.4
35
+ - @backstage/plugin-scaffolder-node@0.4.11-next.2
23
36
 
24
37
  ## 0.5.0-next.1
25
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-github",
3
- "version": "0.0.0-nightly-20240910023018",
3
+ "version": "0.0.0-nightly-20240911022723",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -39,12 +39,12 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-common": "^0.0.0-nightly-20240910023018",
43
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240910023018",
42
+ "@backstage/backend-common": "^0.0.0-nightly-20240911022723",
43
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240911022723",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/integration": "^0.0.0-nightly-20240910023018",
47
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240910023018",
46
+ "@backstage/integration": "^0.0.0-nightly-20240911022723",
47
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240911022723",
48
48
  "@octokit/webhooks": "^10.0.0",
49
49
  "libsodium-wrappers": "^0.7.11",
50
50
  "octokit": "^3.0.0",
@@ -52,9 +52,9 @@
52
52
  "yaml": "^2.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240910023018",
56
- "@backstage/cli": "^0.0.0-nightly-20240910023018",
57
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240910023018",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240911022723",
56
+ "@backstage/cli": "^0.0.0-nightly-20240911022723",
57
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240911022723",
58
58
  "@types/libsodium-wrappers": "^0.7.10",
59
59
  "fs-extra": "^11.2.0",
60
60
  "jsonschema": "^1.2.6"