@backstage/plugin-catalog-backend-module-gerrit 0.1.0-next.2 → 0.1.0

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 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-catalog-backend-module-gerrit
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 566407bf8a: Initial version of the `plugin-catalog-backend-module-gerrit` plugin
8
+
9
+ ### Patch Changes
10
+
11
+ - 57f684f59c: Fix incorrect main path in `publishConfig`
12
+ - cfc0f19699: Updated dependency `fs-extra` to `10.1.0`.
13
+ - Updated dependencies
14
+ - @backstage/backend-common@0.13.3
15
+ - @backstage/plugin-catalog-backend@1.1.2
16
+ - @backstage/backend-tasks@0.3.1
17
+ - @backstage/integration@1.2.0
18
+ - @backstage/config@1.0.1
19
+ - @backstage/catalog-model@1.0.2
20
+
3
21
  ## 0.1.0-next.2
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gerrit",
3
- "version": "0.1.0-next.2",
3
+ "version": "0.1.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,13 +28,13 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.13.3-next.2",
32
- "@backstage/backend-tasks": "^0.3.1-next.1",
33
- "@backstage/catalog-model": "^1.0.2-next.0",
34
- "@backstage/config": "^1.0.1-next.0",
31
+ "@backstage/backend-common": "^0.13.3",
32
+ "@backstage/backend-tasks": "^0.3.1",
33
+ "@backstage/catalog-model": "^1.0.2",
34
+ "@backstage/config": "^1.0.1",
35
35
  "@backstage/errors": "^1.0.0",
36
- "@backstage/integration": "^1.2.0-next.1",
37
- "@backstage/plugin-catalog-backend": "^1.1.2-next.2",
36
+ "@backstage/integration": "^1.2.0",
37
+ "@backstage/plugin-catalog-backend": "^1.1.2",
38
38
  "fs-extra": "10.1.0",
39
39
  "msw": "^0.35.0",
40
40
  "node-fetch": "^2.6.7",
@@ -42,8 +42,8 @@
42
42
  "winston": "^3.2.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-test-utils": "^0.1.24-next.1",
46
- "@backstage/cli": "^0.17.1-next.2",
45
+ "@backstage/backend-test-utils": "^0.1.24",
46
+ "@backstage/cli": "^0.17.1",
47
47
  "@types/fs-extra": "^9.0.1"
48
48
  },
49
49
  "files": [
@@ -51,5 +51,5 @@
51
51
  "config.d.ts"
52
52
  ],
53
53
  "configSchema": "config.d.ts",
54
- "gitHead": "cfbf5762d7d91eee18999306b21d63840400ee29"
54
+ "gitHead": "96323f280ba32ee526c5b151cda42260aee927c9"
55
55
  }