Skip to content

Commit

Permalink
Merge pull request #1052 from ckeditor/release_20241219
Browse files Browse the repository at this point in the history
Internal: Changelog for v45.0.9.
  • Loading branch information
pomek authored Dec 19, 2024
2 parents 86f5db1 + da9e3a1 commit 4ac4084
Showing 1 changed file with 31 additions and 33 deletions.
64 changes: 31 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
Changelog
=========

## [45.0.9](https://github.com/ckeditor/ckeditor5-dev/compare/v45.0.8...v45.0.9) (2024-12-19)

### Bug fixes

* **[build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools)**: Always enable the TypeScript plugin, even when `declarations` is set to `false`. Fixes [ckeditor/ckeditor5#17653](https://github.com/ckeditor/ckeditor5/issues/17653). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/86f5db1b6aeb3c0e21276df104d4a4c5ee493053))
* **[release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools)**: Fixed path calculation in `executeInParallel()` util that prepares a path to a dynamically imported worker script. Previously, it did not work in Windows, because there is a specific requirement that absolute path must be valid `file://` protocol URL. Now, the worker script is always imported using `file://` protocol URL. ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/3bbf3f4849d91b8613283ebd56ea966501215de1))

### Released packages

Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information.

<details>
<summary>Released packages (summary)</summary>

Other releases:

* [@ckeditor/ckeditor5-dev-build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/45.0.9): v45.0.8 => v45.0.9
* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/45.0.9): v45.0.8 => v45.0.9
</details>


## [45.0.8](https://github.com/ckeditor/ckeditor5-dev/compare/v45.0.7...v45.0.8) (2024-10-30)

> [!NOTE]
Expand Down Expand Up @@ -138,39 +169,6 @@ Other releases:
* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/45.0.5): v45.0.4 => v45.0.5
</details>


## [45.0.4](https://github.com/ckeditor/ckeditor5-dev/compare/v45.0.3...v45.0.4) (2024-10-25)

> [!NOTE]
> The release channel for this release is `next`.
### Other changes

* **[release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools)**: Increases the timeout value between the publishing packages phase and republishing the failed ones. Closes [ckeditor/ckeditor5#17329](https://github.com/ckeditor/ckeditor5/issues/17329). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/1fafa92b4a201ab70cca8e8e4e46743f179d2b86))

### Released packages

Check out the [Versioning policy](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/versioning-policy.html) guide for more information.

<details>
<summary>Released packages (summary)</summary>

Other releases:

* [@ckeditor/ckeditor5-dev-build-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-build-tools/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/ckeditor5-dev-bump-year](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-bump-year/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/ckeditor5-dev-ci](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-ci/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/ckeditor5-dev-dependency-checker](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-dependency-checker/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/ckeditor5-dev-docs](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/ckeditor5-dev-release-tools](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-release-tools/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/ckeditor5-dev-stale-bot](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/ckeditor5-dev-tests](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-tests/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/ckeditor5-dev-translations](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-translations/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/ckeditor5-dev-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/ckeditor5-dev-web-crawler](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-web-crawler/v/45.0.4): v45.0.3 => v45.0.4
* [@ckeditor/typedoc-plugins](https://www.npmjs.com/package/@ckeditor/typedoc-plugins/v/45.0.4): v45.0.3 => v45.0.4
</details>

---

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

0 comments on commit 4ac4084

Please sign in to comment.