@backstage/dev-utils 0.0.0-nightly-20220612024701 → 0.0.0-nightly-20220622024934

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 +35 -9
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,18 +1,44 @@
1
1
  # @backstage/dev-utils
2
2
 
3
- ## 0.0.0-nightly-20220612024701
3
+ ## 0.0.0-nightly-20220622024934
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220612024701
9
- - @backstage/core-components@0.0.0-nightly-20220612024701
10
- - @backstage/core-app-api@0.0.0-nightly-20220612024701
11
- - @backstage/core-plugin-api@0.0.0-nightly-20220612024701
12
- - @backstage/integration-react@0.0.0-nightly-20220612024701
13
- - @backstage/test-utils@0.0.0-nightly-20220612024701
14
- - @backstage/catalog-model@0.0.0-nightly-20220612024701
15
- - @backstage/app-defaults@0.0.0-nightly-20220612024701
8
+ - @backstage/catalog-model@0.0.0-nightly-20220622024934
9
+ - @backstage/core-components@0.0.0-nightly-20220622024934
10
+ - @backstage/core-app-api@0.0.0-nightly-20220622024934
11
+ - @backstage/app-defaults@0.0.0-nightly-20220622024934
12
+ - @backstage/integration-react@0.0.0-nightly-20220622024934
13
+ - @backstage/test-utils@0.0.0-nightly-20220622024934
14
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220622024934
15
+
16
+ ## 1.0.4-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/catalog-model@1.1.0-next.0
22
+ - @backstage/core-components@0.9.6-next.0
23
+ - @backstage/core-app-api@1.0.4-next.0
24
+ - @backstage/plugin-catalog-react@1.1.2-next.0
25
+ - @backstage/app-defaults@1.0.4-next.0
26
+ - @backstage/integration-react@1.1.2-next.0
27
+ - @backstage/test-utils@1.1.2-next.0
28
+
29
+ ## 1.0.3
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @backstage/plugin-catalog-react@1.1.1
35
+ - @backstage/core-components@0.9.5
36
+ - @backstage/core-app-api@1.0.3
37
+ - @backstage/core-plugin-api@1.0.3
38
+ - @backstage/integration-react@1.1.1
39
+ - @backstage/test-utils@1.1.1
40
+ - @backstage/catalog-model@1.0.3
41
+ - @backstage/app-defaults@1.0.3
16
42
 
17
43
  ## 1.0.3-next.1
18
44
 
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-20220612024701",
4
+ "version": "0.0.0-nightly-20220622024934",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -33,14 +33,14 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/app-defaults": "^0.0.0-nightly-20220612024701",
37
- "@backstage/core-app-api": "^0.0.0-nightly-20220612024701",
38
- "@backstage/core-components": "^0.0.0-nightly-20220612024701",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220612024701",
40
- "@backstage/catalog-model": "^0.0.0-nightly-20220612024701",
41
- "@backstage/integration-react": "^0.0.0-nightly-20220612024701",
42
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220612024701",
43
- "@backstage/test-utils": "^0.0.0-nightly-20220612024701",
36
+ "@backstage/app-defaults": "^0.0.0-nightly-20220622024934",
37
+ "@backstage/core-app-api": "^0.0.0-nightly-20220622024934",
38
+ "@backstage/core-components": "^0.0.0-nightly-20220622024934",
39
+ "@backstage/core-plugin-api": "^1.0.3",
40
+ "@backstage/catalog-model": "^0.0.0-nightly-20220622024934",
41
+ "@backstage/integration-react": "^0.0.0-nightly-20220622024934",
42
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220622024934",
43
+ "@backstage/test-utils": "^0.0.0-nightly-20220622024934",
44
44
  "@backstage/theme": "^0.2.15",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
@@ -59,7 +59,7 @@
59
59
  "react-dom": "^16.13.1 || ^17.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/cli": "^0.0.0-nightly-20220612024701",
62
+ "@backstage/cli": "^0.0.0-nightly-20220622024934",
63
63
  "@types/jest": "^26.0.7",
64
64
  "@types/node": "^16.0.0"
65
65
  },