@backstage/plugin-catalog-backend-module-github-org 0.1.0-next.0 → 0.1.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 +28 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-catalog-backend-module-github-org
2
2
 
3
+ ## 0.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.19.9-next.0
9
+ - @backstage/backend-plugin-api@0.6.7-next.0
10
+ - @backstage/backend-tasks@0.5.12-next.0
11
+ - @backstage/config@1.1.1
12
+ - @backstage/plugin-catalog-backend-module-github@0.4.5-next.0
13
+ - @backstage/plugin-catalog-node@1.4.8-next.0
14
+
15
+ ## 0.1.0
16
+
17
+ ### Minor Changes
18
+
19
+ - c101e683d5: Added `catalogModuleGithubOrgEntityProvider` to ingest users and teams from multiple Github organizations.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/backend-tasks@0.5.11
25
+ - @backstage/backend-common@0.19.8
26
+ - @backstage/plugin-catalog-backend-module-github@0.4.4
27
+ - @backstage/plugin-catalog-node@1.4.7
28
+ - @backstage/backend-plugin-api@0.6.6
29
+ - @backstage/config@1.1.1
30
+
3
31
  ## 0.1.0-next.0
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github-org",
3
3
  "description": "The github-org backend module for the catalog plugin.",
4
- "version": "0.1.0-next.0",
4
+ "version": "0.1.1-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,16 +23,16 @@
23
23
  "postpack": "backstage-cli package postpack"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.19.8-next.2",
27
- "@backstage/backend-plugin-api": "^0.6.6-next.2",
28
- "@backstage/backend-tasks": "^0.5.11-next.2",
29
- "@backstage/config": "^1.1.1-next.0",
30
- "@backstage/plugin-catalog-backend-module-github": "^0.4.4-next.2",
31
- "@backstage/plugin-catalog-node": "^1.4.7-next.2"
26
+ "@backstage/backend-common": "^0.19.9-next.0",
27
+ "@backstage/backend-plugin-api": "^0.6.7-next.0",
28
+ "@backstage/backend-tasks": "^0.5.12-next.0",
29
+ "@backstage/config": "^1.1.1",
30
+ "@backstage/plugin-catalog-backend-module-github": "^0.4.5-next.0",
31
+ "@backstage/plugin-catalog-node": "^1.4.8-next.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/backend-test-utils": "^0.2.7-next.2",
35
- "@backstage/cli": "^0.23.0-next.2",
34
+ "@backstage/backend-test-utils": "^0.2.8-next.0",
35
+ "@backstage/cli": "^0.24.0-next.0",
36
36
  "luxon": "^3.0.0"
37
37
  },
38
38
  "files": [