Skip to content

Commit 541a8f2

Browse files
chore: release package(s) (#513)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 87b021c commit 541a8f2

File tree

7 files changed

+18
-10
lines changed

7 files changed

+18
-10
lines changed

.changeset/poor-lions-buy.md

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

.yarn/install-state.gz

1.56 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+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- [#513](https://github.com/mdx-js/eslint-mdx/pull/513) [`6913aa1`](https://github.com/mdx-js/eslint-mdx/commit/6913aa1e5e9793cca80f34dd206b264fecdb5347) Thanks [@github-actions](https://github.com/apps/github-actions)! - chore: log error details on `--debug` flag enabled
8+
39
## 2.3.0
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": "2.3.0",
3+
"version": "2.3.1",
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+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6913aa1`](https://github.com/mdx-js/eslint-mdx/commit/6913aa1e5e9793cca80f34dd206b264fecdb5347)]:
8+
9+
310
## 2.3.0
411

512
### 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.3.0",
3+
"version": "2.3.1",
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.3.0",
34+
"eslint-mdx": "^2.3.1",
3535
"eslint-plugin-markdown": "^3.0.1",
3636
"remark-mdx": "^2.3.0",
3737
"remark-parse": "^10.0.2",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6956,7 +6956,7 @@ __metadata:
69566956
languageName: node
69576957
linkType: hard
69586958

6959-
"eslint-mdx@npm:^2.3.0, eslint-mdx@workspace:packages/eslint-mdx":
6959+
"eslint-mdx@npm:^2.3.1, eslint-mdx@workspace:packages/eslint-mdx":
69606960
version: 0.0.0-use.local
69616961
resolution: "eslint-mdx@workspace:packages/eslint-mdx"
69626962
dependencies:
@@ -7119,7 +7119,7 @@ __metadata:
71197119
version: 0.0.0-use.local
71207120
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
71217121
dependencies:
7122-
eslint-mdx: "npm:^2.3.0"
7122+
eslint-mdx: "npm:^2.3.1"
71237123
eslint-plugin-markdown: "npm:^3.0.1"
71247124
remark-mdx: "npm:^2.3.0"
71257125
remark-parse: "npm:^10.0.2"

0 commit comments

Comments
 (0)