From 3faa3e270c4bccad2f7e6b62d584de9106cdfe11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:12:56 +0100 Subject: [PATCH] chore: release package(s) (#487) Reviewed-by: Remco Haszing Reviewed-by: Christian Murphy Reviewed-by: JounQin --- .changeset/spicy-bikes-sparkle.md | 6 ------ .changeset/swift-cycles-mix.md | 6 ------ packages/eslint-mdx/CHANGELOG.md | 8 ++++++++ packages/eslint-mdx/package.json | 2 +- packages/eslint-plugin-mdx/CHANGELOG.md | 13 +++++++++++++ packages/eslint-plugin-mdx/package.json | 4 ++-- 6 files changed, 24 insertions(+), 15 deletions(-) delete mode 100644 .changeset/spicy-bikes-sparkle.md delete mode 100644 .changeset/swift-cycles-mix.md diff --git a/.changeset/spicy-bikes-sparkle.md b/.changeset/spicy-bikes-sparkle.md deleted file mode 100644 index 8000a2e2..00000000 --- a/.changeset/spicy-bikes-sparkle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"eslint-mdx": major -"eslint-plugin-mdx": major ---- - -feat!: bump all unified ecosystem dependencies, support mdx v3 diff --git a/.changeset/swift-cycles-mix.md b/.changeset/swift-cycles-mix.md deleted file mode 100644 index 0dcab529..00000000 --- a/.changeset/swift-cycles-mix.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"eslint-mdx": major -"eslint-plugin-mdx": major ---- - -chore!: require node >= 18, drop node 12, 14 and 16 diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index 90960690..0052c65f 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.0.0 + +### Major Changes + +- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all unified ecosystem dependencies, support mdx v3 + +- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - chore!: require node >= 18, drop node 12, 14 and 16 + ## 2.2.0 ### Minor Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index 5ca88760..0e03a49e 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": "3.0.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 c734f9c7..15f8de42 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 3.0.0 + +### Major Changes + +- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all unified ecosystem dependencies, support mdx v3 + +- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - chore!: require node >= 18, drop node 12, 14 and 16 + +### Patch Changes + +- Updated dependencies [[`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46), [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46)]: + - eslint-mdx@3.0.0 + ## 2.2.0 ### Minor Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index a7bef1e6..f4f8cf5c 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": "3.0.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.2.0", + "eslint-mdx": "^3.0.0", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^3.0.0", "remark-parse": "^11.0.0",