Skip to content

Commit

Permalink
chore: release package(s) (#423)
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 Sep 2, 2022
1 parent 2ae592a commit c281a53
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-bikes-act.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-pants-nail.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

## 2.0.3

### Patch Changes

- [#424](https://github.com/mdx-js/eslint-mdx/pull/424) [`2ae592a`](https://github.com/mdx-js/eslint-mdx/commit/2ae592a06b54e252dfbc1c79f9b2beeac9e7a418) Thanks [@JounQin](https://github.com/JounQin)! - fix: pass consistent acorn parser for micromark-extension-mdxjs

- [#422](https://github.com/mdx-js/eslint-mdx/pull/422) [`d321cf2`](https://github.com/mdx-js/eslint-mdx/commit/d321cf26724631f1184fe57c5f0f365fe652bb68) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump (dev)dependencies

## 2.0.2

### 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.2",
"version": "2.0.3",
"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

## 2.0.3

### Patch Changes

- [#422](https://github.com/mdx-js/eslint-mdx/pull/422) [`d321cf2`](https://github.com/mdx-js/eslint-mdx/commit/d321cf26724631f1184fe57c5f0f365fe652bb68) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump (dev)dependencies

- Updated dependencies [[`2ae592a`](https://github.com/mdx-js/eslint-mdx/commit/2ae592a06b54e252dfbc1c79f9b2beeac9e7a418), [`d321cf2`](https://github.com/mdx-js/eslint-mdx/commit/d321cf26724631f1184fe57c5f0f365fe652bb68)]:
- eslint-mdx@2.0.3

## 2.0.2

### 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.2",
"version": "2.0.3",
"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.2",
"eslint-mdx": "^2.0.3",
"eslint-plugin-markdown": "^3.0.0",
"remark-mdx": "^2.1.3",
"remark-parse": "^10.0.1",
Expand Down

0 comments on commit c281a53

Please sign in to comment.