@backstage/dev-utils 0.0.0-nightly-20220823130 → 0.0.0-nightly-202201921950

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 +42 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @backstage/dev-utils
2
2
 
3
+ ## 0.0.0-nightly-202201921950
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-202201921950
9
+ - @backstage/core-plugin-api@0.0.0-nightly-202201921950
10
+ - @backstage/core-app-api@0.0.0-nightly-202201921950
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-202201921950
12
+ - @backstage/catalog-model@0.0.0-nightly-202201921950
13
+ - @backstage/app-defaults@0.0.0-nightly-202201921950
14
+ - @backstage/integration-react@0.0.0-nightly-202201921950
15
+ - @backstage/test-utils@0.0.0-nightly-202201921950
16
+
17
+ ## 0.2.18-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.8.5-next.0
23
+ - @backstage/core-plugin-api@0.6.0-next.0
24
+ - @backstage/core-app-api@0.5.0-next.0
25
+ - @backstage/plugin-catalog-react@0.6.12-next.0
26
+ - @backstage/catalog-model@0.9.10-next.0
27
+ - @backstage/app-defaults@0.1.5-next.0
28
+ - @backstage/integration-react@0.1.19-next.0
29
+ - @backstage/test-utils@0.2.3-next.0
30
+
31
+ ## 0.2.17
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies
36
+ - @backstage/test-utils@0.2.2
37
+ - @backstage/core-components@0.8.4
38
+ - @backstage/core-plugin-api@0.5.0
39
+ - @backstage/plugin-catalog-react@0.6.11
40
+ - @backstage/core-app-api@0.4.0
41
+ - @backstage/app-defaults@0.1.4
42
+ - @backstage/catalog-model@0.9.9
43
+ - @backstage/integration-react@0.1.18
44
+
3
45
  ## 0.2.16
4
46
 
5
47
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/dev-utils",
3
3
  "description": "Utilities for developing Backstage plugins.",
4
- "version": "0.0.0-nightly-20220823130",
4
+ "version": "0.0.0-nightly-202201921950",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -29,15 +29,15 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/app-defaults": "^0.0.0-nightly-20220823130",
33
- "@backstage/core-app-api": "^0.0.0-nightly-20220823130",
34
- "@backstage/core-components": "^0.0.0-nightly-20220823130",
35
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220823130",
36
- "@backstage/catalog-model": "^0.0.0-nightly-20220823130",
37
- "@backstage/integration-react": "^0.0.0-nightly-20220823130",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220823130",
39
- "@backstage/test-utils": "^0.0.0-nightly-20220823130",
40
- "@backstage/theme": "^0.0.0-nightly-20220823130",
32
+ "@backstage/app-defaults": "^0.0.0-nightly-202201921950",
33
+ "@backstage/core-app-api": "^0.0.0-nightly-202201921950",
34
+ "@backstage/core-components": "^0.0.0-nightly-202201921950",
35
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202201921950",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-202201921950",
37
+ "@backstage/integration-react": "^0.0.0-nightly-202201921950",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201921950",
39
+ "@backstage/test-utils": "^0.0.0-nightly-202201921950",
40
+ "@backstage/theme": "^0.2.14",
41
41
  "@material-ui/core": "^4.12.2",
42
42
  "@material-ui/icons": "^4.9.1",
43
43
  "@testing-library/jest-dom": "^5.10.1",
@@ -55,7 +55,7 @@
55
55
  "react-dom": "^16.13.1 || ^17.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/cli": "^0.0.0-nightly-20220823130",
58
+ "@backstage/cli": "^0.0.0-nightly-202201921950",
59
59
  "@types/jest": "^26.0.7",
60
60
  "@types/node": "^14.14.32"
61
61
  },