@backstage/plugin-catalog-backend-module-github-org 0.0.0-nightly-20231017021237 → 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 +8 -8
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,20 +1,20 @@
1
1
  # @backstage/plugin-catalog-backend-module-github-org
2
2
 
3
- ## 0.0.0-nightly-20231017021237
3
+ ## 0.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - c101e683d5a5: Added `catalogModuleGithubOrgEntityProvider` to ingest users and teams from multiple Github organizations.
7
+ - c101e683d5: Added `catalogModuleGithubOrgEntityProvider` to ingest users and teams from multiple Github organizations.
8
8
 
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-tasks@0.0.0-nightly-20231017021237
13
- - @backstage/backend-common@0.0.0-nightly-20231017021237
14
- - @backstage/plugin-catalog-backend-module-github@0.0.0-nightly-20231017021237
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20231017021237
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20231017021237
17
- - @backstage/config@0.0.0-nightly-20231017021237
12
+ - @backstage/backend-tasks@0.5.11
13
+ - @backstage/backend-common@0.19.8
14
+ - @backstage/plugin-catalog-backend-module-github@0.4.4
15
+ - @backstage/plugin-catalog-node@1.4.7
16
+ - @backstage/backend-plugin-api@0.6.6
17
+ - @backstage/config@1.1.1
18
18
 
19
19
  ## 0.1.0-next.0
20
20
 
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.0.0-nightly-20231017021237",
4
+ "version": "0.1.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.0.0-nightly-20231017021237",
27
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231017021237",
28
- "@backstage/backend-tasks": "^0.0.0-nightly-20231017021237",
29
- "@backstage/config": "^0.0.0-nightly-20231017021237",
30
- "@backstage/plugin-catalog-backend-module-github": "^0.0.0-nightly-20231017021237",
31
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20231017021237"
26
+ "@backstage/backend-common": "^0.19.8",
27
+ "@backstage/backend-plugin-api": "^0.6.6",
28
+ "@backstage/backend-tasks": "^0.5.11",
29
+ "@backstage/config": "^1.1.1",
30
+ "@backstage/plugin-catalog-backend-module-github": "^0.4.4",
31
+ "@backstage/plugin-catalog-node": "^1.4.7"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/backend-test-utils": "^0.0.0-nightly-20231017021237",
35
- "@backstage/cli": "^0.0.0-nightly-20231017021237",
34
+ "@backstage/backend-test-utils": "^0.2.7",
35
+ "@backstage/cli": "^0.23.0",
36
36
  "luxon": "^3.0.0"
37
37
  },
38
38
  "files": [