From 8397553110efa75a5868dd9737bcb139c776ed45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 13:19:50 +0800 Subject: [PATCH] chore: release package(s) (#459) Co-authored-by: github-actions[bot] --- .changeset/eight-emus-lay.md | 5 ----- .changeset/forty-jobs-boil.md | 5 ----- .changeset/quick-dolphins-end.md | 5 ----- packages/eslint-mdx/CHANGELOG.md | 12 ++++++++++++ packages/eslint-mdx/package.json | 2 +- packages/eslint-plugin-mdx/CHANGELOG.md | 7 +++++++ packages/eslint-plugin-mdx/package.json | 4 ++-- 7 files changed, 22 insertions(+), 18 deletions(-) delete mode 100644 .changeset/eight-emus-lay.md delete mode 100644 .changeset/forty-jobs-boil.md delete mode 100644 .changeset/quick-dolphins-end.md diff --git a/.changeset/eight-emus-lay.md b/.changeset/eight-emus-lay.md deleted file mode 100644 index a7e2ac78..00000000 --- a/.changeset/eight-emus-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-mdx": patch ---- - -fix: jsx name could be namespace or member expression diff --git a/.changeset/forty-jobs-boil.md b/.changeset/forty-jobs-boil.md deleted file mode 100644 index 7ac34fd6..00000000 --- a/.changeset/forty-jobs-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-mdx": patch ---- - -fix: void attribute and empty attribute are different diff --git a/.changeset/quick-dolphins-end.md b/.changeset/quick-dolphins-end.md deleted file mode 100644 index 7b8e7d3e..00000000 --- a/.changeset/quick-dolphins-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-mdx": minor ---- - -feat: use unified-engine to load ESM configurations diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index 1f862442..0faa1016 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.1.0 + +### Minor Changes + +- [#461](https://github.com/mdx-js/eslint-mdx/pull/461) [`296a319`](https://github.com/mdx-js/eslint-mdx/commit/296a319bf7f385d97c6d647e093233552e7d99b3) Thanks [@JounQin](https://github.com/JounQin)! - feat: use unified-engine to load ESM configurations + +### Patch Changes + +- [#460](https://github.com/mdx-js/eslint-mdx/pull/460) [`58639a0`](https://github.com/mdx-js/eslint-mdx/commit/58639a0aa214ec930d07dada0afc1d1449c52a9e) Thanks [@JounQin](https://github.com/JounQin)! - fix: jsx name could be namespace or member expression + +- [#458](https://github.com/mdx-js/eslint-mdx/pull/458) [`9a71318`](https://github.com/mdx-js/eslint-mdx/commit/9a71318de1b6d8d5adac5b7cf7fba0526d294c49) Thanks [@JounQin](https://github.com/JounQin)! - fix: void attribute and empty attribute are different + ## 2.0.5 ### Patch Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index fa2bef5e..7600a418 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "2.0.5", + "version": "2.1.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 e0968cd8..817646a6 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.1.0 + +### Patch Changes + +- Updated dependencies [[`58639a0`](https://github.com/mdx-js/eslint-mdx/commit/58639a0aa214ec930d07dada0afc1d1449c52a9e), [`9a71318`](https://github.com/mdx-js/eslint-mdx/commit/9a71318de1b6d8d5adac5b7cf7fba0526d294c49), [`296a319`](https://github.com/mdx-js/eslint-mdx/commit/296a319bf7f385d97c6d647e093233552e7d99b3)]: + - eslint-mdx@2.1.0 + ## 2.0.5 ### Patch Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index dae8d6b7..96f9ba64 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.0.5", + "version": "2.1.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.0.5", + "eslint-mdx": "^2.1.0", "eslint-plugin-markdown": "^3.0.0", "remark-mdx": "^2.3.0", "remark-parse": "^10.0.1",