Skip to content

Commit

Permalink
Release: v'43.0.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
CKEditorBot committed Sep 9, 2024
1 parent e9f9894 commit 2c49f99
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor5-dev",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"private": true,
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
Expand All @@ -14,9 +14,9 @@
"node": ">=18.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-ci": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-release-tools": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-bump-year": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-ci": "^43.0.0",
"@ckeditor/ckeditor5-dev-release-tools": "^43.0.0",
"@ckeditor/ckeditor5-dev-bump-year": "^43.0.0",
"coveralls": "^3.1.1",
"eslint": "^7.0.0",
"eslint-config-ckeditor5": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-build-tools",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Rollup-based tools used to build CKEditor 5 packages.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-bump-year/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-bump-year",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Used to bump year in the licence text specified at the top of the file.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-ci",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Utils used on various Continuous Integration services.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-dependency-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-dependency-checker",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Contains tools for validating dependencies specified in package.json.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -24,7 +24,7 @@
"ckeditor5-dev-dependency-checker": "bin/dependencychecker.js"
},
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-utils": "^43.0.0",
"chalk": "^4.1.0",
"depcheck": "^1.3.1",
"glob": "^10.2.5",
Expand Down
8 changes: 4 additions & 4 deletions 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": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Tasks used to build and verify the documentation for CKEditor 5.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -21,9 +21,9 @@
"lib"
],
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^43.0.0-alpha.0",
"@ckeditor/jsdoc-plugins": "^43.0.0-alpha.0",
"@ckeditor/typedoc-plugins": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-utils": "^43.0.0",
"@ckeditor/jsdoc-plugins": "^43.0.0",
"@ckeditor/typedoc-plugins": "^43.0.0",
"fast-glob": "^3.2.4",
"fs-extra": "^11.2.0",
"jsdoc": "ckeditor/jsdoc#fixed-trailing-comment-doclets",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-release-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-release-tools",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Tools used for releasing CKEditor 5 and related packages.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -21,7 +21,7 @@
"lib"
],
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-utils": "^43.0.0",
"@octokit/rest": "^19.0.0",
"chalk": "^4.0.0",
"cli-columns": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-stale-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-stale-bot",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "A stale bot is used to mark issues and pull requests that have not recently been updated.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -24,7 +24,7 @@
"ckeditor5-dev-stale-bot": "bin/stale-bot.js"
},
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-utils": "^43.0.0",
"chalk": "^4.1.0",
"date-fns": "^2.30.0",
"fs-extra": "^11.2.0",
Expand Down
6 changes: 3 additions & 3 deletions 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": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Testing environment for CKEditor 5.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"@babel/core": "^7.10.5",
"@ckeditor/ckeditor5-dev-translations": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-utils": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-translations": "^43.0.0",
"@ckeditor/ckeditor5-dev-utils": "^43.0.0",
"@ckeditor/ckeditor5-inspector": "^4.0.0",
"@types/chai": "^4.3.5",
"@types/karma-sinon-chai": "^2.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/ckeditor5-dev-transifex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-transifex",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Used to download and upload translations using the Transifex service.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"fs-extra": "^11.2.0",
"del": "^5.1.0",
"@ckeditor/ckeditor5-dev-utils": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-translations": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-utils": "^43.0.0",
"@ckeditor/ckeditor5-dev-translations": "^43.0.0",
"chalk": "^4.0.0",
"inquirer": "^7.1.0",
"@transifex/api": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-translations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-translations",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "CKEditor 5 translations plugin for webpack.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down
4 changes: 2 additions & 2 deletions 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": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Utils for CKEditor 5 development tools packages.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -21,7 +21,7 @@
"lib"
],
"dependencies": {
"@ckeditor/ckeditor5-dev-translations": "^43.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-translations": "^43.0.0",
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-web-crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-web-crawler",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Used to run a web crawler that checks for errors on specified pages.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
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": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Various JSDoc plugins developed by the CKEditor 5 team.",
"keywords": [
"jsdoc",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/typedoc-plugins",
"version": "43.0.0-alpha.0",
"version": "43.0.0",
"description": "Various TypeDoc plugins developed by the CKEditor 5 team.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down

0 comments on commit 2c49f99

Please sign in to comment.