Version Packages

This commit is contained in:
github-actions[bot]
2023-11-14 13:25:17 +00:00
parent 4d99b757aa
commit c8a8aac2af
657 changed files with 7714 additions and 2244 deletions
+16
View File
@@ -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 -1
View File
@@ -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",