Skip to content

Commit 9e6f527

Browse files
chore: release package(s) (#492)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Reviewed-by: JounQin <[email protected]> Reviewed-by: Titus Wormer <[email protected]>
1 parent f9ff397 commit 9e6f527

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

.changeset/ninety-bugs-dance.md

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

.changeset/tasty-actors-protect.md

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

packages/eslint-mdx/CHANGELOG.md

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

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#489](https://github.com/mdx-js/eslint-mdx/pull/489) [`f9ff397`](https://github.com/mdx-js/eslint-mdx/commit/f9ff3974299ec900e5444b2607111ad21ba1febe) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect `JSXAttribute` node position info - close #488, related #425
8+
9+
- [#489](https://github.com/mdx-js/eslint-mdx/pull/489) [`f9ff397`](https://github.com/mdx-js/eslint-mdx/commit/f9ff3974299ec900e5444b2607111ad21ba1febe) Thanks [@JounQin](https://github.com/JounQin)! - fix: incompatible with some react rules: `jsx-curly-brace-presence`, `jsx-sort-props`, `self-closing-comp`
10+
311
## 2.2.0
412

513
### Minor Changes

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": "2.2.0",
3+
"version": "2.2.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+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#489](https://github.com/mdx-js/eslint-mdx/pull/489) [`f9ff397`](https://github.com/mdx-js/eslint-mdx/commit/f9ff3974299ec900e5444b2607111ad21ba1febe) Thanks [@JounQin](https://github.com/JounQin)! - fix: incompatible with some react rules: `jsx-curly-brace-presence`, `jsx-sort-props`, `self-closing-comp`
8+
9+
- Updated dependencies [[`f9ff397`](https://github.com/mdx-js/eslint-mdx/commit/f9ff3974299ec900e5444b2607111ad21ba1febe), [`f9ff397`](https://github.com/mdx-js/eslint-mdx/commit/f9ff3974299ec900e5444b2607111ad21ba1febe)]:
10+
11+
312
## 2.2.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": "2.2.0",
3+
"version": "2.2.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": "^2.2.0",
34+
"eslint-mdx": "^2.2.1",
3535
"eslint-plugin-markdown": "^3.0.1",
3636
"remark-mdx": "^2.3.0",
3737
"remark-parse": "^10.0.2",

0 commit comments

Comments
 (0)