From 49a1014a9d205036d4671d6e07a969ecdc8ac836 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 23:28:28 +0800 Subject: [PATCH] chore: release package(s) (#516) Co-authored-by: github-actions[bot] --- .changeset/light-horses-tap.md | 5 ----- packages/eslint-mdx/CHANGELOG.md | 6 ++++++ packages/eslint-mdx/package.json | 2 +- packages/eslint-plugin-mdx/CHANGELOG.md | 7 +++++++ packages/eslint-plugin-mdx/package.json | 4 ++-- yarn.lock | 4 ++-- 6 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 .changeset/light-horses-tap.md diff --git a/.changeset/light-horses-tap.md b/.changeset/light-horses-tap.md deleted file mode 100644 index af55dab..0000000 --- a/.changeset/light-horses-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-mdx": patch ---- - -chore: bump synckit diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index 3a86a69..9621a3a 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.3.2 + +### Patch Changes + +- [`8fdae1f`](https://github.com/mdx-js/eslint-mdx/commit/8fdae1f982c014b9253b8e113b6d7f7b7c12410e) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump synckit + ## 2.3.1 ### Patch Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index 9a3fc41..dcd9108 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "2.3.1", + "version": "2.3.2", "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 2f06fa9..d03e73d 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.3.2 + +### Patch Changes + +- Updated dependencies [[`8fdae1f`](https://github.com/mdx-js/eslint-mdx/commit/8fdae1f982c014b9253b8e113b6d7f7b7c12410e)]: + - eslint-mdx@2.3.2 + ## 2.3.1 ### Patch Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index a4e2a8f..2633905 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.3.1", + "version": "2.3.2", "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.3.1", + "eslint-mdx": "^2.3.2", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^2.3.0", "remark-parse": "^10.0.2", diff --git a/yarn.lock b/yarn.lock index edccef0..1af38b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6956,7 +6956,7 @@ __metadata: languageName: node linkType: hard -"eslint-mdx@npm:^2.3.1, eslint-mdx@workspace:packages/eslint-mdx": +"eslint-mdx@npm:^2.3.2, eslint-mdx@workspace:packages/eslint-mdx": version: 0.0.0-use.local resolution: "eslint-mdx@workspace:packages/eslint-mdx" dependencies: @@ -7119,7 +7119,7 @@ __metadata: version: 0.0.0-use.local resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx" dependencies: - eslint-mdx: "npm:^2.3.1" + eslint-mdx: "npm:^2.3.2" eslint-plugin-markdown: "npm:^3.0.1" remark-mdx: "npm:^2.3.0" remark-parse: "npm:^10.0.2"