Skip to content

Commit da79160

Browse files
committed
INT-3336: Bump integration version in package.json to 7 and update changelog
1 parent f187c1b commit da79160

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
### Fixed
10+
- Updated `storybook` from `^8.2.4` to `^8.6.0`
11+
- Updated `react` and `react-dom` from `^18.3.1` to `^19.0.0`
12+
13+
### Added
14+
- Support for `react` version `^19.0.0` by updating the `react` and `react-dom` in the `peerDependencies` to `^19.0.0`
15+
916
## 6.0.0 - 2025-02-21
1017

1118
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
"typescript": "~5.5.3",
7777
"vite": "^5.3.3"
7878
},
79-
"version": "6.0.1-rc",
79+
"version": "7.0.0-rc",
8080
"name": "@tinymce/tinymce-react"
8181
}

0 commit comments

Comments
 (0)