Skip to content

Commit 12bda7a

Browse files
chore: release package(s) (#512)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f2067c1 commit 12bda7a

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

.changeset/poor-lions-buy.md

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

.yarn/install-state.gz

1.61 MB
Binary file not shown.

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.1.2
4+
5+
### Patch Changes
6+
7+
- [#511](https://github.com/mdx-js/eslint-mdx/pull/511) [`f2067c1`](https://github.com/mdx-js/eslint-mdx/commit/f2067c1df1ebc06effaab119251db9247affbbd8) Thanks [@JounQin](https://github.com/JounQin)! - chore: log error details on `--debug` flag enabled
8+
39
## 3.1.1
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.1.1",
3+
"version": "3.1.2",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f2067c1`](https://github.com/mdx-js/eslint-mdx/commit/f2067c1df1ebc06effaab119251db9247affbbd8)]:
8+
9+
310
## 3.1.1
411

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

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7374,7 +7374,7 @@ __metadata:
73747374
version: 0.0.0-use.local
73757375
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
73767376
dependencies:
7377-
eslint-mdx: "npm:^3.1.1"
7377+
eslint-mdx: "npm:^3.1.2"
73787378
eslint-plugin-markdown: "npm:^3.0.1"
73797379
remark-mdx: "npm:^3.0.0"
73807380
remark-parse: "npm:^11.0.0"

0 commit comments

Comments
 (0)