Skip to content

Commit 33e8f9d

Browse files
chore: release package(s) (#582)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c9ef4b commit 33e8f9d

File tree

7 files changed

+23
-15
lines changed

7 files changed

+23
-15
lines changed

.changeset/legal-pears-fail.md

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

.changeset/sour-icons-complain.md

Lines changed: 0 additions & 5 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.5.0
4+
5+
### Minor Changes
6+
7+
- [#580](https://github.com/mdx-js/eslint-mdx/pull/580) [`27da917`](https://github.com/mdx-js/eslint-mdx/commit/27da91768c55979f6d65bd6d0226403f05ef5470) Thanks [@renovate](https://github.com/apps/renovate)! - refactor: target `ES2022` and drop unnecessary `tslib` dependency
8+
39
## 3.4.2
410

511
### 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.4.2",
3+
"version": "3.5.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 3.5.0
4+
5+
### Minor Changes
6+
7+
- [#580](https://github.com/mdx-js/eslint-mdx/pull/580) [`27da917`](https://github.com/mdx-js/eslint-mdx/commit/27da91768c55979f6d65bd6d0226403f05ef5470) Thanks [@renovate](https://github.com/apps/renovate)! - refactor: target `ES2022` and drop unnecessary `tslib` dependency
8+
9+
### Patch Changes
10+
11+
- [#583](https://github.com/mdx-js/eslint-mdx/pull/583) [`8c9ef4b`](https://github.com/mdx-js/eslint-mdx/commit/8c9ef4beecd864a5083700021284af3a975681a1) Thanks [@JounQin](https://github.com/JounQin)! - fix: use unified `performSyncWork` for parsing with remark config
12+
13+
- Updated dependencies [[`27da917`](https://github.com/mdx-js/eslint-mdx/commit/27da91768c55979f6d65bd6d0226403f05ef5470)]:
14+
15+
316
## 3.4.2
417

518
### 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.4.2",
3+
"version": "3.5.0",
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.4.2",
48+
"eslint-mdx": "^3.5.0",
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
@@ -7482,7 +7482,7 @@ __metadata:
74827482
version: 0.0.0-use.local
74837483
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
74847484
dependencies:
7485-
eslint-mdx: "npm:^3.4.2"
7485+
eslint-mdx: "npm:^3.5.0"
74867486
mdast-util-from-markdown: "npm:^2.0.2"
74877487
mdast-util-mdx: "npm:^3.0.0"
74887488
micromark-extension-mdxjs: "npm:^3.0.0"

0 commit comments

Comments
 (0)