diff --git a/.changeset/dull-bikes-act.md b/.changeset/dull-bikes-act.md deleted file mode 100644 index cc05cea3..00000000 --- a/.changeset/dull-bikes-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-mdx": patch ---- - -fix: pass consistent acorn parser for micromark-extension-mdxjs diff --git a/.changeset/little-pants-nail.md b/.changeset/little-pants-nail.md deleted file mode 100644 index 310d6d69..00000000 --- a/.changeset/little-pants-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"eslint-mdx": patch -"eslint-plugin-mdx": patch ---- - -chore(deps): bump (dev)dependencies diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index c9a34ad8..6090827d 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.0.3 + +### Patch Changes + +- [#424](https://github.com/mdx-js/eslint-mdx/pull/424) [`2ae592a`](https://github.com/mdx-js/eslint-mdx/commit/2ae592a06b54e252dfbc1c79f9b2beeac9e7a418) Thanks [@JounQin](https://github.com/JounQin)! - fix: pass consistent acorn parser for micromark-extension-mdxjs + +- [#422](https://github.com/mdx-js/eslint-mdx/pull/422) [`d321cf2`](https://github.com/mdx-js/eslint-mdx/commit/d321cf26724631f1184fe57c5f0f365fe652bb68) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump (dev)dependencies + ## 2.0.2 ### Patch Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index 791c1a52..2f2ddbcd 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "2.0.2", + "version": "2.0.3", "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 c19ece41..2e8fb4fa 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.3 + +### Patch Changes + +- [#422](https://github.com/mdx-js/eslint-mdx/pull/422) [`d321cf2`](https://github.com/mdx-js/eslint-mdx/commit/d321cf26724631f1184fe57c5f0f365fe652bb68) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump (dev)dependencies + +- Updated dependencies [[`2ae592a`](https://github.com/mdx-js/eslint-mdx/commit/2ae592a06b54e252dfbc1c79f9b2beeac9e7a418), [`d321cf2`](https://github.com/mdx-js/eslint-mdx/commit/d321cf26724631f1184fe57c5f0f365fe652bb68)]: + - eslint-mdx@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index fb9754fc..16930a10 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.2", + "version": "2.0.3", "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.2", + "eslint-mdx": "^2.0.3", "eslint-plugin-markdown": "^3.0.0", "remark-mdx": "^2.1.3", "remark-parse": "^10.0.1",