@backstage/cli 0.0.0-nightly-20220220022427 → 0.0.0-nightly-20220221022454

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli
2
2
 
3
- ## 0.0.0-nightly-20220220022427
3
+ ## 0.0.0-nightly-20220221022454
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  - d2e9d2a34f: chore(deps): bump `@hot-loader/react-dom` from 16.13.0 to 17.0.2
10
10
  - c2f3a548cf: Fix building of backends with `repo build --all`, where it would previously only work if the build was executed within the backend package.
11
11
  - Updated dependencies
12
- - @backstage/config-loader@0.0.0-nightly-20220220022427
12
+ - @backstage/config-loader@0.0.0-nightly-20220221022454
13
13
 
14
14
  ## 0.14.0
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/cli",
3
3
  "description": "CLI for developing Backstage plugins and apps",
4
- "version": "0.0.0-nightly-20220220022427",
4
+ "version": "0.0.0-nightly-20220221022454",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@backstage/cli-common": "^0.1.7",
35
35
  "@backstage/config": "^0.1.14",
36
- "@backstage/config-loader": "^0.0.0-nightly-20220220022427",
36
+ "@backstage/config-loader": "^0.0.0-nightly-20220221022454",
37
37
  "@backstage/errors": "^0.2.1",
38
38
  "@backstage/release-manifests": "^0.0.2",
39
39
  "@backstage/types": "^0.1.2",
@@ -126,7 +126,7 @@
126
126
  "@backstage/core-components": "^0.8.9",
127
127
  "@backstage/core-plugin-api": "^0.6.1",
128
128
  "@backstage/core-app-api": "^0.5.3",
129
- "@backstage/dev-utils": "^0.0.0-nightly-20220220022427",
129
+ "@backstage/dev-utils": "^0.0.0-nightly-20220221022454",
130
130
  "@backstage/test-utils": "^0.2.5",
131
131
  "@backstage/theme": "^0.2.15",
132
132
  "@types/diff": "^5.0.0",