@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20230613022601 → 0.0.0-nightly-20230614022819

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 +17 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.0.0-nightly-20230613022601
3
+ ## 0.0.0-nightly-20230614022819
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,11 +9,22 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/core-components@0.0.0-nightly-20230613022601
13
- - @backstage/theme@0.0.0-nightly-20230613022601
14
- - @backstage/errors@0.0.0-nightly-20230613022601
15
- - @backstage/catalog-model@0.0.0-nightly-20230613022601
16
- - @backstage/core-plugin-api@0.0.0-nightly-20230613022601
12
+ - @backstage/core-components@0.0.0-nightly-20230614022819
13
+ - @backstage/theme@0.0.0-nightly-20230614022819
14
+ - @backstage/catalog-model@0.0.0-nightly-20230614022819
15
+ - @backstage/errors@0.0.0-nightly-20230614022819
16
+ - @backstage/core-plugin-api@0.0.0-nightly-20230614022819
17
+
18
+ ## 0.1.0-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.13.2-next.3
24
+ - @backstage/catalog-model@1.4.0-next.1
25
+ - @backstage/core-plugin-api@1.5.2-next.0
26
+ - @backstage/errors@1.2.0-next.0
27
+ - @backstage/theme@0.4.0-next.1
17
28
 
18
29
  ## 0.1.0-next.1
19
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20230613022601",
3
+ "version": "0.0.0-nightly-20230614022819",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,11 +22,11 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/catalog-model": "^0.0.0-nightly-20230613022601",
26
- "@backstage/core-components": "^0.0.0-nightly-20230613022601",
27
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230613022601",
28
- "@backstage/errors": "^0.0.0-nightly-20230613022601",
29
- "@backstage/theme": "^0.0.0-nightly-20230613022601",
25
+ "@backstage/catalog-model": "^0.0.0-nightly-20230614022819",
26
+ "@backstage/core-components": "^0.0.0-nightly-20230614022819",
27
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230614022819",
28
+ "@backstage/errors": "^0.0.0-nightly-20230614022819",
29
+ "@backstage/theme": "^0.0.0-nightly-20230614022819",
30
30
  "@material-ui/core": "^4.9.13",
31
31
  "@material-ui/icons": "^4.9.1",
32
32
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -36,10 +36,10 @@
36
36
  "react": "^16.13.1 || ^17.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@backstage/cli": "^0.0.0-nightly-20230613022601",
40
- "@backstage/core-app-api": "^0.0.0-nightly-20230613022601",
41
- "@backstage/dev-utils": "^0.0.0-nightly-20230613022601",
42
- "@backstage/test-utils": "^0.0.0-nightly-20230613022601",
39
+ "@backstage/cli": "^0.0.0-nightly-20230614022819",
40
+ "@backstage/core-app-api": "^0.0.0-nightly-20230614022819",
41
+ "@backstage/dev-utils": "^0.0.0-nightly-20230614022819",
42
+ "@backstage/test-utils": "^0.0.0-nightly-20230614022819",
43
43
  "@testing-library/jest-dom": "^5.10.1",
44
44
  "@testing-library/react": "^12.1.3",
45
45
  "@testing-library/user-event": "^14.0.0",