Skip to content

Commit

Permalink
chore: release package(s) (#523)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 14, 2024
1 parent 1a81c44 commit 6615813
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .changeset/new-brooms-visit.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/eslint-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 3.1.5

## 3.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-mdx",
"version": "3.1.4",
"version": "3.1.5",
"description": "ESLint Parser for MDX",
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx",
Expand Down
14 changes: 14 additions & 0 deletions packages/eslint-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.1.5

### Patch Changes

- [#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

Many `remark-lint` errors do not set a place variable in the vFile
message. This code should accept `undefined` for this field.

fixes #520

- Updated dependencies []:
- eslint-mdx@3.1.5

## 3.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mdx",
"version": "3.1.4",
"version": "3.1.5",
"description": "ESLint Plugin for MDX",
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
Expand Down Expand Up @@ -31,7 +31,7 @@
"eslint": ">=8.0.0"
},
"dependencies": {
"eslint-mdx": "^3.1.4",
"eslint-mdx": "^3.1.5",
"eslint-plugin-markdown": "^3.0.1",
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7363,7 +7363,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
dependencies:
eslint-mdx: "npm:^3.1.4"
eslint-mdx: "npm:^3.1.5"
eslint-plugin-markdown: "npm:^3.0.1"
remark-mdx: "npm:^3.0.0"
remark-parse: "npm:^11.0.0"
Expand Down

0 comments on commit 6615813

Please sign in to comment.