Skip to content

Commit e7bae3d

Browse files
committed
v2.0.2
1 parent 55ac641 commit e7bae3d

File tree

18 files changed

+107
-17
lines changed

18 files changed

+107
-17
lines changed

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+
## [2.0.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2) (2020-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* support LinkReference types ([#17](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/17)) ([55ac641](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/55ac6414fa1be700a60514fe59daac8f4ce13dd8))

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-beta.24",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"useWorkspaces": true,
55
"npmClient": "yarn"
6-
}
6+
}
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+
## [2.0.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2) (2020-09-09)
7+
8+
**Note:** Version bump only for package textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana

packages/textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "カタカナ語間の区切り文字についてのtextlintルール",
55
"main": "lib/index.js",
66
"files": [
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+
## [2.0.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2) (2020-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* support LinkReference types ([#17](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/17)) ([55ac641](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/55ac6414fa1be700a60514fe59daac8f4ce13dd8))

packages/textlint-rule-ja-no-space-around-parentheses/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-rule-ja-no-space-around-parentheses",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "かっこ類と隣接する文字のスペースについてのtextlintルール",
55
"main": "lib/index.js",
66
"files": [
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+
## [2.0.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2) (2020-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* support LinkReference types ([#17](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/17)) ([55ac641](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/55ac6414fa1be700a60514fe59daac8f4ce13dd8))

packages/textlint-rule-ja-no-space-between-full-width/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-rule-ja-no-space-between-full-width",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "全角文字同士の間のスペースについてのtextlintルール",
55
"main": "lib/index.js",
66
"files": [
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+
## [2.0.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2) (2020-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* support LinkReference types ([#17](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/17)) ([55ac641](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/55ac6414fa1be700a60514fe59daac8f4ce13dd8))

packages/textlint-rule-ja-space-after-exclamation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-rule-ja-space-after-exclamation",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "感嘆符前後のスペースについてのtexlintルール",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)