Skip to content

Commit 2d77937

Browse files
chore: release package(s) (#592)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a45ee72 commit 2d77937

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

.changeset/wise-spiders-suffer.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.6.1
4+
5+
### Patch Changes
6+
7+
- [#591](https://github.com/mdx-js/eslint-mdx/pull/591) [`a45ee72`](https://github.com/mdx-js/eslint-mdx/commit/a45ee72a71634fbc843596ba36dbc0cc569f0bba) Thanks [@JounQin](https://github.com/JounQin)! - fix: pass through `remarkConfigPath` of `parserOptions`
8+
39
## 3.6.0
410

511
### 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": "3.6.0",
3+
"version": "3.6.1",
44
"type": "module",
55
"description": "ESLint Parser for MDX",
66
"repository": "https://github.com/mdx-js/eslint-mdx.git",

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.6.1
4+
5+
### Patch Changes
6+
7+
- [#591](https://github.com/mdx-js/eslint-mdx/pull/591) [`a45ee72`](https://github.com/mdx-js/eslint-mdx/commit/a45ee72a71634fbc843596ba36dbc0cc569f0bba) Thanks [@JounQin](https://github.com/JounQin)! - fix: pass through `remarkConfigPath` of `parserOptions`
8+
9+
- Updated dependencies [[`a45ee72`](https://github.com/mdx-js/eslint-mdx/commit/a45ee72a71634fbc843596ba36dbc0cc569f0bba)]:
10+
11+
312
## 3.6.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.6.0",
3+
"version": "3.6.1",
44
"type": "module",
55
"description": "ESLint Plugin for MDX",
66
"repository": "https://github.com/mdx-js/eslint-mdx.git",
@@ -45,7 +45,7 @@
4545
"eslint": ">=8.0.0"
4646
},
4747
"dependencies": {
48-
"eslint-mdx": "^3.6.0",
48+
"eslint-mdx": "^3.6.1",
4949
"mdast-util-from-markdown": "^2.0.2",
5050
"mdast-util-mdx": "^3.0.0",
5151
"micromark-extension-mdxjs": "^3.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7480,7 +7480,7 @@ __metadata:
74807480
version: 0.0.0-use.local
74817481
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
74827482
dependencies:
7483-
eslint-mdx: "npm:^3.6.0"
7483+
eslint-mdx: "npm:^3.6.1"
74847484
mdast-util-from-markdown: "npm:^2.0.2"
74857485
mdast-util-mdx: "npm:^3.0.0"
74867486
micromark-extension-mdxjs: "npm:^3.0.0"

0 commit comments

Comments
 (0)