@backstage/plugin-catalog-backend-module-gitlab-org 0.0.1-next.1 → 0.0.1

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 +22 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab-org
2
2
 
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a70377d: Added a new `catalog-backend-module-gitlab-org` module which adds the `GitlabOrgDiscoveryEntityProvider` to the catalog's providers using the new backend system.
8
+ - Updated dependencies
9
+ - @backstage/plugin-catalog-node@1.12.0
10
+ - @backstage/plugin-catalog-backend-module-gitlab@0.3.15
11
+ - @backstage/backend-common@0.22.0
12
+ - @backstage/backend-plugin-api@0.6.18
13
+ - @backstage/plugin-events-node@0.3.4
14
+
15
+ ## 0.0.1-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/plugin-catalog-node@1.12.0-next.2
21
+ - @backstage/backend-common@0.22.0-next.2
22
+ - @backstage/plugin-events-node@0.3.4-next.2
23
+ - @backstage/plugin-catalog-backend-module-gitlab@0.3.15-next.4
24
+
3
25
  ## 0.0.1-next.1
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab-org",
3
- "version": "0.0.1-next.1",
3
+ "version": "0.0.1",
4
4
  "description": "The gitlab-org backend module for the catalog plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -31,17 +31,17 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.22.0-next.1",
35
- "@backstage/backend-plugin-api": "^0.6.18-next.1",
36
- "@backstage/plugin-catalog-backend-module-gitlab": "^0.3.15-next.3",
37
- "@backstage/plugin-catalog-node": "^1.11.2-next.1",
38
- "@backstage/plugin-events-node": "^0.3.4-next.1"
34
+ "@backstage/backend-common": "^0.22.0",
35
+ "@backstage/backend-plugin-api": "^0.6.18",
36
+ "@backstage/plugin-catalog-backend-module-gitlab": "^0.3.15",
37
+ "@backstage/plugin-catalog-node": "^1.12.0",
38
+ "@backstage/plugin-events-node": "^0.3.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/backend-tasks": "^0.5.23-next.1",
42
- "@backstage/backend-test-utils": "^0.3.8-next.1",
43
- "@backstage/cli": "^0.26.5-next.0",
44
- "@backstage/plugin-events-backend-test-utils": "^0.1.28-next.1",
41
+ "@backstage/backend-tasks": "^0.5.23",
42
+ "@backstage/backend-test-utils": "^0.3.8",
43
+ "@backstage/cli": "^0.26.5",
44
+ "@backstage/plugin-events-backend-test-utils": "^0.1.28",
45
45
  "luxon": "^3.0.0"
46
46
  }
47
47
  }