Version Packages (next)
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.0.23-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 67cc85bb14: Switched the conditional `react-dom/client` import to use `import(...)` rather than `require(...)`.
|
||||
- 38cda52746: Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.7-next.0
|
||||
- @backstage/plugin-catalog-react@1.9.0-next.0
|
||||
- @backstage/integration-react@1.1.21-next.0
|
||||
- @backstage/core-plugin-api@1.8.0-next.0
|
||||
- @backstage/app-defaults@1.4.5-next.0
|
||||
- @backstage/core-app-api@1.11.1-next.0
|
||||
- @backstage/theme@0.4.4-next.0
|
||||
- @backstage/catalog-model@1.4.3
|
||||
|
||||
## 1.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"version": "1.0.22",
|
||||
"version": "1.0.23-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
Reference in New Issue
Block a user