Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-10-24 11:04:16 +00:00
parent 32adf92951
commit 8345a35d04
450 changed files with 7094 additions and 295 deletions
+16
View File
@@ -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 -1
View File
@@ -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",