Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-06-04 15:34:15 +00:00
parent 3b086b0020
commit 09f502208f
314 changed files with 4507 additions and 159 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/create-app
## 0.5.16-next.2
### Patch Changes
- 78363f6: Bumped TypeScript to version `5.4`.
- 81507c8: Updated `node-gyp` to v10
- Updated dependencies
- @backstage/cli-common@0.1.13
## 0.5.16-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.5.16-next.1",
"version": "0.5.16-next.2",
"publishConfig": {
"access": "public"
},