@backstage/plugin-catalog-unprocessed-entities 0.2.28 → 0.2.29-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,10 +1,10 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.2.28
3
+ ## 0.2.29-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - e9dd933: The unprocessed entities view is now primarily intended for use as a tab within the DevTools plugin. The standalone page is still available but disabled by default. To re-enable it, add the following to your `app-config.yaml`:
7
+ - b6f1fae: The unprocessed entities view is now primarily intended for use as a tab within the DevTools plugin. The standalone page is still available but disabled by default. To re-enable it, add the following to your `app-config.yaml`:
8
8
 
9
9
  ```yaml
10
10
  app:
@@ -13,8 +13,13 @@
13
13
  ```
14
14
 
15
15
  - Updated dependencies
16
- - @backstage/ui@0.13.1
17
- - @backstage/frontend-plugin-api@0.15.1
16
+ - @backstage/ui@0.14.0-next.0
17
+ - @backstage/core-components@0.18.9-next.0
18
+ - @backstage/frontend-plugin-api@0.15.2-next.0
19
+ - @backstage/core-compat-api@0.5.10-next.0
20
+ - @backstage/core-plugin-api@1.12.5-next.0
21
+ - @backstage/errors@1.2.7
22
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.13
18
23
 
19
24
  ## 0.2.27
20
25
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-unprocessed-entities";
2
- var version = "0.2.28";
2
+ var version = "0.2.29-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.28",
3
+ "version": "0.2.29-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-unprocessed-entities",
@@ -62,13 +62,13 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/core-compat-api": "^0.5.9",
66
- "@backstage/core-components": "^0.18.8",
67
- "@backstage/core-plugin-api": "^1.12.4",
68
- "@backstage/errors": "^1.2.7",
69
- "@backstage/frontend-plugin-api": "^0.15.1",
70
- "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.13",
71
- "@backstage/ui": "^0.13.1",
65
+ "@backstage/core-compat-api": "0.5.10-next.0",
66
+ "@backstage/core-components": "0.18.9-next.0",
67
+ "@backstage/core-plugin-api": "1.12.5-next.0",
68
+ "@backstage/errors": "1.2.7",
69
+ "@backstage/frontend-plugin-api": "0.15.2-next.0",
70
+ "@backstage/plugin-catalog-unprocessed-entities-common": "0.0.13",
71
+ "@backstage/ui": "0.14.0-next.0",
72
72
  "@material-ui/core": "^4.9.13",
73
73
  "@material-ui/icons": "^4.9.1",
74
74
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -76,8 +76,8 @@
76
76
  "react-use": "^17.2.4"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/cli": "^0.36.0",
80
- "@backstage/dev-utils": "^1.1.21",
79
+ "@backstage/cli": "0.36.1-next.0",
80
+ "@backstage/dev-utils": "1.1.22-next.0",
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
82
  "@testing-library/react": "^16.0.0",
83
83
  "@types/react": "^18.0.0",