Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-06-11 15:25:17 +00:00
parent d1bc8e9835
commit e83ead9b1a
342 changed files with 5004 additions and 173 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/create-app
## 0.5.16-next.3
### Patch Changes
- 34daaea: Fixed a broken link to the node-postgres documentation
- 1a212f9: Remove Tech Radar menu item from sidebar of scaffolded app to align with removal of tech-radar plugin from backend
- Updated dependencies
- @backstage/cli-common@0.1.14-next.0
## 0.5.16-next.2
### 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.2",
"version": "0.5.16-next.3",
"publishConfig": {
"access": "public"
},