Skip to content

Commit f3dea74

Browse files
chore: release package(s) (#498)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0f39ad0 commit f3dea74

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/fifty-windows-sin.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.1.0
4+
35
## 3.0.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.0.1",
3+
"version": "3.1.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#497](https://github.com/mdx-js/eslint-mdx/pull/497) [`0f39ad0`](https://github.com/mdx-js/eslint-mdx/commit/0f39ad030fa95d458d4feb2beae506f23d5c9a67) Thanks [@JounQin](https://github.com/JounQin)! - feat: only enable `prettier/prettier` rule for `eslint-plugin-prettier` `<5.1.2`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
13+
314
## 3.0.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.0.1",
3+
"version": "3.1.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": "^3.0.1",
34+
"eslint-mdx": "^3.1.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)