Skip to content

Commit

Permalink
chore(release): v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 23, 2020
1 parent 9ac991e commit 60dfce3
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/mdx-js/eslint-mdx/compare/v1.8.1...v1.8.2) (2020-08-23)


### Bug Fixes

* parsing many comments error due to mutable regex ([#227](https://github.com/mdx-js/eslint-mdx/issues/227)) ([1130911](https://github.com/mdx-js/eslint-mdx/commit/11309110841e30149ee0302b653c5b64ba59902a))





## [1.8.1](https://github.com/mdx-js/eslint-mdx/compare/v1.8.0...v1.8.1) (2020-08-05)

**Note:** Version bump only for package @mdx-js/eslint
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/lerna",
"version": "1.8.1",
"version": "1.8.2",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/mdx-js/eslint-mdx/compare/v1.8.1...v1.8.2) (2020-08-23)


### Bug Fixes

* parsing many comments error due to mutable regex ([#227](https://github.com/mdx-js/eslint-mdx/issues/227)) ([1130911](https://github.com/mdx-js/eslint-mdx/commit/11309110841e30149ee0302b653c5b64ba59902a))





## [1.8.1](https://github.com/mdx-js/eslint-mdx/compare/v1.8.0...v1.8.1) (2020-08-05)

**Note:** Version bump only for package eslint-mdx
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": "1.8.1",
"version": "1.8.2",
"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
8 changes: 8 additions & 0 deletions packages/eslint-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/mdx-js/eslint-mdx/compare/v1.8.1...v1.8.2) (2020-08-23)

**Note:** Version bump only for package eslint-plugin-mdx





## [1.8.1](https://github.com/mdx-js/eslint-mdx/compare/v1.8.0...v1.8.1) (2020-08-05)

**Note:** Version bump only for package eslint-plugin-mdx
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": "1.8.1",
"version": "1.8.2",
"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 @@ -34,7 +34,7 @@
},
"dependencies": {
"cosmiconfig": "^7.0.0",
"eslint-mdx": "^1.8.1",
"eslint-mdx": "^1.8.2",
"eslint-plugin-react": "^7.20.6",
"remark-mdx": "^1.6.16",
"remark-parse": "^8.0.3",
Expand Down

0 comments on commit 60dfce3

Please sign in to comment.