From 3221e51dce8525f885e84cc231af568917fbe61e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 22:31:58 +0800 Subject: [PATCH] chore: release package(s) (#495) Co-authored-by: github-actions[bot] --- .changeset/ninety-bugs-dance.md | 5 ----- .changeset/tasty-actors-protect.md | 6 ------ packages/eslint-mdx/CHANGELOG.md | 8 ++++++++ packages/eslint-mdx/package.json | 2 +- packages/eslint-plugin-mdx/CHANGELOG.md | 9 +++++++++ packages/eslint-plugin-mdx/package.json | 4 ++-- 6 files changed, 20 insertions(+), 14 deletions(-) delete mode 100644 .changeset/ninety-bugs-dance.md delete mode 100644 .changeset/tasty-actors-protect.md diff --git a/.changeset/ninety-bugs-dance.md b/.changeset/ninety-bugs-dance.md deleted file mode 100644 index 32d775b8..00000000 --- a/.changeset/ninety-bugs-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-mdx": patch ---- - -fix: incorrect `JSXAttribute` node position info - close #488, related #425 diff --git a/.changeset/tasty-actors-protect.md b/.changeset/tasty-actors-protect.md deleted file mode 100644 index 8c9c11ce..00000000 --- a/.changeset/tasty-actors-protect.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"eslint-mdx": patch -"eslint-plugin-mdx": patch ---- - -fix: incompatible with some react rules: `jsx-curly-brace-presence`, `jsx-sort-props`, `self-closing-comp` diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index 0052c65f..a92e0d08 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.0.1 + +### Patch Changes + +- [#493](https://github.com/mdx-js/eslint-mdx/pull/493) [`e3c225b`](https://github.com/mdx-js/eslint-mdx/commit/e3c225bbc3e3908984982adbdc259008081db852) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect `JSXAttribute` node position info - close #488, related #425 + +- [#493](https://github.com/mdx-js/eslint-mdx/pull/493) [`e3c225b`](https://github.com/mdx-js/eslint-mdx/commit/e3c225bbc3e3908984982adbdc259008081db852) Thanks [@JounQin](https://github.com/JounQin)! - fix: incompatible with some react rules: `jsx-curly-brace-presence`, `jsx-sort-props`, `self-closing-comp` + ## 3.0.0 ### Major Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index 0e03a49e..f45a9e61 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "3.0.0", + "version": "3.0.1", "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 15f8de42..e110bf5a 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.0.1 + +### Patch Changes + +- [#493](https://github.com/mdx-js/eslint-mdx/pull/493) [`e3c225b`](https://github.com/mdx-js/eslint-mdx/commit/e3c225bbc3e3908984982adbdc259008081db852) Thanks [@JounQin](https://github.com/JounQin)! - fix: incompatible with some react rules: `jsx-curly-brace-presence`, `jsx-sort-props`, `self-closing-comp` + +- Updated dependencies [[`e3c225b`](https://github.com/mdx-js/eslint-mdx/commit/e3c225bbc3e3908984982adbdc259008081db852), [`e3c225b`](https://github.com/mdx-js/eslint-mdx/commit/e3c225bbc3e3908984982adbdc259008081db852)]: + - eslint-mdx@3.0.1 + ## 3.0.0 ### Major Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index f4f8cf5c..affb1e9f 100644 --- a/packages/eslint-plugin-mdx/package.json +++ b/packages/eslint-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mdx", - "version": "3.0.0", + "version": "3.0.1", "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": "^3.0.0", + "eslint-mdx": "^3.0.1", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^3.0.0", "remark-parse": "^11.0.0",