@backstage/plugin-catalog-backend-module-github 0.7.3-next.2 → 0.7.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
+ ## 0.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
8
+ - 5edd344: Refactor to use injected catalog client in the new backend system
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.25.0
11
+ - @backstage/backend-plugin-api@1.0.0
12
+ - @backstage/catalog-model@1.7.0
13
+ - @backstage/plugin-catalog-backend@1.26.0
14
+ - @backstage/catalog-client@1.7.0
15
+ - @backstage/plugin-catalog-common@1.1.0
16
+ - @backstage/plugin-catalog-node@1.13.0
17
+ - @backstage/integration@1.15.0
18
+ - @backstage/plugin-events-node@0.4.0
19
+ - @backstage/config@1.2.0
20
+
3
21
  ## 0.7.3-next.2
4
22
 
5
23
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github__alpha",
3
- "version": "0.7.3-next.2",
3
+ "version": "0.7.3",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.7.3-next.2",
3
+ "version": "0.7.3",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,16 +50,16 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-common": "^0.25.0-next.2",
54
- "@backstage/backend-plugin-api": "^1.0.0-next.2",
55
- "@backstage/catalog-client": "^1.7.0-next.1",
56
- "@backstage/catalog-model": "^1.6.0",
53
+ "@backstage/backend-common": "^0.25.0",
54
+ "@backstage/backend-plugin-api": "^1.0.0",
55
+ "@backstage/catalog-client": "^1.7.0",
56
+ "@backstage/catalog-model": "^1.7.0",
57
57
  "@backstage/config": "^1.2.0",
58
- "@backstage/integration": "^1.15.0-next.0",
59
- "@backstage/plugin-catalog-backend": "^1.26.0-next.2",
60
- "@backstage/plugin-catalog-common": "^1.0.26",
61
- "@backstage/plugin-catalog-node": "^1.12.7-next.2",
62
- "@backstage/plugin-events-node": "^0.4.0-next.2",
58
+ "@backstage/integration": "^1.15.0",
59
+ "@backstage/plugin-catalog-backend": "^1.26.0",
60
+ "@backstage/plugin-catalog-common": "^1.1.0",
61
+ "@backstage/plugin-catalog-node": "^1.13.0",
62
+ "@backstage/plugin-events-node": "^0.4.0",
63
63
  "@octokit/graphql": "^5.0.0",
64
64
  "@octokit/rest": "^19.0.3",
65
65
  "git-url-parse": "^14.0.0",
@@ -69,8 +69,8 @@
69
69
  "uuid": "^9.0.0"
70
70
  },
71
71
  "devDependencies": {
72
- "@backstage/backend-test-utils": "^1.0.0-next.2",
73
- "@backstage/cli": "^0.27.1-next.2",
72
+ "@backstage/backend-test-utils": "^1.0.0",
73
+ "@backstage/cli": "^0.27.1",
74
74
  "@types/lodash": "^4.14.151",
75
75
  "luxon": "^3.0.0",
76
76
  "msw": "^1.0.0"