Skip to content

Commit 1181f9d

Browse files
authored
Merge pull request #669 from ckeditor/ck/4396
Bump version of integrations common due to version detection changes.
2 parents d08c496 + cfd3043 commit 1181f9d

3 files changed

Lines changed: 29 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
## [11.1.2](https://github.com/ckeditor/ckeditor5-react/compare/v11.1.1...v11.1.2) (April 15, 2026)
5+
6+
### Bug fixes
7+
8+
* Fixed an issue where the editor's alpha version was being compared incorrectly.
9+
10+
411
## [11.1.1](https://github.com/ckeditor/ckeditor5-react/compare/v11.1.0...v11.1.1) (April 13, 2026)
512

613
### Other changes
@@ -32,14 +39,6 @@ Changelog
3239

3340
* Added support for CKEditor 5 `48.0.0` and the new `roots` editor configuration. Closes [#653](https://github.com/ckeditor/ckeditor5-react/issues/653).
3441

35-
36-
## [11.0.1](https://github.com/ckeditor/ckeditor5-react/compare/v11.0.0...v11.0.1) (December 18, 2025)
37-
38-
### Other changes
39-
40-
* Upgrade the development environment to Node v24.11.
41-
* Extend the `ckeditor5` peer dependency range to accept an internal release (`^0.0.0-internal`) in addition to stable and nightly versions. Closes [#637](https://github.com/ckeditor/ckeditor5-react/issues/637).
42-
4342
---
4443

4544
To see all releases, visit the [release page](https://github.com/ckeditor/ckeditor5-react/releases).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"./package.json": "./package.json"
2929
},
3030
"dependencies": {
31-
"@ckeditor/ckeditor5-integrations-common": "^2.3.0"
31+
"@ckeditor/ckeditor5-integrations-common": "^2.3.1"
3232
},
3333
"peerDependencies": {
3434
"ckeditor5": ">=46.0.0 || ^0.0.0-nightly || ^0.0.0-internal",

pnpm-lock.yaml

Lines changed: 21 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)