From c23910d70b406549b4ae7fcc7fdd43d0da852485 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Dec 2023 09:04:30 +0000 Subject: [PATCH] chore: release package(s) --- .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 90960690..c3dc00f7 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.2.1 + +### Patch Changes + +- [#489](https://github.com/mdx-js/eslint-mdx/pull/489) [`f9ff397`](https://github.com/mdx-js/eslint-mdx/commit/f9ff3974299ec900e5444b2607111ad21ba1febe) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect `JSXAttribute` node position info - close #488, related #425 + +- [#489](https://github.com/mdx-js/eslint-mdx/pull/489) [`f9ff397`](https://github.com/mdx-js/eslint-mdx/commit/f9ff3974299ec900e5444b2607111ad21ba1febe) Thanks [@JounQin](https://github.com/JounQin)! - fix: incompatible with some react rules: `jsx-curly-brace-presence`, `jsx-sort-props`, `self-closing-comp` + ## 2.2.0 ### Minor Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index a08467a0..b51266b1 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "2.2.0", + "version": "2.2.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 c734f9c7..cfe7ab02 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.2.1 + +### Patch Changes + +- [#489](https://github.com/mdx-js/eslint-mdx/pull/489) [`f9ff397`](https://github.com/mdx-js/eslint-mdx/commit/f9ff3974299ec900e5444b2607111ad21ba1febe) Thanks [@JounQin](https://github.com/JounQin)! - fix: incompatible with some react rules: `jsx-curly-brace-presence`, `jsx-sort-props`, `self-closing-comp` + +- Updated dependencies [[`f9ff397`](https://github.com/mdx-js/eslint-mdx/commit/f9ff3974299ec900e5444b2607111ad21ba1febe), [`f9ff397`](https://github.com/mdx-js/eslint-mdx/commit/f9ff3974299ec900e5444b2607111ad21ba1febe)]: + - eslint-mdx@2.2.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index fcfb8bd5..b6c93213 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.0", + "version": "2.2.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": "^2.2.0", + "eslint-mdx": "^2.2.1", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^2.3.0", "remark-parse": "^10.0.2",