Skip to content

Commit

Permalink
chore: release package(s) (#513)
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 2, 2024
1 parent 87b021c commit 541a8f2
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-lions-buy.md

This file was deleted.

Binary file added .yarn/install-state.gz
Binary file not shown.
6 changes: 6 additions & 0 deletions packages/eslint-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.3.1

### Patch Changes

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

## 2.3.0

### 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": "2.3.0",
"version": "2.3.1",
"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
7 changes: 7 additions & 0 deletions packages/eslint-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.3.1

### Patch Changes

- Updated dependencies [[`6913aa1`](https://github.com/mdx-js/eslint-mdx/commit/6913aa1e5e9793cca80f34dd206b264fecdb5347)]:
- [email protected]

## 2.3.0

### Minor 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": "2.3.0",
"version": "2.3.1",
"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": "^2.3.0",
"eslint-mdx": "^2.3.1",
"eslint-plugin-markdown": "^3.0.1",
"remark-mdx": "^2.3.0",
"remark-parse": "^10.0.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6956,7 +6956,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-mdx@npm:^2.3.0, eslint-mdx@workspace:packages/eslint-mdx":
"eslint-mdx@npm:^2.3.1, eslint-mdx@workspace:packages/eslint-mdx":
version: 0.0.0-use.local
resolution: "eslint-mdx@workspace:packages/eslint-mdx"
dependencies:
Expand Down Expand Up @@ -7119,7 +7119,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
dependencies:
eslint-mdx: "npm:^2.3.0"
eslint-mdx: "npm:^2.3.1"
eslint-plugin-markdown: "npm:^3.0.1"
remark-mdx: "npm:^2.3.0"
remark-parse: "npm:^10.0.2"
Expand Down

0 comments on commit 541a8f2

Please sign in to comment.