Version Packages

This commit is contained in:
github-actions[bot]
2024-08-20 08:56:34 +00:00
parent a0d830645a
commit 2a2c84ba68
538 changed files with 6372 additions and 2322 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/create-app
## 0.5.18
### Patch Changes
- c0a705d: Added the Kubernetes plugin to `create-app`
- d7a0aa3: Bumped create-app version.
- 93095ee: Make sure node-fetch is version 2.7.0 or greater
- 6c1081c: Updated dockerfile and `app-config.production.yaml` to make it easier to get started with example data
- bfeba46: Included permission config and enabled it out of the box
- Updated dependencies
- @backstage/cli-common@0.1.14
## 0.5.18-next.4
### 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.18-next.4",
"version": "0.5.18",
"publishConfig": {
"access": "public"
},