Skip to content

Commit 28db821

Browse files
committed
Branch is ready for release - setting release version
1 parent faa6eb9 commit 28db821

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9-
## 5.0.0 - 2024-03-25
9+
## 5.0.0 - 2024-03-27
1010

1111
### Added
1212
- Added `licenseKey` property that overrides the TinyMCE `license_key` init property. #INT-3291
1313
- Added events `onInput`, `onCompositionEnd`, `onCompositionStart` & `onCompositionUpdate`. #INT-3291
1414
- Added a JSDoc link to the TinyMCE 7 React Technical Reference docs page. #INT-3291
1515

16-
### Fixed
17-
- `readonly` init property is now properly typed as undefined, as it's overriden by the integration. #INT-3287
18-
19-
### Changed
20-
- Updated dependencies. #INT-3291
21-
- Changed default cloudChannel to `'7'`. #INT-3291
22-
2316
### Improved
2417
- Improved `cloudChannel` type. #INT-3291
2518
- Updated to Storybook v8 and it now uses react-vite as a bundler/builder instead of webpack. #INT-3291
2619
- Storybook examples now use CSFv3 components. #INT-3291
2720
- Tests now run against TinyMCE version 7 as well. #INT-3291
2821

22+
### Changed
23+
- Updated dependencies. #INT-3291
24+
- Changed default cloudChannel to `'7'`. #INT-3291
25+
26+
### Fixed
27+
- `readonly` init property is now properly typed as undefined, as it's overriden by the integration. #INT-3287
28+
2929
## 4.3.2 - 2023-11-20
3030

3131
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"typescript": "~5.4.3",
7171
"vite": "^5.2.2"
7272
},
73-
"version": "5.0.0-rc",
73+
"version": "5.0.0",
7474
"name": "@tinymce/tinymce-react"
7575
}

0 commit comments

Comments
 (0)