Version Packages

This commit is contained in:
github-actions[bot]
2024-06-18 12:37:38 +00:00
parent a0013c33e3
commit 18a40424cb
519 changed files with 9008 additions and 2096 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/create-app
## 0.5.16
### Patch Changes
- cce0495: Bumped create-app version.
- 77da22e: Bumped create-app version.
- 2110d76: Removed `dockerode` dependency.
- 34daaea: Fixed a broken link to the node-postgres documentation
- 78363f6: Bumped TypeScript to version `5.4`.
- 1a212f9: Remove Tech Radar menu item from sidebar of scaffolded app to align with removal of tech-radar plugin from backend
- 81507c8: Updated `node-gyp` to v10
- Updated dependencies
- @backstage/cli-common@0.1.14
## 0.5.16-next.3
### 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.3",
"version": "0.5.16",
"publishConfig": {
"access": "public"
},