Skip to content

Commit db21842

Browse files
chore: release package(s) (#594)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e862c7 commit db21842

File tree

7 files changed

+17
-14
lines changed

7 files changed

+17
-14
lines changed

.changeset/new-pumpkins-remain.md

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

.changeset/purple-terms-agree.md

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

packages/eslint-mdx/CHANGELOG.md

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

3+
## 3.6.2
4+
35
## 3.6.1
46

57
### 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": "3.6.1",
3+
"version": "3.6.2",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 3.6.2
4+
5+
### Patch Changes
6+
7+
- [#593](https://github.com/mdx-js/eslint-mdx/pull/593) [`3e862c7`](https://github.com/mdx-js/eslint-mdx/commit/3e862c7b260b0c2a23fca37ae4654d3a7664ed21) Thanks [@JounQin](https://github.com/JounQin)! - fix: set `processor` for flat config
8+
9+
- [#593](https://github.com/mdx-js/eslint-mdx/pull/593) [`3e862c7`](https://github.com/mdx-js/eslint-mdx/commit/3e862c7b260b0c2a23fca37ae4654d3a7664ed21) Thanks [@JounQin](https://github.com/JounQin)! - fix: prefer `context.languageOptions.parserOptions` over `context.parserOptions`
10+
11+
- Updated dependencies []:
12+
- eslint-mdx@3.6.2
13+
314
## 3.6.1
415

516
### 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": "3.6.1",
3+
"version": "3.6.2",
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.1",
48+
"eslint-mdx": "^3.6.2",
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.1"
7483+
eslint-mdx: "npm:^3.6.2"
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)