From 67a5fcda1d154ef26fc4252ef313d9479196aea8 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:23:07 +0800 Subject: [PATCH] chore: release package(s) (#515) 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 | 2 +- 6 files changed, 17 insertions(+), 9 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 af55dabd..00000000 --- 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 26db9572..4c9da410 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.1.3 + +### Patch Changes + +- [#514](https://github.com/mdx-js/eslint-mdx/pull/514) [`1f2dd73`](https://github.com/mdx-js/eslint-mdx/commit/1f2dd73c2be73cc6882e12a693530079c4dc74f1) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump synckit + ## 3.1.2 ### Patch Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index ece3ffb5..46126cf2 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "3.1.2", + "version": "3.1.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 21ff87b5..827560f0 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.1.3 + +### Patch Changes + +- Updated dependencies [[`1f2dd73`](https://github.com/mdx-js/eslint-mdx/commit/1f2dd73c2be73cc6882e12a693530079c4dc74f1)]: + - eslint-mdx@3.1.3 + ## 3.1.2 ### Patch Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index 38f886e7..62ec27c4 100644 --- a/packages/eslint-plugin-mdx/package.json +++ b/packages/eslint-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mdx", - "version": "3.1.2", + "version": "3.1.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": "^3.1.2", + "eslint-mdx": "^3.1.3", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^3.0.0", "remark-parse": "^11.0.0", diff --git a/yarn.lock b/yarn.lock index b3b0e708..662c6706 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7363,7 +7363,7 @@ __metadata: version: 0.0.0-use.local resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx" dependencies: - eslint-mdx: "npm:^3.1.2" + eslint-mdx: "npm:^3.1.3" eslint-plugin-markdown: "npm:^3.0.1" remark-mdx: "npm:^3.0.0" remark-parse: "npm:^11.0.0"