Skip to content

Commit 8397553

Browse files
chore: release package(s) (#459)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 58639a0 commit 8397553

File tree

7 files changed

+22
-18
lines changed

7 files changed

+22
-18
lines changed

.changeset/eight-emus-lay.md

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

.changeset/forty-jobs-boil.md

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

.changeset/quick-dolphins-end.md

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

packages/eslint-mdx/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#461](https://github.com/mdx-js/eslint-mdx/pull/461) [`296a319`](https://github.com/mdx-js/eslint-mdx/commit/296a319bf7f385d97c6d647e093233552e7d99b3) Thanks [@JounQin](https://github.com/JounQin)! - feat: use unified-engine to load ESM configurations
8+
9+
### Patch Changes
10+
11+
- [#460](https://github.com/mdx-js/eslint-mdx/pull/460) [`58639a0`](https://github.com/mdx-js/eslint-mdx/commit/58639a0aa214ec930d07dada0afc1d1449c52a9e) Thanks [@JounQin](https://github.com/JounQin)! - fix: jsx name could be namespace or member expression
12+
13+
- [#458](https://github.com/mdx-js/eslint-mdx/pull/458) [`9a71318`](https://github.com/mdx-js/eslint-mdx/commit/9a71318de1b6d8d5adac5b7cf7fba0526d294c49) Thanks [@JounQin](https://github.com/JounQin)! - fix: void attribute and empty attribute are different
14+
315
## 2.0.5
416

517
### Patch 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.0.5",
3+
"version": "2.1.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

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

3+
## 2.1.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`58639a0`](https://github.com/mdx-js/eslint-mdx/commit/58639a0aa214ec930d07dada0afc1d1449c52a9e), [`9a71318`](https://github.com/mdx-js/eslint-mdx/commit/9a71318de1b6d8d5adac5b7cf7fba0526d294c49), [`296a319`](https://github.com/mdx-js/eslint-mdx/commit/296a319bf7f385d97c6d647e093233552e7d99b3)]:
8+
9+
310
## 2.0.5
411

512
### Patch 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.0.5",
3+
"version": "2.1.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.0.5",
34+
"eslint-mdx": "^2.1.0",
3535
"eslint-plugin-markdown": "^3.0.0",
3636
"remark-mdx": "^2.3.0",
3737
"remark-parse": "^10.0.1",

0 commit comments

Comments
 (0)