From a310bf4fa3a5fd447cc119bd6870981c962871e9 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Tue, 18 Jun 2024 09:53:47 +0200 Subject: [PATCH] Release: v6.0.0. --- package.json | 2 +- packages/eslint-config-ckeditor5/package.json | 4 ++-- packages/eslint-plugin-ckeditor5-rules/package.json | 4 ++-- packages/stylelint-config-ckeditor5/package.json | 4 ++-- packages/stylelint-plugin-ckeditor5-rules/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index e33a0ad..cf7df7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ckeditor/ckeditor5-linters-config", - "version": "5.3.2", + "version": "6.0.0", "author": "CKSource (http://cksource.com/)", "license": "MIT", "homepage": "https://ckeditor.com/ckeditor-5", diff --git a/packages/eslint-config-ckeditor5/package.json b/packages/eslint-config-ckeditor5/package.json index be868cb..a045b97 100644 --- a/packages/eslint-config-ckeditor5/package.json +++ b/packages/eslint-config-ckeditor5/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ckeditor5", - "version": "5.3.2", + "version": "6.0.0", "author": "CKSource (http://cksource.com/)", "license": "MIT", "homepage": "https://ckeditor.com/ckeditor-5", @@ -25,7 +25,7 @@ "directory": "packages/eslint-config-ckeditor5" }, "dependencies": { - "eslint-plugin-ckeditor5-rules": "^5.3.2", + "eslint-plugin-ckeditor5-rules": "^6.0.0", "eslint-plugin-mocha": "^7.0.0", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0", diff --git a/packages/eslint-plugin-ckeditor5-rules/package.json b/packages/eslint-plugin-ckeditor5-rules/package.json index 6bf6611..138d2e0 100644 --- a/packages/eslint-plugin-ckeditor5-rules/package.json +++ b/packages/eslint-plugin-ckeditor5-rules/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ckeditor5-rules", - "version": "5.3.2", + "version": "6.0.0", "author": "CKSource (http://cksource.com/)", "license": "MIT", "homepage": "https://ckeditor.com/ckeditor-5", @@ -29,7 +29,7 @@ }, "devDependencies": { "eslint": "^7.0.0", - "eslint-config-ckeditor5": "^5.3.2", + "eslint-config-ckeditor5": "^6.0.0", "glob": "^10.2.5", "lodash": "^4.17.21" }, diff --git a/packages/stylelint-config-ckeditor5/package.json b/packages/stylelint-config-ckeditor5/package.json index 49e35a6..a68ea9a 100644 --- a/packages/stylelint-config-ckeditor5/package.json +++ b/packages/stylelint-config-ckeditor5/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-ckeditor5", - "version": "5.3.2", + "version": "6.0.0", "author": "CKSource (http://cksource.com/)", "license": "MIT", "homepage": "https://ckeditor.com/ckeditor-5", @@ -24,7 +24,7 @@ }, "dependencies": { "stylelint-config-recommended": "^3.0.0", - "stylelint-plugin-ckeditor5-rules": "^5.3.2" + "stylelint-plugin-ckeditor5-rules": "^6.0.0" }, "peerDependencies": { "stylelint": ">=13.5.0" diff --git a/packages/stylelint-plugin-ckeditor5-rules/package.json b/packages/stylelint-plugin-ckeditor5-rules/package.json index dbb0188..c2c2b19 100644 --- a/packages/stylelint-plugin-ckeditor5-rules/package.json +++ b/packages/stylelint-plugin-ckeditor5-rules/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-plugin-ckeditor5-rules", - "version": "5.3.2", + "version": "6.0.0", "author": "CKSource (http://cksource.com/)", "license": "MIT", "homepage": "https://ckeditor.com/ckeditor-5",