Version Packages
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.0.23
|
||||
|
||||
### 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/plugin-catalog-react@1.9.0
|
||||
- @backstage/core-components@0.13.8
|
||||
- @backstage/integration-react@1.1.21
|
||||
- @backstage/core-plugin-api@1.8.0
|
||||
- @backstage/app-defaults@1.4.5
|
||||
- @backstage/core-app-api@1.11.1
|
||||
- @backstage/theme@0.4.4
|
||||
- @backstage/catalog-model@1.4.3
|
||||
|
||||
## 1.0.23-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"version": "1.0.23-next.2",
|
||||
"version": "1.0.23",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
Reference in New Issue
Block a user