@backstage/plugin-scaffolder-backend-module-gerrit 0.0.0-nightly-20240102021548 → 0.0.0-nightly-20240103021419

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 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gerrit
2
2
 
3
- ## 0.0.0-nightly-20240102021548
3
+ ## 0.0.0-nightly-20240103021419
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,7 +8,17 @@
8
8
  - @backstage/config@1.1.1
9
9
  - @backstage/errors@1.2.3
10
10
  - @backstage/integration@1.8.0
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240102021548
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240103021419
12
+
13
+ ## 0.1.1-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/integration@1.8.0
19
+ - @backstage/config@1.1.1
20
+ - @backstage/plugin-scaffolder-node@0.2.10-next.1
21
+ - @backstage/errors@1.2.3
12
22
 
13
23
  ## 0.1.1-next.0
14
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gerrit",
3
3
  "description": "The gerrit module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.0.0-nightly-20240102021548",
4
+ "version": "0.0.0-nightly-20240103021419",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -26,14 +26,14 @@
26
26
  "@backstage/config": "^1.1.1",
27
27
  "@backstage/errors": "^1.2.3",
28
28
  "@backstage/integration": "^1.8.0",
29
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240102021548",
29
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240103021419",
30
30
  "node-fetch": "^2.6.7",
31
31
  "yaml": "^2.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/backend-common": "^0.0.0-nightly-20240102021548",
35
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240102021548",
36
- "@backstage/cli": "^0.0.0-nightly-20240102021548",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240103021419",
35
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240103021419",
36
+ "@backstage/cli": "^0.0.0-nightly-20240103021419",
37
37
  "msw": "^1.0.0"
38
38
  },
39
39
  "files": [