@backstage/create-app 0.0.0-nightly-20221031025738 → 0.0.0-nightly-20221102025507
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.
- package/CHANGELOG.md +8 -1
- package/dist/index.cjs.js +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
# @backstage/create-app
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20221102025507
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- f1c3cdfb2d: Bumped create-app version.
|
|
7
8
|
- 4091c73e68: Updated `@swc/core` to `v1.3.9` which fixes a `.tsx` parser bug. You may want to run `yarn backstage-cli versions:bump` to get on latest version including the CLI itself.
|
|
8
9
|
- 80bfac5266: Updated the create-app command to no longer require Git to be installed and configured. A git repository will only be initialized if possible and if not already in an git repository.
|
|
9
10
|
- f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
|
|
10
11
|
- Updated dependencies
|
|
11
12
|
- @backstage/cli-common@0.1.10
|
|
12
13
|
|
|
14
|
+
## 0.4.33-next.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Bumped create-app version.
|
|
19
|
+
|
|
13
20
|
## 0.4.33-next.0
|
|
14
21
|
|
|
15
22
|
### Patch Changes
|
package/dist/index.cjs.js
CHANGED
|
@@ -57,7 +57,7 @@ ${chalk__default["default"].red(`${error}`)}
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
var version$L = "1.8.0-next.
|
|
60
|
+
var version$L = "1.8.0-next.1";
|
|
61
61
|
|
|
62
62
|
var version$K = "1.0.8-next.0";
|
|
63
63
|
|
|
@@ -129,7 +129,7 @@ var version$d = "0.1.35-next.0";
|
|
|
129
129
|
|
|
130
130
|
var version$c = "1.8.0-next.0";
|
|
131
131
|
|
|
132
|
-
var version$b = "1.8.0-next.
|
|
132
|
+
var version$b = "1.8.0-next.1";
|
|
133
133
|
|
|
134
134
|
var version$a = "1.0.4-next.0";
|
|
135
135
|
|
|
@@ -143,7 +143,7 @@ var version$6 = "1.0.4-next.0";
|
|
|
143
143
|
|
|
144
144
|
var version$5 = "0.5.18-next.0";
|
|
145
145
|
|
|
146
|
-
var version$4 = "1.4.0-next.
|
|
146
|
+
var version$4 = "1.4.0-next.1";
|
|
147
147
|
|
|
148
148
|
var version$3 = "1.0.6-next.0";
|
|
149
149
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/create-app",
|
|
3
3
|
"description": "A CLI that helps you create your own Backstage app",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20221102025507",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"recursive-readdir": "^2.2.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
45
|
+
"@backstage/cli": "^0.0.0-nightly-20221102025507",
|
|
46
46
|
"@types/command-exists": "^1.2.0",
|
|
47
47
|
"@types/fs-extra": "^9.0.1",
|
|
48
48
|
"@types/inquirer": "^8.1.3",
|