diff --git a/.changeset/fifty-windows-sin.md b/.changeset/fifty-windows-sin.md deleted file mode 100644 index e56bdcb..0000000 --- a/.changeset/fifty-windows-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-mdx": minor ---- - -feat: only enable `prettier/prettier` rule for `eslint-plugin-prettier` `<5.1.2` diff --git a/.changeset/strange-balloons-turn.md b/.changeset/strange-balloons-turn.md deleted file mode 100644 index 4da185e..0000000 --- a/.changeset/strange-balloons-turn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"eslint-mdx": patch -"eslint-plugin-mdx": patch ---- - -fix: incorrect docs due to prettier + mdx v2+ incompatible diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index c3dc00f..0091f2c 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.3.0 + +### Patch Changes + +- [`b4583e5`](https://github.com/mdx-js/eslint-mdx/commit/b4583e5f23ce45c7d9024c114cb84729f440e80d) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect docs due to prettier + mdx v2+ incompatible + ## 2.2.1 ### Patch Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index b51266b..dda12f1 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "2.2.1", + "version": "2.3.0", "description": "ESLint Parser for MDX", "repository": "git+https://github.com/mdx-js/eslint-mdx.git", "homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx", diff --git a/packages/eslint-plugin-mdx/CHANGELOG.md b/packages/eslint-plugin-mdx/CHANGELOG.md index cfe7ab0..b98ea44 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.3.0 + +### Minor Changes + +- [`f3d4ff4`](https://github.com/mdx-js/eslint-mdx/commit/f3d4ff490ca8164aa8963e51cc7a09ae8dcb917e) Thanks [@JounQin](https://github.com/JounQin)! - feat: only enable `prettier/prettier` rule for `eslint-plugin-prettier` `<5.1.2` + +### Patch Changes + +- [`b4583e5`](https://github.com/mdx-js/eslint-mdx/commit/b4583e5f23ce45c7d9024c114cb84729f440e80d) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect docs due to prettier + mdx v2+ incompatible + +- Updated dependencies [[`b4583e5`](https://github.com/mdx-js/eslint-mdx/commit/b4583e5f23ce45c7d9024c114cb84729f440e80d)]: + - eslint-mdx@2.3.0 + ## 2.2.1 ### Patch Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index b6c9321..ddc1906 100644 --- a/packages/eslint-plugin-mdx/package.json +++ b/packages/eslint-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mdx", - "version": "2.2.1", + "version": "2.3.0", "description": "ESLint Plugin for MDX", "repository": "git+https://github.com/mdx-js/eslint-mdx.git", "homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx", @@ -31,7 +31,7 @@ "eslint": ">=8.0.0" }, "dependencies": { - "eslint-mdx": "^2.2.1", + "eslint-mdx": "^2.3.0", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^2.3.0", "remark-parse": "^10.0.2",