Skip to content

Commit 0182fa8

Browse files
chore: release package(s) (#551)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f093ff9 commit 0182fa8

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.changeset/serious-pigs-scream.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.2.0
4+
5+
### Minor Changes
6+
7+
- [#550](https://github.com/mdx-js/eslint-mdx/pull/550) [`f093ff9`](https://github.com/mdx-js/eslint-mdx/commit/f093ff9e2f159fffead825dd9f0ff97170e45441) Thanks [@JounQin](https://github.com/JounQin)! - chore: drop `eslint-plugin-markdown` dep
8+
39
## 3.1.5
410

511
## 3.1.4

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.1.5",
3+
"version": "3.2.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.2.0
4+
5+
### Minor Changes
6+
7+
- [#550](https://github.com/mdx-js/eslint-mdx/pull/550) [`f093ff9`](https://github.com/mdx-js/eslint-mdx/commit/f093ff9e2f159fffead825dd9f0ff97170e45441) Thanks [@JounQin](https://github.com/JounQin)! - chore: drop `eslint-plugin-markdown` dep
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f093ff9`](https://github.com/mdx-js/eslint-mdx/commit/f093ff9e2f159fffead825dd9f0ff97170e45441)]:
12+
13+
314
## 3.1.5
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.1.5",
3+
"version": "3.2.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.1.5",
34+
"eslint-mdx": "^3.2.0",
3535
"mdast-util-from-markdown": "^2.0.2",
3636
"remark-mdx": "^3.1.0",
3737
"remark-parse": "^11.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7271,7 +7271,7 @@ __metadata:
72717271
version: 0.0.0-use.local
72727272
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
72737273
dependencies:
7274-
eslint-mdx: "npm:^3.1.5"
7274+
eslint-mdx: "npm:^3.2.0"
72757275
mdast-util-from-markdown: "npm:^2.0.2"
72767276
remark-mdx: "npm:^3.1.0"
72777277
remark-parse: "npm:^11.0.0"

0 commit comments

Comments
 (0)