Version Packages
This commit is contained in:
@@ -1,5 +1,31 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.5.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 770763487a: Cleaned up cases where deprecated code was being used but had a new location they should be imported from
|
||||
- 013611b42e: `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support.
|
||||
|
||||
You can do the same in your own Backstage repository to ensure that you get future node 18+ relevant updates, by having the following lines in your `packages/backend/package.json`:
|
||||
|
||||
```
|
||||
"dependencies": {
|
||||
// ...
|
||||
"knex": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
// ...
|
||||
"better-sqlite3": "^9.0.0",
|
||||
```
|
||||
|
||||
- f577e1176f: Bumped create-app version.
|
||||
- 6c2b872153: Add official support for React 18.
|
||||
- ae1602e54d: If create app installs dependencies, don't suggest to user that they also need to do it.
|
||||
- e6b7ab8d2b: Added missing node-gyp dependency to fix Docker image build
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.13
|
||||
|
||||
## 0.5.7-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.5.7-next.2",
|
||||
"version": "0.5.7",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user