diff --git a/.changeset/fair-bugs-travel.md b/.changeset/fair-bugs-travel.md deleted file mode 100644 index 5097de14..00000000 --- a/.changeset/fair-bugs-travel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"eslint-mdx": patch -"eslint-plugin-mdx": patch ---- - -fix: re-release as latest tag - close #517 diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index 4c9da410..7e987320 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.1.4 + +### Patch Changes + +- [`d593901`](https://github.com/mdx-js/eslint-mdx/commit/d593901379672aeca11d4f60729a7eaa5762fe5c) Thanks [@JounQin](https://github.com/JounQin)! - fix: re-release as latest tag - close #517 + ## 3.1.3 ### Patch Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index 46126cf2..8a349fc8 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "3.1.3", + "version": "3.1.4", "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 827560f0..3002d2c9 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.1.4 + +### Patch Changes + +- [`d593901`](https://github.com/mdx-js/eslint-mdx/commit/d593901379672aeca11d4f60729a7eaa5762fe5c) Thanks [@JounQin](https://github.com/JounQin)! - fix: re-release as latest tag - close #517 + +- Updated dependencies [[`d593901`](https://github.com/mdx-js/eslint-mdx/commit/d593901379672aeca11d4f60729a7eaa5762fe5c)]: + - eslint-mdx@3.1.4 + ## 3.1.3 ### Patch Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index 62ec27c4..090e0bea 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.3", + "version": "3.1.4", "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.3", + "eslint-mdx": "^3.1.4", "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 662c6706..e1b3190f 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.3" + eslint-mdx: "npm:^3.1.4" eslint-plugin-markdown: "npm:^3.0.1" remark-mdx: "npm:^3.0.0" remark-parse: "npm:^11.0.0"