@backstage/plugin-catalog-backend-module-github 0.11.0-next.1 → 0.11.1-next.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 +31 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
+ ## 0.11.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@3.1.1-next.0
9
+ - @backstage/integration@1.18.1-next.0
10
+ - @backstage/backend-plugin-api@1.4.3
11
+ - @backstage/catalog-client@1.12.0
12
+ - @backstage/catalog-model@1.7.5
13
+ - @backstage/config@1.3.3
14
+ - @backstage/plugin-catalog-common@1.1.5
15
+ - @backstage/plugin-catalog-node@1.19.0
16
+ - @backstage/plugin-events-node@0.4.15
17
+
18
+ ## 0.11.0
19
+
20
+ ### Minor Changes
21
+
22
+ - 03bdc68: Added support for discovery by app
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/plugin-catalog-backend@3.1.0
28
+ - @backstage/plugin-catalog-node@1.19.0
29
+ - @backstage/catalog-client@1.12.0
30
+ - @backstage/plugin-events-node@0.4.15
31
+ - @backstage/integration@1.18.0
32
+ - @backstage/backend-plugin-api@1.4.3
33
+
3
34
  ## 0.11.0-next.1
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.11.0-next.1",
3
+ "version": "0.11.1-next.0",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -65,15 +65,15 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/backend-plugin-api": "1.4.3-next.0",
69
- "@backstage/catalog-client": "1.12.0-next.0",
68
+ "@backstage/backend-plugin-api": "1.4.3",
69
+ "@backstage/catalog-client": "1.12.0",
70
70
  "@backstage/catalog-model": "1.7.5",
71
71
  "@backstage/config": "1.3.3",
72
- "@backstage/integration": "1.18.0-next.0",
73
- "@backstage/plugin-catalog-backend": "3.0.2-next.1",
72
+ "@backstage/integration": "1.18.1-next.0",
73
+ "@backstage/plugin-catalog-backend": "3.1.1-next.0",
74
74
  "@backstage/plugin-catalog-common": "1.1.5",
75
- "@backstage/plugin-catalog-node": "1.19.0-next.1",
76
- "@backstage/plugin-events-node": "0.4.15-next.0",
75
+ "@backstage/plugin-catalog-node": "1.19.0",
76
+ "@backstage/plugin-events-node": "0.4.15",
77
77
  "@octokit/core": "^5.2.0",
78
78
  "@octokit/graphql": "^7.0.2",
79
79
  "@octokit/plugin-throttling": "^8.1.3",
@@ -84,8 +84,8 @@
84
84
  "uuid": "^11.0.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@backstage/backend-test-utils": "1.9.0-next.1",
88
- "@backstage/cli": "0.34.2-next.2",
87
+ "@backstage/backend-test-utils": "1.9.1-next.0",
88
+ "@backstage/cli": "0.34.4-next.0",
89
89
  "@types/lodash": "^4.14.151",
90
90
  "luxon": "^3.0.0",
91
91
  "msw": "^2.0.0",