Skip to content

Commit 3faa3e2

Browse files
chore: release package(s) (#487)
Reviewed-by: Remco Haszing <[email protected]> Reviewed-by: Christian Murphy <[email protected]> Reviewed-by: JounQin <[email protected]>
1 parent 45bc5ca commit 3faa3e2

File tree

6 files changed

+24
-15
lines changed

6 files changed

+24
-15
lines changed

.changeset/spicy-bikes-sparkle.md

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

.changeset/swift-cycles-mix.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+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all unified ecosystem dependencies, support mdx v3
8+
9+
- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - chore!: require node >= 18, drop node 12, 14 and 16
10+
311
## 2.2.0
412

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all unified ecosystem dependencies, support mdx v3
8+
9+
- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - chore!: require node >= 18, drop node 12, 14 and 16
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46), [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46)]:
14+
15+
316
## 2.2.0
417

518
### 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": "2.2.0",
3+
"version": "3.0.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.2.0",
34+
"eslint-mdx": "^3.0.0",
3535
"eslint-plugin-markdown": "^3.0.1",
3636
"remark-mdx": "^3.0.0",
3737
"remark-parse": "^11.0.0",

0 commit comments

Comments
 (0)