@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20240429021333 → 0.0.0-nightly-20240501021601

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 +11 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20240429021333
3
+ ## 0.0.0-nightly-20240501021601
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 554af73: Allow defining `repoVisibility` field for the action `publish:gitea`
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240429021333
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240429021333
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240501021601
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240501021601
11
11
  - @backstage/config@1.2.0
12
12
  - @backstage/errors@1.2.4
13
13
  - @backstage/integration@1.10.0
14
14
 
15
+ ## 0.1.8-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/plugin-scaffolder-node@0.4.4-next.1
21
+ - @backstage/backend-plugin-api@0.6.18-next.1
22
+
15
23
  ## 0.1.8-next.0
16
24
 
17
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gitea",
3
- "version": "0.0.0-nightly-20240429021333",
3
+ "version": "0.0.0-nightly-20240501021601",
4
4
  "description": "The gitea module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -37,18 +37,18 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240429021333",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240501021601",
41
41
  "@backstage/config": "^1.2.0",
42
42
  "@backstage/errors": "^1.2.4",
43
43
  "@backstage/integration": "^1.10.0",
44
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240429021333",
44
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240501021601",
45
45
  "node-fetch": "^2.6.7",
46
46
  "yaml": "^2.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240429021333",
50
- "@backstage/cli": "^0.0.0-nightly-20240429021333",
51
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240429021333",
49
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240501021601",
50
+ "@backstage/cli": "^0.0.0-nightly-20240501021601",
51
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240501021601",
52
52
  "msw": "^1.0.0"
53
53
  }
54
54
  }