Skip to content

Commit

Permalink
Release: v5.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Oct 20, 2023
1 parent 2ee496a commit 080f03b
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.1.1",
"version": "5.1.2",
"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.1.1",
"version": "5.1.2",
"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.1.1",
"eslint-plugin-ckeditor5-rules": "^5.1.2",
"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.1.1",
"version": "5.1.2",
"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.1.1",
"eslint-config-ckeditor5": "^5.1.2",
"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.1.1",
"version": "5.1.2",
"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.1.1"
"stylelint-plugin-ckeditor5-rules": "^5.1.2"
},
"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.1.1",
"version": "5.1.2",
"author": "CKSource (http://cksource.com/)",
"license": "MIT",
"homepage": "https://ckeditor.com/ckeditor-5",
Expand Down

0 comments on commit 080f03b

Please sign in to comment.