Skip to content

Commit 15550ac

Browse files
committed
v2.2.0
1 parent fcbaa66 commit 15550ac

File tree

20 files changed

+103
-17
lines changed

20 files changed

+103
-17
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+
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
7+
8+
9+
### Features
10+
11+
* **space-between-half-and-full:** add option to lint styled nodes ([#30](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/30)) ([fcbaa66](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/fcbaa6618c4a085825ee8bc47f13663089c5d127))
12+
13+
14+
15+
16+
617
## [2.1.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.2...v2.1.3) (2021-05-16)
718

819
**Note:** Version bump only for package textlint-rule-preset-ja-spacing

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-beta.24",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"useWorkspaces": true,
55
"npmClient": "yarn"
66
}

packages/textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
7+
8+
**Note:** Version bump only for package textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana
9+
10+
11+
12+
13+
614
## [2.1.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.2...v2.1.3) (2021-05-16)
715

816
**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.1.3",
3+
"version": "2.2.0",
44
"description": "カタカナ語間の区切り文字についてのtextlintルール",
55
"main": "lib/index.js",
66
"files": [

packages/textlint-rule-ja-no-space-around-parentheses/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
7+
8+
**Note:** Version bump only for package textlint-rule-ja-no-space-around-parentheses
9+
10+
11+
12+
13+
614
## [2.1.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.2...v2.1.3) (2021-05-16)
715

816
**Note:** Version bump only for package textlint-rule-ja-no-space-around-parentheses

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.1.3",
3+
"version": "2.2.0",
44
"description": "かっこ類と隣接する文字のスペースについてのtextlintルール",
55
"main": "lib/index.js",
66
"files": [

packages/textlint-rule-ja-no-space-between-full-width/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
7+
8+
**Note:** Version bump only for package textlint-rule-ja-no-space-between-full-width
9+
10+
11+
12+
13+
614
## [2.1.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.2...v2.1.3) (2021-05-16)
715

816
**Note:** Version bump only for package textlint-rule-ja-no-space-between-full-width

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.1.3",
3+
"version": "2.2.0",
44
"description": "全角文字同士の間のスペースについてのtextlintルール",
55
"main": "lib/index.js",
66
"files": [

packages/textlint-rule-ja-space-after-exclamation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
7+
8+
**Note:** Version bump only for package textlint-rule-ja-space-after-exclamation
9+
10+
11+
12+
13+
614
## [2.1.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.2...v2.1.3) (2021-05-16)
715

816
**Note:** Version bump only for package textlint-rule-ja-space-after-exclamation

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.1.3",
3+
"version": "2.2.0",
44
"description": "感嘆符前後のスペースについてのtexlintルール",
55
"main": "lib/index.js",
66
"files": [

packages/textlint-rule-ja-space-after-question/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
7+
8+
**Note:** Version bump only for package textlint-rule-ja-space-after-question
9+
10+
11+
12+
13+
614
## [2.1.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.2...v2.1.3) (2021-05-16)
715

816
**Note:** Version bump only for package textlint-rule-ja-space-after-question

packages/textlint-rule-ja-space-after-question/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-question",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "疑問符の直後のスペースについてのtexlintルール",
55
"main": "lib/index.js",
66
"files": [

packages/textlint-rule-ja-space-around-code/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
7+
8+
**Note:** Version bump only for package textlint-rule-ja-space-around-code
9+
10+
11+
12+
13+
614
## [2.1.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.2...v2.1.3) (2021-05-16)
715

816
**Note:** Version bump only for package textlint-rule-ja-space-around-code

packages/textlint-rule-ja-space-around-code/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-around-code",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "インラインコードの周りをスペースで囲むかどうかを決めるtextlintルール",
55
"main": "lib/index.js",
66
"files": [

packages/textlint-rule-ja-space-around-link/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
7+
8+
**Note:** Version bump only for package textlint-rule-ja-space-around-link
9+
10+
11+
12+
13+
614
## [2.1.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.2...v2.1.3) (2021-05-16)
715

816
**Note:** Version bump only for package textlint-rule-ja-space-around-link

packages/textlint-rule-ja-space-around-link/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-around-link",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "リンクの周りをスペースで囲むかどうかを決めるtextlintルール",
55
"main": "lib/index.js",
66
"files": [

packages/textlint-rule-ja-space-between-half-and-full-width/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+
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
7+
8+
9+
### Features
10+
11+
* **space-between-half-and-full:** add option to lint styled nodes ([#30](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/30)) ([fcbaa66](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/fcbaa6618c4a085825ee8bc47f13663089c5d127))
12+
13+
14+
15+
16+
617
## [2.1.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.2...v2.1.3) (2021-05-16)
718

819
**Note:** Version bump only for package textlint-rule-ja-space-between-half-and-full-width

packages/textlint-rule-ja-space-between-half-and-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-space-between-half-and-full-width",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "半角文字と全角文字のスペースについてのtextlintルール",
55
"main": "lib/index.js",
66
"files": [

packages/textlint-rule-preset-ja-spacing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
7+
8+
**Note:** Version bump only for package textlint-rule-preset-ja-spacing
9+
10+
11+
12+
13+
614
## [2.1.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.2...v2.1.3) (2021-05-16)
715

816
**Note:** Version bump only for package textlint-rule-preset-ja-spacing

packages/textlint-rule-preset-ja-spacing/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-rule-preset-ja-spacing",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
55
"main": "lib/index.js",
66
"files": [
@@ -32,12 +32,12 @@
3232
"textlint-scripts": "^12.0.1"
3333
},
3434
"dependencies": {
35-
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.1.3",
36-
"textlint-rule-ja-no-space-around-parentheses": "^2.1.3",
37-
"textlint-rule-ja-no-space-between-full-width": "^2.1.3",
38-
"textlint-rule-ja-space-after-exclamation": "^2.1.3",
39-
"textlint-rule-ja-space-after-question": "^2.1.3",
40-
"textlint-rule-ja-space-around-code": "^2.1.3",
41-
"textlint-rule-ja-space-between-half-and-full-width": "^2.1.3"
35+
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.2.0",
36+
"textlint-rule-ja-no-space-around-parentheses": "^2.2.0",
37+
"textlint-rule-ja-no-space-between-full-width": "^2.2.0",
38+
"textlint-rule-ja-space-after-exclamation": "^2.2.0",
39+
"textlint-rule-ja-space-after-question": "^2.2.0",
40+
"textlint-rule-ja-space-around-code": "^2.2.0",
41+
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0"
4242
}
4343
}

0 commit comments

Comments
 (0)