Skip to content

Commit 8a50056

Browse files
chore: release package(s) (#500)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 97ade8f commit 8a50056

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/strange-balloons-turn.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/eslint-mdx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- [#499](https://github.com/mdx-js/eslint-mdx/pull/499) [`97ade8f`](https://github.com/mdx-js/eslint-mdx/commit/97ade8f39bad40709bbf25ac5ec9750168281f8d) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect docs due to prettier + mdx v2+ incompatible
8+
39
## 3.1.0
410

511
## 3.0.1

packages/eslint-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-mdx",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "ESLint Parser for MDX",
55
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
66
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx",

packages/eslint-plugin-mdx/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- [#499](https://github.com/mdx-js/eslint-mdx/pull/499) [`97ade8f`](https://github.com/mdx-js/eslint-mdx/commit/97ade8f39bad40709bbf25ac5ec9750168281f8d) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect docs due to prettier + mdx v2+ incompatible
8+
9+
- Updated dependencies [[`97ade8f`](https://github.com/mdx-js/eslint-mdx/commit/97ade8f39bad40709bbf25ac5ec9750168281f8d)]:
10+
11+
312
## 3.1.0
413

514
### Minor Changes

packages/eslint-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-mdx",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "ESLint Plugin for MDX",
55
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
66
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
@@ -31,7 +31,7 @@
3131
"eslint": ">=8.0.0"
3232
},
3333
"dependencies": {
34-
"eslint-mdx": "^3.1.0",
34+
"eslint-mdx": "^3.1.1",
3535
"eslint-plugin-markdown": "^3.0.1",
3636
"remark-mdx": "^3.0.0",
3737
"remark-parse": "^11.0.0",

0 commit comments

Comments
 (0)