Skip to content

Commit

Permalink
chore: release package(s) (#495)
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] authored Dec 22, 2023
1 parent e3c225b commit 3221e51
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-bugs-dance.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-actors-protect.md

This file was deleted.

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

## 3.0.1

### Patch Changes

- [#493](https://github.com/mdx-js/eslint-mdx/pull/493) [`e3c225b`](https://github.com/mdx-js/eslint-mdx/commit/e3c225bbc3e3908984982adbdc259008081db852) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect `JSXAttribute` node position info - close #488, related #425

- [#493](https://github.com/mdx-js/eslint-mdx/pull/493) [`e3c225b`](https://github.com/mdx-js/eslint-mdx/commit/e3c225bbc3e3908984982adbdc259008081db852) Thanks [@JounQin](https://github.com/JounQin)! - fix: incompatible with some react rules: `jsx-curly-brace-presence`, `jsx-sort-props`, `self-closing-comp`

## 3.0.0

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

## 3.0.1

### Patch Changes

- [#493](https://github.com/mdx-js/eslint-mdx/pull/493) [`e3c225b`](https://github.com/mdx-js/eslint-mdx/commit/e3c225bbc3e3908984982adbdc259008081db852) Thanks [@JounQin](https://github.com/JounQin)! - fix: incompatible with some react rules: `jsx-curly-brace-presence`, `jsx-sort-props`, `self-closing-comp`

- Updated dependencies [[`e3c225b`](https://github.com/mdx-js/eslint-mdx/commit/e3c225bbc3e3908984982adbdc259008081db852), [`e3c225b`](https://github.com/mdx-js/eslint-mdx/commit/e3c225bbc3e3908984982adbdc259008081db852)]:
- [email protected]

## 3.0.0

### Major 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.0.0",
"version": "3.0.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": "^3.0.0",
"eslint-mdx": "^3.0.1",
"eslint-plugin-markdown": "^3.0.1",
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
Expand Down

0 comments on commit 3221e51

Please sign in to comment.