Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-02-07 15:03:45 +00:00
parent ab2eebb78f
commit b2a73c984a
349 changed files with 4825 additions and 175 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/create-app
## 0.4.37-next.2
### Patch Changes
- 02f1316e57: Updated `packages/app/cypress/.eslintrc.json` to remove the unnecessary `import/no-extraneous-dependencies` rule.
- Updated dependencies
- @backstage/cli-common@0.1.11
## 0.4.37-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.4.37-next.1",
"version": "0.4.37-next.2",
"publishConfig": {
"access": "public"
},