Version Packages
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 080d1beb2a: Moving development `dependencies` to `devDependencies`
|
||||
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
||||
- f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
|
||||
- 9468a67b92: 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.8.5
|
||||
- @backstage/core-app-api@1.11.0
|
||||
- @backstage/core-plugin-api@1.7.0
|
||||
- @backstage/core-components@0.13.6
|
||||
- @backstage/integration-react@1.1.20
|
||||
- @backstage/catalog-model@1.4.3
|
||||
- @backstage/app-defaults@1.4.4
|
||||
- @backstage/theme@0.4.3
|
||||
|
||||
## 1.0.22-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"version": "1.0.22-next.2",
|
||||
"version": "1.0.22",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
Reference in New Issue
Block a user