Skip to content

Commit

Permalink
Release: v5.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyrek committed Mar 5, 2024
1 parent 019fa35 commit 9e6ee80
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-linters-config",
"version": "5.3.0",
"version": "5.3.1",
"author": "CKSource (http://cksource.com/)",
"license": "MIT",
"homepage": "https://ckeditor.com/ckeditor-5",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ckeditor5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ckeditor5",
"version": "5.3.0",
"version": "5.3.1",
"author": "CKSource (http://cksource.com/)",
"license": "MIT",
"homepage": "https://ckeditor.com/ckeditor-5",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/eslint-config-ckeditor5"
},
"dependencies": {
"eslint-plugin-ckeditor5-rules": "^5.3.0",
"eslint-plugin-ckeditor5-rules": "^5.3.1",
"eslint-plugin-mocha": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-ckeditor5-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ckeditor5-rules",
"version": "5.3.0",
"version": "5.3.1",
"author": "CKSource (http://cksource.com/)",
"license": "MIT",
"homepage": "https://ckeditor.com/ckeditor-5",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-ckeditor5": "^5.3.0",
"eslint-config-ckeditor5": "^5.3.1",
"glob": "^10.2.5",
"lodash": "^4.17.21"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config-ckeditor5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-ckeditor5",
"version": "5.3.0",
"version": "5.3.1",
"author": "CKSource (http://cksource.com/)",
"license": "MIT",
"homepage": "https://ckeditor.com/ckeditor-5",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"stylelint-config-recommended": "^3.0.0",
"stylelint-plugin-ckeditor5-rules": "^5.3.0"
"stylelint-plugin-ckeditor5-rules": "^5.3.1"
},
"peerDependencies": {
"stylelint": ">=13.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin-ckeditor5-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-plugin-ckeditor5-rules",
"version": "5.3.0",
"version": "5.3.1",
"author": "CKSource (http://cksource.com/)",
"license": "MIT",
"homepage": "https://ckeditor.com/ckeditor-5",
Expand Down

0 comments on commit 9e6ee80

Please sign in to comment.