Version Packages (next)
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.5.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- aeec29c: Updated `packages/app` as well as the root `package.json` type resolutions to use React v18.
|
||||
|
||||
The `@testing-library/*` dependencies have also been updated to the ones compatible with React v18, and the test at `packages/app/src/App.test.tsx` had been updated to use more modern patterns that work better with these new versions.
|
||||
|
||||
For information on how to migrate existing apps to React v18, see the [migration guide](https://backstage.io/docs/tutorials/react18-migration)
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.13
|
||||
|
||||
## 0.5.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.5.9",
|
||||
"version": "0.5.11-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user