@backstage/plugin-scaffolder-backend-module-gitea 0.0.0-nightly-20240507021634 → 0.0.0-nightly-20240508020436

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 +12 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,22 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitea
2
2
 
3
- ## 0.0.0-nightly-20240507021634
3
+ ## 0.0.0-nightly-20240508020436
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/integration@0.0.0-nightly-20240507021634
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240507021634
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240507021634
9
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240508020436
10
+ - @backstage/integration@0.0.0-nightly-20240508020436
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240508020436
12
+
13
+ ## 0.1.8-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/plugin-scaffolder-node@0.4.4-next.2
19
+ - @backstage/integration@1.11.0-next.0
12
20
 
13
21
  ## 0.1.8-next.1
14
22
 
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-20240507021634",
3
+ "version": "0.0.0-nightly-20240508020436",
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-20240507021634",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240508020436",
41
41
  "@backstage/config": "^1.2.0",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/integration": "^0.0.0-nightly-20240507021634",
44
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240507021634",
43
+ "@backstage/integration": "^0.0.0-nightly-20240508020436",
44
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240508020436",
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-20240507021634",
50
- "@backstage/cli": "^0.0.0-nightly-20240507021634",
51
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240507021634",
49
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240508020436",
50
+ "@backstage/cli": "^0.0.0-nightly-20240508020436",
51
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240508020436",
52
52
  "msw": "^1.0.0"
53
53
  }
54
54
  }