Version Packages (next)

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
github-actions[bot]
2022-09-13 08:56:36 +00:00
committed by Patrik Oldsberg
parent f4a58d3a36
commit 423e01d903
307 changed files with 6104 additions and 2508 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli-common
## 0.1.10-next.0
### Patch Changes
- 7d47def9c4: Removed dependency on `@types/jest`.
## 0.1.9
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli-common",
"description": "Common functionality used by cli, backend, and create-app",
"version": "0.1.9",
"version": "0.1.10-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
@@ -32,7 +32,7 @@
"start": "backstage-cli package start"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.1",
"@backstage/cli": "^0.19.0-next.3",
"@types/node": "^16.0.0"
},
"files": [