Skip to content

Commit 74602f2

Browse files
authored
Merge pull request #1161 from ckeditor/release_20250618
Changelog for v50.1.2
2 parents 27d3a69 + 3d37302 commit 74602f2

File tree

4 files changed

+36
-129
lines changed

4 files changed

+36
-129
lines changed

.changelog/20250616115503_master.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

.changelog/20250618112811_ck_18731_downgrade_rollup_plugin_typescript.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changelog/20250618122716_ck_18670.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
Changelog
22
=========
33

4+
## [50.1.2](https://github.com/ckeditor/ckeditor5-dev/compare/v50.1.1...v50.1.2) (June 18, 2025)
5+
6+
### Bug fixes
7+
8+
* **[changelog](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-changelog)**: Added validation for a username provided in the community contributors section. Closes [ckeditor/ckeditor5#18670](https://github.com/ckeditor/ckeditor5/issues/18670).
9+
* Downgrade `@rollup/plugin-typescript` to version `12.1.2` to fix failing builds. Closes [ckeditor/ckeditor5#18731](https://github.com/ckeditor/ckeditor5/issues/18731).
10+
11+
### Other changes
12+
13+
* **[changelog](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-changelog)**: When there are no changelog entries found, the changelog generator script informs about it in the terminal and exits. Closes [ckeditor/ckeditor5#18661](https://github.com/ckeditor/ckeditor5/issues/18661).
14+
15+
### Released packages
16+
17+
Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information.
18+
19+
<details>
20+
<summary>Released packages (summary)</summary>
21+
22+
Other releases:
23+
24+
* [@ckeditor/ckeditor5-dev-build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools/v/50.1.2): v50.1.1 => v50.1.2
25+
* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/50.1.2): v50.1.1 => v50.1.2
26+
* [@ckeditor/ckeditor5-dev-changelog](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-changelog/v/50.1.2): v50.1.1 => v50.1.2
27+
* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/50.1.2): v50.1.1 => v50.1.2
28+
* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/50.1.2): v50.1.1 => v50.1.2
29+
* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/50.1.2): v50.1.1 => v50.1.2
30+
* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/50.1.2): v50.1.1 => v50.1.2
31+
* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/50.1.2): v50.1.1 => v50.1.2
32+
* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/50.1.2): v50.1.1 => v50.1.2
33+
* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/50.1.2): v50.1.1 => v50.1.2
34+
* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/50.1.2): v50.1.1 => v50.1.2
35+
* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/50.1.2): v50.1.1 => v50.1.2
36+
* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/50.1.2): v50.1.1 => v50.1.2
37+
</details>
38+
39+
440
## [50.1.1](https://github.com/ckeditor/ckeditor5-dev/compare/v50.1.0...v50.1.1) (June 11, 2025)
541

642
### Bug fixes
@@ -156,40 +192,6 @@ Other releases:
156192
* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/49.0.2): v49.0.1 => v49.0.2
157193
</details>
158194

159-
160-
## [49.0.1](https://github.com/ckeditor/ckeditor5-dev/compare/v49.0.0...v49.0.1) (2025-05-14)
161-
162-
### Bug fixes
163-
164-
* **[release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools)**: Fixed `commitAndTag()` throwing an `ENAMETOOLONG` error when trying to commit a large number of files on Windows. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/31b44c4756eed390710809d6d133b6cab90ff5a2))
165-
166-
### Other changes
167-
168-
* **[web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler)**: Ignore the requests related to the "if-cdn.com" service. Closes [ckeditor/ckeditor5#18519](https://github.com/ckeditor/ckeditor5/issues/18519). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/fef9e101c3a95e14fa48b8afa909e99b120e1e8b))
169-
170-
### Released packages
171-
172-
Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information.
173-
174-
<details>
175-
<summary>Released packages (summary)</summary>
176-
177-
Other releases:
178-
179-
* [@ckeditor/ckeditor5-dev-build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools/v/49.0.1): v49.0.0 => v49.0.1
180-
* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/49.0.1): v49.0.0 => v49.0.1
181-
* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/49.0.1): v49.0.0 => v49.0.1
182-
* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/49.0.1): v49.0.0 => v49.0.1
183-
* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/49.0.1): v49.0.0 => v49.0.1
184-
* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/49.0.1): v49.0.0 => v49.0.1
185-
* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/49.0.1): v49.0.0 => v49.0.1
186-
* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/49.0.1): v49.0.0 => v49.0.1
187-
* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/49.0.1): v49.0.0 => v49.0.1
188-
* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/49.0.1): v49.0.0 => v49.0.1
189-
* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/49.0.1): v49.0.0 => v49.0.1
190-
* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/49.0.1): v49.0.0 => v49.0.1
191-
</details>
192-
193195
---
194196

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

0 commit comments

Comments
 (0)