Skip to content

Commit 2611e4e

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
### Added
10+
- Support for `react` version `^19.0.0` by updating the `react` and `react-dom` in the `peerDependencies` to `^19.0.0`
11+
912
## 6.0.0 - 2025-02-21
1013

1114
### 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)