@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20230710023405 → 0.0.0-nightly-20230712023401

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-20230710023405
3
+ ## 0.0.0-nightly-20230712023401
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -19,11 +19,22 @@
19
19
  - 7a9c8a9cd0ce: Fixed spacing for success message
20
20
  - 77b408fad872: install command points to correct package name
21
21
  - Updated dependencies
22
- - @backstage/theme@0.0.0-nightly-20230710023405
23
- - @backstage/errors@0.0.0-nightly-20230710023405
24
- - @backstage/core-components@0.0.0-nightly-20230710023405
25
- - @backstage/core-plugin-api@0.0.0-nightly-20230710023405
26
- - @backstage/catalog-model@0.0.0-nightly-20230710023405
22
+ - @backstage/theme@0.0.0-nightly-20230712023401
23
+ - @backstage/errors@0.0.0-nightly-20230712023401
24
+ - @backstage/core-components@0.0.0-nightly-20230712023401
25
+ - @backstage/core-plugin-api@0.0.0-nightly-20230712023401
26
+ - @backstage/catalog-model@0.0.0-nightly-20230712023401
27
+
28
+ ## 0.1.1-next.2
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/theme@0.4.1-next.1
34
+ - @backstage/core-plugin-api@1.5.3-next.1
35
+ - @backstage/core-components@0.13.3-next.2
36
+ - @backstage/catalog-model@1.4.1-next.0
37
+ - @backstage/errors@1.2.1-next.0
27
38
 
28
39
  ## 0.1.1-next.1
29
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20230710023405",
3
+ "version": "0.0.0-nightly-20230712023401",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,11 +28,11 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/catalog-model": "^0.0.0-nightly-20230710023405",
32
- "@backstage/core-components": "^0.0.0-nightly-20230710023405",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230710023405",
34
- "@backstage/errors": "^0.0.0-nightly-20230710023405",
35
- "@backstage/theme": "^0.0.0-nightly-20230710023405",
31
+ "@backstage/catalog-model": "^0.0.0-nightly-20230712023401",
32
+ "@backstage/core-components": "^0.0.0-nightly-20230712023401",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230712023401",
34
+ "@backstage/errors": "^0.0.0-nightly-20230712023401",
35
+ "@backstage/theme": "^0.0.0-nightly-20230712023401",
36
36
  "@material-ui/core": "^4.9.13",
37
37
  "@material-ui/icons": "^4.9.1",
38
38
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -42,10 +42,10 @@
42
42
  "react": "^16.13.1 || ^17.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20230710023405",
46
- "@backstage/core-app-api": "^0.0.0-nightly-20230710023405",
47
- "@backstage/dev-utils": "^0.0.0-nightly-20230710023405",
48
- "@backstage/test-utils": "^0.0.0-nightly-20230710023405",
45
+ "@backstage/cli": "^0.0.0-nightly-20230712023401",
46
+ "@backstage/core-app-api": "^0.0.0-nightly-20230712023401",
47
+ "@backstage/dev-utils": "^0.0.0-nightly-20230712023401",
48
+ "@backstage/test-utils": "^0.0.0-nightly-20230712023401",
49
49
  "@testing-library/jest-dom": "^5.10.1",
50
50
  "@testing-library/react": "^12.1.3",
51
51
  "@testing-library/user-event": "^14.0.0",