Skip to content

Commit 4651931

Browse files
committed
chore(release): v0.10.0
1 parent 21f3ef4 commit 4651931

File tree

6 files changed

+48
-7
lines changed

6 files changed

+48
-7
lines changed

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+
# [0.10.0](https://github.com/rx-ts/eslint-mdx/compare/v0.9.11...v0.10.0) (2019-08-11)
7+
8+
9+
### Features
10+
11+
* remove deprecated functions, test coverage 100% ([fd2694e](https://github.com/rx-ts/eslint-mdx/commit/fd2694e))
12+
13+
14+
15+
16+
617
## [0.9.11](https://github.com/rx-ts/eslint-mdx/compare/v0.9.10...v0.9.11) (2019-08-10)
718

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

lerna.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
{
22
"$schema": "http://json.schemastore.org/lerna",
3-
"version": "0.9.11",
3+
"version": "0.10.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"changelog": {
77
"cacheDir": ".cache",
8-
"ignoreCommitters": ["*bot"],
8+
"ignoreCommitters": [
9+
"*bot"
10+
],
911
"nextVersion": "Unreleased"
1012
},
1113
"command": {
1214
"version": {
13-
"allowBranch": ["develop", "master"],
15+
"allowBranch": [
16+
"develop",
17+
"master"
18+
],
1419
"conventionalCommits": true,
1520
"gitReset": false,
1621
"message": "chore(release): %s"
1722
},
1823
"publish": {
19-
"ignoreChanges": ["test", "*.md"]
24+
"ignoreChanges": [
25+
"test",
26+
"*.md"
27+
]
2028
}
2129
}
2230
}

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+
# [0.10.0](https://github.com/rx-ts/eslint-mdx/compare/v0.9.11...v0.10.0) (2019-08-11)
7+
8+
9+
### Features
10+
11+
* remove deprecated functions, test coverage 100% ([fd2694e](https://github.com/rx-ts/eslint-mdx/commit/fd2694e))
12+
13+
14+
15+
16+
617
## [0.9.11](https://github.com/rx-ts/eslint-mdx/compare/v0.9.10...v0.9.11) (2019-08-10)
718

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

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

packages/eslint-plugin-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+
# [0.10.0](https://github.com/rx-ts/eslint-mdx/compare/v0.9.11...v0.10.0) (2019-08-11)
7+
8+
9+
### Features
10+
11+
* remove deprecated functions, test coverage 100% ([fd2694e](https://github.com/rx-ts/eslint-mdx/commit/fd2694e))
12+
13+
14+
15+
16+
617
## [0.9.11](https://github.com/rx-ts/eslint-mdx/compare/v0.9.10...v0.9.11) (2019-08-10)
718

819
**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.11",
3+
"version": "0.10.0",
44
"description": "ESLint Plugin for MDX",
55
"repository": "[email protected]:rx-ts/eslint-mdx.git",
66
"author": "JounQin <[email protected]>",
@@ -22,6 +22,6 @@
2222
"eslint-plugin-react": ">=7.0.0"
2323
},
2424
"dependencies": {
25-
"eslint-mdx": "^0.9.11"
25+
"eslint-mdx": "^0.10.0"
2626
}
2727
}

0 commit comments

Comments
 (0)