Skip to content

Commit 3b69ca6

Browse files
committed
Release: v44.0.0-alpha.3.
1 parent 9ddc9b7 commit 3b69ca6

File tree

14 files changed

+27
-27
lines changed

14 files changed

+27
-27
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ckeditor5-dev",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"private": true,
55
"author": "CKSource (http://cksource.com/)",
66
"license": "GPL-2.0-or-later",
@@ -15,9 +15,9 @@
1515
},
1616
"type": "module",
1717
"devDependencies": {
18-
"@ckeditor/ckeditor5-dev-ci": "^44.0.0-alpha.2",
19-
"@ckeditor/ckeditor5-dev-release-tools": "^44.0.0-alpha.2",
20-
"@ckeditor/ckeditor5-dev-bump-year": "^44.0.0-alpha.2",
18+
"@ckeditor/ckeditor5-dev-ci": "^44.0.0-alpha.3",
19+
"@ckeditor/ckeditor5-dev-release-tools": "^44.0.0-alpha.3",
20+
"@ckeditor/ckeditor5-dev-bump-year": "^44.0.0-alpha.3",
2121
"eslint": "^8.21.0",
2222
"eslint-config-ckeditor5": "^7.0.0",
2323
"fs-extra": "^11.0.0",

packages/ckeditor5-dev-build-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-build-tools",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Rollup-based tools used to build CKEditor 5 packages.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",

packages/ckeditor5-dev-bump-year/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-bump-year",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Used to bump year in the licence text specified at the top of the file.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",

packages/ckeditor5-dev-ci/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-ci",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Utils used on various Continuous Integration services.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",

packages/ckeditor5-dev-dependency-checker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-dependency-checker",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Contains tools for validating dependencies specified in package.json.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",
@@ -25,7 +25,7 @@
2525
"ckeditor5-dev-dependency-checker": "bin/dependencychecker.js"
2626
},
2727
"dependencies": {
28-
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.2",
28+
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.3",
2929
"chalk": "^5.0.0",
3030
"depcheck": "^1.3.1",
3131
"fs-extra": "^11.0.0",

packages/ckeditor5-dev-docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-docs",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Tasks used to build and verify the documentation for CKEditor 5.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",
@@ -22,8 +22,8 @@
2222
"lib"
2323
],
2424
"dependencies": {
25-
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.2",
26-
"@ckeditor/typedoc-plugins": "^44.0.0-alpha.2",
25+
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.3",
26+
"@ckeditor/typedoc-plugins": "^44.0.0-alpha.3",
2727
"glob": "^10.0.0",
2828
"fs-extra": "^11.0.0",
2929
"tmp": "^0.2.1",

packages/ckeditor5-dev-release-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-release-tools",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Tools used for releasing CKEditor 5 and related packages.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",
@@ -22,7 +22,7 @@
2222
"lib"
2323
],
2424
"dependencies": {
25-
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.2",
25+
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.3",
2626
"@octokit/rest": "^21.0.0",
2727
"chalk": "^5.0.0",
2828
"cli-columns": "^4.0.0",

packages/ckeditor5-dev-stale-bot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-stale-bot",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "A stale bot is used to mark issues and pull requests that have not recently been updated.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",
@@ -25,7 +25,7 @@
2525
"ckeditor5-dev-stale-bot": "bin/stale-bot.js"
2626
},
2727
"dependencies": {
28-
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.2",
28+
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.3",
2929
"chalk": "^5.0.0",
3030
"date-fns": "^4.0.0",
3131
"fs-extra": "^11.0.0",

packages/ckeditor5-dev-tests/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-tests",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Testing environment for CKEditor 5.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",
@@ -28,8 +28,8 @@
2828
},
2929
"dependencies": {
3030
"@babel/core": "^7.10.5",
31-
"@ckeditor/ckeditor5-dev-translations": "^44.0.0-alpha.2",
32-
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.2",
31+
"@ckeditor/ckeditor5-dev-translations": "^44.0.0-alpha.3",
32+
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.3",
3333
"@ckeditor/ckeditor5-inspector": "^4.0.0",
3434
"@types/chai": "^4.3.5",
3535
"@types/karma-sinon-chai": "^2.0.2",

packages/ckeditor5-dev-transifex/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-transifex",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Used to download and upload translations using the Transifex service.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",
@@ -24,8 +24,8 @@
2424
"dependencies": {
2525
"fs-extra": "^11.0.0",
2626
"del": "^7.0.0",
27-
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.2",
28-
"@ckeditor/ckeditor5-dev-translations": "^44.0.0-alpha.2",
27+
"@ckeditor/ckeditor5-dev-utils": "^44.0.0-alpha.3",
28+
"@ckeditor/ckeditor5-dev-translations": "^44.0.0-alpha.3",
2929
"chalk": "^5.0.0",
3030
"inquirer": "^11.0.0",
3131
"@transifex/api": "^7.0.0",

packages/ckeditor5-dev-translations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-translations",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "CKEditor 5 translations plugin for webpack.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",

packages/ckeditor5-dev-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-utils",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Utils for CKEditor 5 development tools packages.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",
@@ -22,7 +22,7 @@
2222
"lib"
2323
],
2424
"dependencies": {
25-
"@ckeditor/ckeditor5-dev-translations": "^44.0.0-alpha.2",
25+
"@ckeditor/ckeditor5-dev-translations": "^44.0.0-alpha.3",
2626
"chalk": "^5.0.0",
2727
"cli-cursor": "^5.0.0",
2828
"cli-spinners": "^3.0.0",

packages/ckeditor5-dev-web-crawler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/ckeditor5-dev-web-crawler",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Used to run a web crawler that checks for errors on specified pages.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",

packages/typedoc-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/typedoc-plugins",
3-
"version": "44.0.0-alpha.2",
3+
"version": "44.0.0-alpha.3",
44
"description": "Various TypeDoc plugins developed by the CKEditor 5 team.",
55
"keywords": [],
66
"author": "CKSource (http://cksource.com/)",

0 commit comments

Comments
 (0)