From ba1ce73cccb0f2886394adb6e3a7cb822cda45ce Mon Sep 17 00:00:00 2001 From: Ben Tran Date: Thu, 31 Jul 2025 11:15:03 +0930 Subject: [PATCH] INT-3357: Prepare for release --- CHANGELOG.md | 3 +++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b770a4..60031a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 6.3.0 - 2025-07-31 + ### Changed - Set the default `cloudChannel` to `8`. #INT-3350 +- Updated peer dependency to support tinymce `8`. #INT-3350 ## 6.2.1 - 2025-06-03 diff --git a/README.md b/README.md index c39bfd7f..30408b46 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinymce) to make it easier to use in a React application. -* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/latest/). -* For the TinyMCE React Quick Start, see: [TinyMCE Documentation - React Integration](https://www.tiny.cloud/docs/tinymce/latest/react-cloud/). -* For the TinyMCE React Technical Reference, see: [TinyMCE Documentation - TinyMCE React Technical Reference](https://www.tiny.cloud/docs/tinymce/latest/react-ref/). +* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/8/). +* For the TinyMCE React Quick Start, see: [TinyMCE Documentation - React Integration](https://www.tiny.cloud/docs/tinymce/8/react-cloud/). +* For the TinyMCE React Technical Reference, see: [TinyMCE Documentation - TinyMCE React Technical Reference](https://www.tiny.cloud/docs/tinymce/8/react-ref/). * For our quick demos, check out the TinyMCE React [Storybook](https://tinymce.github.io/tinymce-react/). diff --git a/package.json b/package.json index 2fc584b3..a04f4b0a 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,6 @@ "typescript": "~5.8.2", "vite": "^6.2.1" }, - "version": "6.2.2-rc", + "version": "6.3.0", "name": "@tinymce/tinymce-react" }