Skip to content

Commit bacb573

Browse files
INT-3345: Prepare for release (#78)
* INT-3345: Prepare for release * INT-3345: Correct ticket number on changelog
1 parent 7392d3a commit bacb573

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 3.1.0 - 2025-05-29
11+
1012
### Fixed
1113
- tinymce "^v7.0.0 || ^v6.0.0 || ^v5.0.0" is now an optional peer dependency. #INT-3324
1214

1315
### Changed
14-
- `disabled` property is now mapped to the TinyMCE `disabled` option.
16+
- `disabled` property is now mapped to the TinyMCE `disabled` option. #TINY-11909
1517

1618
### Added
17-
- Added `readonly` property that maps to the TinyMCE `readonly` option.
19+
- Added `readonly` property that maps to the TinyMCE `readonly` option. #TINY-11909
1820

1921
## 3.0.0 - 2024-06-05
2022

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinymce/tinymce-svelte",
3-
"version": "3.1.0-rc",
3+
"version": "3.1.0",
44
"description": "TinyMCE Svelte Component",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)