@backstage/plugin-catalog-unprocessed-entities 0.2.18-next.2 → 0.2.19-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
+ ## 0.2.19-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.17.4-next.0
9
+ - @backstage/catalog-model@1.7.4
10
+ - @backstage/core-compat-api@0.4.4-next.0
11
+ - @backstage/core-plugin-api@1.10.8
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/frontend-plugin-api@0.10.4-next.0
14
+
15
+ ## 0.2.18
16
+
17
+ ### Patch Changes
18
+
19
+ - 18c64e9: Added the `info.packageJson` option to the plugin instance for the new frontend system.
20
+ - Updated dependencies
21
+ - @backstage/core-components@0.17.3
22
+ - @backstage/core-plugin-api@1.10.8
23
+ - @backstage/frontend-plugin-api@0.10.3
24
+ - @backstage/catalog-model@1.7.4
25
+ - @backstage/core-compat-api@0.4.3
26
+ - @backstage/errors@1.2.7
27
+
3
28
  ## 0.2.18-next.2
4
29
 
5
30
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-unprocessed-entities";
2
- var version = "0.2.18-next.2";
2
+ var version = "0.2.19-next.0";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "catalog-unprocessed-entities",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.2.18-next.2",
3
+ "version": "0.2.19-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-unprocessed-entities",
@@ -63,11 +63,11 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@backstage/catalog-model": "1.7.4",
66
- "@backstage/core-compat-api": "0.4.3-next.2",
67
- "@backstage/core-components": "0.17.3-next.0",
68
- "@backstage/core-plugin-api": "1.10.7",
66
+ "@backstage/core-compat-api": "0.4.4-next.0",
67
+ "@backstage/core-components": "0.17.4-next.0",
68
+ "@backstage/core-plugin-api": "1.10.8",
69
69
  "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.10.3-next.1",
70
+ "@backstage/frontend-plugin-api": "0.10.4-next.0",
71
71
  "@material-ui/core": "^4.9.13",
72
72
  "@material-ui/icons": "^4.9.1",
73
73
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -75,8 +75,8 @@
75
75
  "react-use": "^17.2.4"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "0.33.0-next.1",
79
- "@backstage/dev-utils": "1.1.11-next.2",
78
+ "@backstage/cli": "0.33.1-next.0",
79
+ "@backstage/dev-utils": "1.1.12-next.0",
80
80
  "@testing-library/jest-dom": "^6.0.0",
81
81
  "@testing-library/react": "^16.0.0",
82
82
  "@types/react": "^18.0.0",