Skip to content

Commit 6615813

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

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

.changeset/new-brooms-visit.md

Lines changed: 0 additions & 10 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.5
4+
35
## 3.1.4
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.1.4",
3+
"version": "3.1.5",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 3.1.5
4+
5+
### Patch Changes
6+
7+
- [#521](https://github.com/mdx-js/eslint-mdx/pull/521) [`1a81c44`](https://github.com/mdx-js/eslint-mdx/commit/1a81c44a2dc9f4eff94e79f72cf7b7a82ae23de5) Thanks [@EthanShoeDev](https://github.com/EthanShoeDev)! - fix: `undefined` `place` in vFile message causes TypeError
8+
9+
Many `remark-lint` errors do not set a place variable in the vFile
10+
message. This code should accept `undefined` for this field.
11+
12+
fixes #520
13+
14+
- Updated dependencies []:
15+
16+
317
## 3.1.4
418

519
### 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.4",
3+
"version": "3.1.5",
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.4",
34+
"eslint-mdx": "^3.1.5",
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
@@ -7363,7 +7363,7 @@ __metadata:
73637363
version: 0.0.0-use.local
73647364
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
73657365
dependencies:
7366-
eslint-mdx: "npm:^3.1.4"
7366+
eslint-mdx: "npm:^3.1.5"
73677367
eslint-plugin-markdown: "npm:^3.0.1"
73687368
remark-mdx: "npm:^3.0.0"
73697369
remark-parse: "npm:^11.0.0"

0 commit comments

Comments
 (0)