@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20240322021005 → 0.0.0-nightly-20240324021343

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 +13 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.0.0-nightly-20240322021005
3
+ ## 0.0.0-nightly-20240324021343
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e8f026a: Use ESM exports of react-use library
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240322021005
9
+ - @backstage/core-components@0.0.0-nightly-20240324021343
10
+ - @backstage/core-plugin-api@1.9.1
11
+ - @backstage/catalog-model@1.4.5
12
+ - @backstage/errors@1.2.4
13
+
14
+ ## 0.2.1
15
+
16
+ ### Patch Changes
17
+
18
+ - e8f026a: Use ESM exports of react-use library
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.14.2
10
21
  - @backstage/core-plugin-api@1.9.1
11
22
  - @backstage/catalog-model@1.4.5
12
23
  - @backstage/errors@1.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20240322021005",
3
+ "version": "0.0.0-nightly-20240324021343",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin"
6
6
  },
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@backstage/catalog-model": "^1.4.5",
36
- "@backstage/core-components": "^0.0.0-nightly-20240322021005",
36
+ "@backstage/core-components": "^0.0.0-nightly-20240324021343",
37
37
  "@backstage/core-plugin-api": "^1.9.1",
38
38
  "@backstage/errors": "^1.2.4",
39
39
  "@material-ui/core": "^4.9.13",
@@ -43,8 +43,8 @@
43
43
  "react-use": "^17.2.4"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.0.0-nightly-20240322021005",
47
- "@backstage/dev-utils": "^0.0.0-nightly-20240322021005",
46
+ "@backstage/cli": "^0.0.0-nightly-20240324021343",
47
+ "@backstage/dev-utils": "^0.0.0-nightly-20240324021343",
48
48
  "@testing-library/jest-dom": "^6.0.0",
49
49
  "@testing-library/react": "^14.0.0"
50
50
  },