Skip to content

Commit

Permalink
chore: release package(s) (#459)
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 May 4, 2023
1 parent 58639a0 commit 8397553
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-emus-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-jobs-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-dolphins-end.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- [#461](https://github.com/mdx-js/eslint-mdx/pull/461) [`296a319`](https://github.com/mdx-js/eslint-mdx/commit/296a319bf7f385d97c6d647e093233552e7d99b3) Thanks [@JounQin](https://github.com/JounQin)! - feat: use unified-engine to load ESM configurations

### Patch Changes

- [#460](https://github.com/mdx-js/eslint-mdx/pull/460) [`58639a0`](https://github.com/mdx-js/eslint-mdx/commit/58639a0aa214ec930d07dada0afc1d1449c52a9e) Thanks [@JounQin](https://github.com/JounQin)! - fix: jsx name could be namespace or member expression

- [#458](https://github.com/mdx-js/eslint-mdx/pull/458) [`9a71318`](https://github.com/mdx-js/eslint-mdx/commit/9a71318de1b6d8d5adac5b7cf7fba0526d294c49) Thanks [@JounQin](https://github.com/JounQin)! - fix: void attribute and empty attribute are different

## 2.0.5

### 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.0.5",
"version": "2.1.0",
"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.1.0

### Patch Changes

- Updated dependencies [[`58639a0`](https://github.com/mdx-js/eslint-mdx/commit/58639a0aa214ec930d07dada0afc1d1449c52a9e), [`9a71318`](https://github.com/mdx-js/eslint-mdx/commit/9a71318de1b6d8d5adac5b7cf7fba0526d294c49), [`296a319`](https://github.com/mdx-js/eslint-mdx/commit/296a319bf7f385d97c6d647e093233552e7d99b3)]:
- eslint-mdx@2.1.0

## 2.0.5

### 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": "2.0.5",
"version": "2.1.0",
"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.0.5",
"eslint-mdx": "^2.1.0",
"eslint-plugin-markdown": "^3.0.0",
"remark-mdx": "^2.3.0",
"remark-parse": "^10.0.1",
Expand Down

0 comments on commit 8397553

Please sign in to comment.