Skip to content

Commit 849cb28

Browse files
committed
chore(release): v0.9.6
1 parent 819350a commit 849cb28

File tree

7 files changed

+47
-19
lines changed

7 files changed

+47
-19
lines changed

CHANGELOG.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,38 @@
1-
# Changelog
1+
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
45

5-
### [0.9.5](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.3...v0.9.5) (2019-08-05)
6+
## [0.9.6](https://github.com/rx-ts/eslint-mdx/compare/v0.9.5...v0.9.6) (2019-08-07)
7+
8+
9+
### Bug Fixes
10+
11+
* custom parser resolved undefined error ([1bbb1ff](https://github.com/rx-ts/eslint-mdx/commit/1bbb1ff))
12+
13+
## [0.9.5](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.3...v0.9.5) (2019-08-05)
614

715

816
### Bug Fixes
917

1018
* options unchangeable issue for default parser ([e76c483](https://github.com/rx-ts/eslint-plugin-mdx/commit/e76c483))
1119

12-
### [0.9.4](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.3...v0.9.4) (2019-08-05)
20+
## [0.9.4](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.3...v0.9.4) (2019-08-05)
1321

1422

1523
### Bug Fixes
1624

1725
* adjacent jsx nodes should be allowed in mdx ([8456381](https://github.com/rx-ts/eslint-plugin-mdx/commit/8456381))
1826
* skip combine jsx nodes for root/jsx node ([90583f7](https://github.com/rx-ts/eslint-plugin-mdx/commit/90583f7))
1927

20-
### [0.9.3](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.1...v0.9.3) (2019-08-04)
28+
## [0.9.3](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.1...v0.9.3) (2019-08-04)
2129

2230

2331
### Bug Fixes
2432

2533
* error from typescript parser in plain object ([f634e40](https://github.com/rx-ts/eslint-plugin-mdx/commit/f634e40))
2634

27-
### [0.9.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.0...v0.9.1) (2019-08-03)
35+
## [0.9.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.0...v0.9.1) (2019-08-03)
2836

2937

3038
### Bug Fixes
@@ -38,7 +46,7 @@ All notable changes to this project will be documented in this file. See [standa
3846

3947
* support other extensions, detect parsers automatically ([5386098](https://github.com/rx-ts/eslint-plugin-mdx/commit/5386098))
4048

41-
### [0.8.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.1...v0.8.1) (2019-08-03)
49+
## [0.8.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.1...v0.8.1) (2019-08-03)
4250

4351

4452
### Features
@@ -52,7 +60,7 @@ All notable changes to this project will be documented in this file. See [standa
5260

5361
* split into two packages, use lerna as publisher ([#22](https://github.com/rx-ts/eslint-plugin-mdx/issues/22)) ([349b1ff](https://github.com/rx-ts/eslint-plugin-mdx/commit/349b1ff)), closes [#21](https://github.com/rx-ts/eslint-plugin-mdx/issues/21)
5462

55-
### [0.7.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.0...v0.7.1) (2019-08-03)
63+
## [0.7.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.0...v0.7.1) (2019-08-03)
5664

5765

5866
### Features
@@ -95,7 +103,7 @@ All notable changes to this project will be documented in this file. See [standa
95103

96104
* add body and comments into ast, fix [#12](https://github.com/rx-ts/eslint-plugin-mdx/issues/12) ([5b28bd5](https://github.com/rx-ts/eslint-plugin-mdx/commit/5b28bd5))
97105

98-
### [0.3.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.3.0...v0.3.1) (2019-07-30)
106+
## [0.3.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.3.0...v0.3.1) (2019-07-30)
99107

100108

101109
### Bug Fixes
@@ -109,7 +117,7 @@ All notable changes to this project will be documented in this file. See [standa
109117

110118
* inline jsx and comment parsing error, close [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4), [#7](https://github.com/rx-ts/eslint-plugin-mdx/issues/7) ([5297a0b](https://github.com/rx-ts/eslint-plugin-mdx/commit/5297a0b))
111119

112-
### [0.2.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.2.0...v0.2.1) (2019-07-30)
120+
## [0.2.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.2.0...v0.2.1) (2019-07-30)
113121

114122

115123
### Bug Fixes
@@ -123,21 +131,21 @@ All notable changes to this project will be documented in this file. See [standa
123131

124132
* support custom parser like babel-eslint ([b718574](https://github.com/rx-ts/eslint-plugin-mdx/commit/b718574))
125133

126-
### [0.1.3](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.2...v0.1.3) (2019-07-29)
134+
## [0.1.3](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.2...v0.1.3) (2019-07-29)
127135

128136

129137
### Bug Fixes
130138

131139
* upgrade peer dependency eslint to >= 6.0.0 ([#3](https://github.com/rx-ts/eslint-plugin-mdx/issues/3) [#4](https://github.com/rx-ts/eslint-plugin-mdx/issues/4)) ([f0ab288](https://github.com/rx-ts/eslint-plugin-mdx/commit/f0ab288))
132140

133-
### [0.1.2](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.1...v0.1.2) (2019-07-29)
141+
## [0.1.2](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.1...v0.1.2) (2019-07-29)
134142

135143

136144
### Bug Fixes
137145

138146
* show correct column and line on lint error ([90c5390](https://github.com/rx-ts/eslint-plugin-mdx/commit/90c5390))
139147

140-
### [0.1.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.0...v0.1.1) (2019-07-29)
148+
## [0.1.1](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.1.0...v0.1.1) (2019-07-29)
141149

142150

143151
### Bug Fixes

lerna.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/lerna",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"changelog": {
@@ -12,7 +12,8 @@
1212
"allowBranch": "master",
1313
"conventionalCommits": true,
1414
"createRelease": "github",
15-
"gitReset": false
15+
"gitReset": false,
16+
"message": "chore(release): %s"
1617
}
1718
}
1819
}

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": "0.9.5",
3+
"version": "0.0.0",
44
"description": "ESLint Parser/Plugin for MDX",
55
"repository": "[email protected]:rx-ts/eslint-mdx.git",
66
"author": "JounQin <[email protected]>",

packages/eslint-mdx/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.9.6](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.5...v0.9.6) (2019-08-07)
7+
8+
9+
### Bug Fixes
10+
11+
* custom parser resolved undefined error ([1bbb1ff](https://github.com/rx-ts/eslint-plugin-mdx/commit/1bbb1ff))

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": "0.9.5",
3+
"version": "0.9.6",
44
"description": "ESLint Parser for MDX",
55
"repository": "[email protected]:rx-ts/eslint-plugin-mdx.git",
66
"author": "JounQin <[email protected]>",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.9.6](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.9.5...v0.9.6) (2019-08-07)
7+
8+
**Note:** Version bump only for package @rxts/eslint-plugin-mdx

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": "@rxts/eslint-plugin-mdx",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"description": "ESLint Plugin for MDX",
55
"repository": "[email protected]:rx-ts/eslint-plugin-mdx.git",
66
"author": "JounQin <[email protected]>",
@@ -21,7 +21,7 @@
2121
"eslint": ">=5.0.0"
2222
},
2323
"dependencies": {
24-
"eslint-mdx": "^0.9.5",
24+
"eslint-mdx": "^0.9.7",
2525
"remark-mdx": "^1.1.5",
2626
"remark-parse": "^7.0.0",
2727
"unified": "^8.3.2"

0 commit comments

Comments
 (0)