Skip to content

Commit

Permalink
chore: release package(s) (#432)
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 Sep 14, 2022
1 parent ff52be2 commit 8de1c46
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-squids-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-trainers-sort.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.5

### Patch Changes

- [#431](https://github.com/mdx-js/eslint-mdx/pull/431) [`bebc564`](https://github.com/mdx-js/eslint-mdx/commit/bebc564fdf0587b2aa47bb13707031da676b851c) Thanks [@JounQin](https://github.com/JounQin)! - fix: parse error on void boolean attributes

- [#428](https://github.com/mdx-js/eslint-mdx/pull/428) [`ff52be2`](https://github.com/mdx-js/eslint-mdx/commit/ff52be232611275307681a53c69ed40c3a419da1) Thanks [@JounQin](https://github.com/JounQin)! - fix: handle pure ESM robustly

## 2.0.4

### 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.4",
"version": "2.0.5",
"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.0.5

### Patch Changes

- Updated dependencies [[`bebc564`](https://github.com/mdx-js/eslint-mdx/commit/bebc564fdf0587b2aa47bb13707031da676b851c), [`ff52be2`](https://github.com/mdx-js/eslint-mdx/commit/ff52be232611275307681a53c69ed40c3a419da1)]:
- [email protected]

## 2.0.4

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

0 comments on commit 8de1c46

Please sign in to comment.