Skip to content

Commit 10bcd7d

Browse files
chore: release package(s) (#501)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d1d4c66 commit 10bcd7d

File tree

6 files changed

+22
-14
lines changed

6 files changed

+22
-14
lines changed

.changeset/fifty-windows-sin.md

-5
This file was deleted.

.changeset/strange-balloons-turn.md

-6
This file was deleted.

packages/eslint-mdx/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.3.0
4+
5+
### Patch Changes
6+
7+
- [`b4583e5`](https://github.com/mdx-js/eslint-mdx/commit/b4583e5f23ce45c7d9024c114cb84729f440e80d) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect docs due to prettier + mdx v2+ incompatible
8+
39
## 2.2.1
410

511
### Patch Changes

packages/eslint-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-mdx",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
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

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [`f3d4ff4`](https://github.com/mdx-js/eslint-mdx/commit/f3d4ff490ca8164aa8963e51cc7a09ae8dcb917e) Thanks [@JounQin](https://github.com/JounQin)! - feat: only enable `prettier/prettier` rule for `eslint-plugin-prettier` `<5.1.2`
8+
9+
### Patch Changes
10+
11+
- [`b4583e5`](https://github.com/mdx-js/eslint-mdx/commit/b4583e5f23ce45c7d9024c114cb84729f440e80d) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect docs due to prettier + mdx v2+ incompatible
12+
13+
- Updated dependencies [[`b4583e5`](https://github.com/mdx-js/eslint-mdx/commit/b4583e5f23ce45c7d9024c114cb84729f440e80d)]:
14+
15+
316
## 2.2.1
417

518
### Patch Changes

packages/eslint-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-mdx",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
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": "^2.2.1",
34+
"eslint-mdx": "^2.3.0",
3535
"eslint-plugin-markdown": "^3.0.1",
3636
"remark-mdx": "^2.3.0",
3737
"remark-parse": "^10.0.2",

0 commit comments

Comments
 (0)