Version Packages

This commit is contained in:
github-actions[bot]
2021-10-07 12:17:39 +00:00
parent 2a12c46d51
commit 97420439e1
184 changed files with 1479 additions and 881 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/create-app
## 0.3.44
### Patch Changes
- e254368371: Switched the default `test` script in the package root to use `backstage-cli test` rather than `lerna run test`. This is thanks to the `@backstage/cli` now supporting running the test command from the project root.
To apply this change to an existing project, apply the following change to your root `package.json`:
```diff
- "test": "lerna run test --since origin/master -- --coverage",
+ "test": "backstage-cli test",
```
- Updated dependencies
- @backstage/cli-common@0.1.4
## 0.3.43
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.3.43",
"version": "0.3.44",
"private": false,
"publishConfig": {
"access": "public"
@@ -27,7 +27,7 @@
"start": "nodemon --"
},
"dependencies": {
"@backstage/cli-common": "^0.1.3",
"@backstage/cli-common": "^0.1.4",
"chalk": "^4.0.0",
"commander": "^6.1.0",
"fs-extra": "9.1.0",