Skip to content

Commit

Permalink
chore: release package(s) (#469)
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 Aug 3, 2023
1 parent 5b04837 commit 7ca1ffe
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-vans-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-mayflies-dress.md

This file was deleted.

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.2.0

### Minor Changes

- [#468](https://github.com/mdx-js/eslint-mdx/pull/468) [`5b04837`](https://github.com/mdx-js/eslint-mdx/commit/5b04837cfc8cc9881c18356f9fcd67105d423a75) Thanks [@JounQin](https://github.com/JounQin)! - feat: add metadata for parser, processor and plugin

## 2.1.0

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

## 2.2.0

### Minor Changes

- [#468](https://github.com/mdx-js/eslint-mdx/pull/468) [`5b04837`](https://github.com/mdx-js/eslint-mdx/commit/5b04837cfc8cc9881c18356f9fcd67105d423a75) Thanks [@JounQin](https://github.com/JounQin)! - feat: add metadata for parser, processor and plugin

- [#468](https://github.com/mdx-js/eslint-mdx/pull/468) [`5b04837`](https://github.com/mdx-js/eslint-mdx/commit/5b04837cfc8cc9881c18356f9fcd67105d423a75) Thanks [@JounQin](https://github.com/JounQin)! - feat: support new flat config - close #455

### Patch Changes

- Updated dependencies [[`5b04837`](https://github.com/mdx-js/eslint-mdx/commit/5b04837cfc8cc9881c18356f9fcd67105d423a75)]:
- [email protected]

## 2.1.0

### 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.1.0",
"version": "2.2.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.1.0",
"eslint-mdx": "^2.2.0",
"eslint-plugin-markdown": "^3.0.1",
"remark-mdx": "^2.3.0",
"remark-parse": "^10.0.2",
Expand Down

0 comments on commit 7ca1ffe

Please sign in to comment.