Version Packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
github-actions[bot]
2023-09-19 14:15:46 +00:00
committed by Patrik Oldsberg
parent 2aed4037b0
commit b228d7d9c2
657 changed files with 9248 additions and 2495 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/test-utils
## 1.4.3
### Patch Changes
- 7032c214f3b4: Add pod exec terminal to Container Card
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
- 8cec7664e146: Removed `@types/node` dependency
- b5fbddc15dca: Add a new `MockTranslationApi` as an `/alpha` export.
- 9ceb6195275a: Add support for React Testing Library 13+, and thus React 18.
We're exposing an additional option to the `render*` methods to enable the [`legacyRoot`](https://testing-library.com/docs/react-testing-library/api/#legacyroot) flow.
- Updated dependencies
- @backstage/config@1.1.0
- @backstage/core-app-api@1.10.0
- @backstage/core-plugin-api@1.6.0
- @backstage/plugin-permission-common@0.7.8
- @backstage/plugin-permission-react@0.4.15
- @backstage/theme@0.4.2
- @backstage/types@1.1.1
## 1.4.3-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "1.4.3-next.3",
"version": "1.4.3",
"publishConfig": {
"access": "public"
},