@backstage/plugin-catalog-backend-module-unprocessed 0.6.0-next.1 → 0.6.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 +30 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-catalog-backend-module-unprocessed
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f453d5c: **BREAKING** Removed support for the legacy backend and removed references to `@backstage/backend-common`, please [migrate to the new backend system](https://backstage.io/docs/backend-system/building-plugins-and-modules/migrating)
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/catalog-model@1.7.4
13
+ - @backstage/plugin-catalog-node@1.17.0
14
+ - @backstage/plugin-auth-node@0.6.3
15
+ - @backstage/backend-plugin-api@1.3.1
16
+ - @backstage/plugin-permission-common@0.9.0
17
+ - @backstage/errors@1.2.7
18
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.8
19
+
20
+ ## 0.6.0-next.2
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/plugin-auth-node@0.6.3-next.2
26
+ - @backstage/backend-plugin-api@1.3.1-next.2
27
+ - @backstage/catalog-model@1.7.3
28
+ - @backstage/errors@1.2.7
29
+ - @backstage/plugin-catalog-node@1.17.0-next.2
30
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.8-next.0
31
+ - @backstage/plugin-permission-common@0.9.0-next.0
32
+
3
33
  ## 0.6.0-next.1
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-unprocessed",
3
- "version": "0.6.0-next.1",
3
+ "version": "0.6.0",
4
4
  "description": "Backstage Catalog module to view unprocessed entities",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,18 +36,18 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "1.3.1-next.1",
40
- "@backstage/catalog-model": "1.7.3",
41
- "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-auth-node": "0.6.3-next.1",
43
- "@backstage/plugin-catalog-node": "1.17.0-next.1",
44
- "@backstage/plugin-catalog-unprocessed-entities-common": "0.0.8-next.0",
45
- "@backstage/plugin-permission-common": "0.9.0-next.0",
39
+ "@backstage/backend-plugin-api": "^1.3.1",
40
+ "@backstage/catalog-model": "^1.7.4",
41
+ "@backstage/errors": "^1.2.7",
42
+ "@backstage/plugin-auth-node": "^0.6.3",
43
+ "@backstage/plugin-catalog-node": "^1.17.0",
44
+ "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.8",
45
+ "@backstage/plugin-permission-common": "^0.9.0",
46
46
  "express-promise-router": "^4.1.1",
47
47
  "knex": "^3.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "0.32.1-next.1",
50
+ "@backstage/cli": "^0.32.1",
51
51
  "@types/express": "^4.17.6"
52
52
  },
53
53
  "typesVersions": {