Skip to content

Commit c281a53

Browse files
chore: release package(s) (#423)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ae592a commit c281a53

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

.changeset/dull-bikes-act.md

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

.changeset/little-pants-nail.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.0.3
4+
5+
### Patch Changes
6+
7+
- [#424](https://github.com/mdx-js/eslint-mdx/pull/424) [`2ae592a`](https://github.com/mdx-js/eslint-mdx/commit/2ae592a06b54e252dfbc1c79f9b2beeac9e7a418) Thanks [@JounQin](https://github.com/JounQin)! - fix: pass consistent acorn parser for micromark-extension-mdxjs
8+
9+
- [#422](https://github.com/mdx-js/eslint-mdx/pull/422) [`d321cf2`](https://github.com/mdx-js/eslint-mdx/commit/d321cf26724631f1184fe57c5f0f365fe652bb68) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump (dev)dependencies
10+
311
## 2.0.2
412

513
### 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.2",
3+
"version": "2.0.3",
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.0.3
4+
5+
### Patch Changes
6+
7+
- [#422](https://github.com/mdx-js/eslint-mdx/pull/422) [`d321cf2`](https://github.com/mdx-js/eslint-mdx/commit/d321cf26724631f1184fe57c5f0f365fe652bb68) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump (dev)dependencies
8+
9+
- Updated dependencies [[`2ae592a`](https://github.com/mdx-js/eslint-mdx/commit/2ae592a06b54e252dfbc1c79f9b2beeac9e7a418), [`d321cf2`](https://github.com/mdx-js/eslint-mdx/commit/d321cf26724631f1184fe57c5f0f365fe652bb68)]:
10+
11+
312
## 2.0.2
413

514
### 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.2",
3+
"version": "2.0.3",
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.2",
34+
"eslint-mdx": "^2.0.3",
3535
"eslint-plugin-markdown": "^3.0.0",
3636
"remark-mdx": "^2.1.3",
3737
"remark-parse": "^10.0.1",

0 commit comments

Comments
 (0)