diff --git a/.changeset/fifty-vans-vanish.md b/.changeset/fifty-vans-vanish.md deleted file mode 100644 index 96a3444a..00000000 --- a/.changeset/fifty-vans-vanish.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"eslint-mdx": minor -"eslint-plugin-mdx": minor ---- - -feat: add metadata for parser, processor and plugin diff --git a/.changeset/shy-mayflies-dress.md b/.changeset/shy-mayflies-dress.md deleted file mode 100644 index d7e50940..00000000 --- a/.changeset/shy-mayflies-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-mdx": minor ---- - -feat: support new flat config - close #455 diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index 0faa1016..90960690 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- [#468](https://github.com/mdx-js/eslint-mdx/pull/468) [`5b04837`](https://github.com/mdx-js/eslint-mdx/commit/5b04837cfc8cc9881c18356f9fcd67105d423a75) Thanks [@JounQin](https://github.com/JounQin)! - feat: add metadata for parser, processor and plugin + ## 2.1.0 ### Minor Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index d8f45b97..a08467a0 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "2.1.0", + "version": "2.2.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 817646a6..c734f9c7 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- [#468](https://github.com/mdx-js/eslint-mdx/pull/468) [`5b04837`](https://github.com/mdx-js/eslint-mdx/commit/5b04837cfc8cc9881c18356f9fcd67105d423a75) Thanks [@JounQin](https://github.com/JounQin)! - feat: add metadata for parser, processor and plugin + +- [#468](https://github.com/mdx-js/eslint-mdx/pull/468) [`5b04837`](https://github.com/mdx-js/eslint-mdx/commit/5b04837cfc8cc9881c18356f9fcd67105d423a75) Thanks [@JounQin](https://github.com/JounQin)! - feat: support new flat config - close #455 + +### Patch Changes + +- Updated dependencies [[`5b04837`](https://github.com/mdx-js/eslint-mdx/commit/5b04837cfc8cc9881c18356f9fcd67105d423a75)]: + - eslint-mdx@2.2.0 + ## 2.1.0 ### Patch Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index ca0a33da..fcfb8bd5 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.1.0", + "version": "2.2.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.1.0", + "eslint-mdx": "^2.2.0", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^2.3.0", "remark-parse": "^10.0.2",