Skip to content

Commit 23acdd5

Browse files
committed
Update release notes
1 parent bdb8bd7 commit 23acdd5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/pluggable-widgets-tools/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1515
- The `jest-jasmine2` runner has been removed. Tests using Jasmine-specific globals (`jasmine.createSpy()`, `jasmine.objectContaining()`, etc.) will throw `ReferenceError: jasmine is not defined`. Replace with Jest equivalents: `jest.fn()`, `expect.objectContaining()`.
1616
- Consumers who extended the base config with `globals['ts-jest']` options must migrate those settings to the `@swc/jest` transform config.
1717

18+
### Fixed
19+
20+
- We updated the type generator to format types according to prettier. Inconsistencies would block the `release` command.
21+
22+
1823
## [11.11.0] - 2026-06-04
1924

2025
### Added

0 commit comments

Comments
 (0)