Skip to content

Commit 7b8e7bc

Browse files
committed
chore: release package(s)
1 parent e8a2be0 commit 7b8e7bc

File tree

6 files changed

+49
-4
lines changed

6 files changed

+49
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.12.0](https://github.com/mdx-js/eslint-mdx/compare/v1.11.1...v1.12.0) (2021-04-05)
7+
8+
9+
### Bug Fixes
10+
11+
* check is eslint-plugin-react available ([#299](https://github.com/mdx-js/eslint-mdx/issues/299)) ([ed82698](https://github.com/mdx-js/eslint-mdx/commit/ed826983ca21341e4eca819428f596646f0aa533))
12+
* result could be null in `plugins.reduce` ([#302](https://github.com/mdx-js/eslint-mdx/issues/302)) ([9ca50d0](https://github.com/mdx-js/eslint-mdx/commit/9ca50d090ed86b6d0fa8aa131f3c4e62bd83acf7))
13+
14+
15+
### Features
16+
17+
* split markdown messages in postprocess ([#303](https://github.com/mdx-js/eslint-mdx/issues/303)) ([e8a2be0](https://github.com/mdx-js/eslint-mdx/commit/e8a2be01c74efa738c3a88d149d03386824119ca)), closes [/github.com/eslint/eslint-plugin-markdown/pull/183#discussion_r606859003](https://github.com//github.com/eslint/eslint-plugin-markdown/pull/183/issues/discussion_r606859003)
18+
19+
20+
21+
22+
623
## [1.11.1](https://github.com/mdx-js/eslint-mdx/compare/v1.11.0...v1.11.1) (2021-03-21)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/lerna",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"changelog": {

packages/eslint-mdx/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.12.0](https://github.com/mdx-js/eslint-mdx/compare/v1.11.1...v1.12.0) (2021-04-05)
7+
8+
9+
### Bug Fixes
10+
11+
* check is eslint-plugin-react available ([#299](https://github.com/mdx-js/eslint-mdx/issues/299)) ([ed82698](https://github.com/mdx-js/eslint-mdx/commit/ed826983ca21341e4eca819428f596646f0aa533))
12+
13+
14+
15+
16+
617
## [1.11.1](https://github.com/mdx-js/eslint-mdx/compare/v1.11.0...v1.11.1) (2021-03-21)
718

819

packages/eslint-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-mdx",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
44
"description": "ESLint Parser for MDX",
55
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
66
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx",

packages/eslint-plugin-mdx/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.12.0](https://github.com/mdx-js/eslint-mdx/compare/v1.11.1...v1.12.0) (2021-04-05)
7+
8+
9+
### Bug Fixes
10+
11+
* check is eslint-plugin-react available ([#299](https://github.com/mdx-js/eslint-mdx/issues/299)) ([ed82698](https://github.com/mdx-js/eslint-mdx/commit/ed826983ca21341e4eca819428f596646f0aa533))
12+
* result could be null in `plugins.reduce` ([#302](https://github.com/mdx-js/eslint-mdx/issues/302)) ([9ca50d0](https://github.com/mdx-js/eslint-mdx/commit/9ca50d090ed86b6d0fa8aa131f3c4e62bd83acf7))
13+
14+
15+
### Features
16+
17+
* split markdown messages in postprocess ([#303](https://github.com/mdx-js/eslint-mdx/issues/303)) ([e8a2be0](https://github.com/mdx-js/eslint-mdx/commit/e8a2be01c74efa738c3a88d149d03386824119ca)), closes [/github.com/eslint/eslint-plugin-markdown/pull/183#discussion_r606859003](https://github.com//github.com/eslint/eslint-plugin-markdown/pull/183/issues/discussion_r606859003)
18+
19+
20+
21+
22+
623
## [1.11.1](https://github.com/mdx-js/eslint-mdx/compare/v1.11.0...v1.11.1) (2021-03-21)
724

825

packages/eslint-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-mdx",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
44
"description": "ESLint Plugin for MDX",
55
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
66
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"cosmiconfig": "^7.0.0",
37-
"eslint-mdx": "^1.11.1",
37+
"eslint-mdx": "^1.12.0",
3838
"remark-mdx": "^1.6.22",
3939
"remark-parse": "^8.0.3",
4040
"remark-stringify": "^8.1.1",

0 commit comments

Comments
 (0)