@ckeditor/ckeditor5-dev-release-tools
Advanced tools
Changelog
46.0.3 (2025-02-11)
nightly-next
pre-release version. Closes ckeditor/ckeditor5#17904. (commit)Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Other releases:
Changelog
46.0.2 (2025-02-10)
getDateIdentifier()
util that converts the current date into YYYYMMDD
format. (commit)getLastPreRelease()
util to distinguish pre-release versions starting with the same base name. Previously, getLastPreRelease( '0.0.0-nightly' )
matched both 0.0.0-nightly
and 0.0.0-nightly-next
versions, but now only the first one is matched. (commit)Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Other releases:
Changelog
46.0.1 (2025-01-23)
Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Other releases:
Changelog
45.0.10 (2025-01-09)
Internal changes only (updated dependencies, documentation, etc.).
Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Other releases:
Changelog
45.0.9 (2024-12-19)
declarations
is set to false
. Fixes ckeditor/ckeditor5#17653. (commit)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)Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Other releases:
Changelog
45.0.8 (2024-10-30)
[!NOTE] The release channel for this release is
next
.
options.cwd
parameter to synchronizeTranslations()
and moveTranslations()
functions. This options.cwd
(or process.cwd()
if not set) is used to resolve paths to packages. (commit)Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Other releases:
Changelog
45.0.6 (2024-10-28)
[!NOTE] The release channel for this release is
next
.
publishPackages()
task should not throw an error after trying to publish packages after reaching an attempted limit. Instead, it should verify if the last try was successfully completed and throw the error if it wasn't. Closes ckeditor/ckeditor5#17333. (commit)manifest()
, packument()
) exposed by the pacote
package. It prevents from using any cache when checking the npm registry. Direct calls have been replaced with the decorated version. (commit)Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Other releases: