|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 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 | + |
4 | 40 | ## [50.1.1](https://github.com/ckeditor/ckeditor5-dev/compare/v50.1.0...v50.1.1) (June 11, 2025)
|
5 | 41 |
|
6 | 42 | ### Bug fixes
|
@@ -156,40 +192,6 @@ Other releases:
|
156 | 192 | * [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/49.0.2): v49.0.1 => v49.0.2
|
157 | 193 | </details>
|
158 | 194 |
|
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 |
| - |
193 | 195 | ---
|
194 | 196 |
|
195 | 197 | To see all releases, visit the [release page](https://github.com/ckeditor/ckeditor5-dev/releases).
|
0 commit comments