Skip to content

Commit

Permalink
Release: v25.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Sep 23, 2021
1 parent d656ee0 commit c0ecd4f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog

### Bug fixes

* The `getPackagesToRelease()` function handles pre-release versions properly. Closes [ckeditor/ckeditor5#10583](https://github.com/ckeditor/ckeditor5/issues/10583). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/ec16756e3de92e89bc933d706951d10b5bcb5798))
* **[env](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-env)**: The `getPackagesToRelease()` function handles pre-release versions properly. Closes [ckeditor/ckeditor5#10583](https://github.com/ckeditor/ckeditor5/issues/10583). ([commit](https://github.com/ckeditor/ckeditor5-dev/commit/ec16756e3de92e89bc933d706951d10b5bcb5798))

### Released packages

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor5-dev",
"version": "25.4.3",
"version": "25.4.4",
"private": true,
"dependencies": {
"glob": "^7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-docs",
"version": "25.4.3",
"version": "25.4.4",
"description": "Tasks used to build and verify the documentation for CKEditor 5.",
"keywords": [],
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-env",
"version": "25.4.3",
"version": "25.4.4",
"description": "Tasks used during development of CKEditor 5.",
"keywords": [],
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-tests",
"version": "25.4.3",
"version": "25.4.4",
"description": "Testing environment for CKEditor 5.",
"keywords": [],
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-utils",
"version": "25.4.3",
"version": "25.4.4",
"description": "Utils for CKEditor 5 development tools packages.",
"keywords": [],
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-webpack-plugin",
"version": "25.4.3",
"version": "25.4.4",
"description": "CKEditor 5 plugin for webpack.",
"keywords": [],
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsdoc-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/jsdoc-plugins",
"version": "25.4.3",
"version": "25.4.4",
"description": "Various JSDoc plugins developed by the CKEditor 5 team.",
"keywords": [
"jsdoc",
Expand Down

0 comments on commit c0ecd4f

Please sign in to comment.