@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20231030021305 → 0.0.0-nightly-20231101021742

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 +15 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,17 +1,28 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.0.0-nightly-20231030021305
3
+ ## 0.0.0-nightly-20231101021742
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6c2b8721531e: Add official support for React 18.
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20231030021305
10
- - @backstage/core-plugin-api@0.0.0-nightly-20231030021305
11
- - @backstage/theme@0.0.0-nightly-20231030021305
9
+ - @backstage/core-components@0.0.0-nightly-20231101021742
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20231101021742
11
+ - @backstage/theme@0.0.0-nightly-20231101021742
12
12
  - @backstage/catalog-model@1.4.3
13
13
  - @backstage/errors@1.2.3
14
14
 
15
+ ## 0.1.5-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.13.8-next.1
21
+ - @backstage/catalog-model@1.4.3
22
+ - @backstage/core-plugin-api@1.8.0-next.0
23
+ - @backstage/errors@1.2.3
24
+ - @backstage/theme@0.4.4-next.0
25
+
15
26
  ## 0.1.5-next.0
16
27
 
17
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20231030021305",
3
+ "version": "0.0.0-nightly-20231101021742",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -30,10 +30,10 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@backstage/catalog-model": "^1.4.3",
33
- "@backstage/core-components": "^0.0.0-nightly-20231030021305",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231030021305",
33
+ "@backstage/core-components": "^0.0.0-nightly-20231101021742",
34
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231101021742",
35
35
  "@backstage/errors": "^1.2.3",
36
- "@backstage/theme": "^0.0.0-nightly-20231030021305",
36
+ "@backstage/theme": "^0.0.0-nightly-20231101021742",
37
37
  "@material-ui/core": "^4.9.13",
38
38
  "@material-ui/icons": "^4.9.1",
39
39
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -46,10 +46,10 @@
46
46
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "^0.0.0-nightly-20231030021305",
50
- "@backstage/core-app-api": "^0.0.0-nightly-20231030021305",
51
- "@backstage/dev-utils": "^0.0.0-nightly-20231030021305",
52
- "@backstage/test-utils": "^0.0.0-nightly-20231030021305",
49
+ "@backstage/cli": "^0.0.0-nightly-20231101021742",
50
+ "@backstage/core-app-api": "^0.0.0-nightly-20231101021742",
51
+ "@backstage/dev-utils": "^0.0.0-nightly-20231101021742",
52
+ "@backstage/test-utils": "^0.0.0-nightly-20231101021742",
53
53
  "@testing-library/jest-dom": "^6.0.0",
54
54
  "@testing-library/react": "^14.0.0",
55
55
  "@testing-library/user-event": "^14.0.0",