Skip to content

Commit cb5b8f3

Browse files
committed
v2.1.1
1 parent 02573de commit cb5b8f3

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

CHANGELOG.md

+11
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.1.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1) (2021-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **space-around-code:** インラインコードの後にスペースを強制する処理が正常に動作していない不具合を修正 ([#26](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/26)) ([02573de](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/02573de681e18f8b6309573b306449396151e4fd))
12+
13+
14+
15+
16+
617
# [2.1.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.2...v2.1.0) (2021-02-25)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-beta.24",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"useWorkspaces": true,
55
"npmClient": "yarn"
66
}

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

+11
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.1.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1) (2021-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **space-around-code:** インラインコードの後にスペースを強制する処理が正常に動作していない不具合を修正 ([#26](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/26)) ([02573de](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/02573de681e18f8b6309573b306449396151e4fd))
12+
13+
14+
15+
16+
617
## [2.0.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2) (2020-09-09)
718

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

packages/textlint-rule-ja-space-around-code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-rule-ja-space-around-code",
3-
"version": "2.0.2",
3+
"version": "2.1.1",
44
"description": "インラインコードの周りをスペースで囲むかどうかを決めるtextlintルール",
55
"main": "lib/index.js",
66
"files": [

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

+8
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.1.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1) (2021-05-05)
7+
8+
**Note:** Version bump only for package textlint-rule-preset-ja-spacing
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2) (2020-09-09)
715

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-rule-preset-ja-spacing",
3-
"version": "2.0.2",
3+
"version": "2.1.1",
44
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
55
"main": "lib/index.js",
66
"files": [
@@ -37,7 +37,7 @@
3737
"textlint-rule-ja-no-space-between-full-width": "^2.0.2",
3838
"textlint-rule-ja-space-after-exclamation": "^2.0.2",
3939
"textlint-rule-ja-space-after-question": "^2.0.2",
40-
"textlint-rule-ja-space-around-code": "^2.0.2",
40+
"textlint-rule-ja-space-around-code": "^2.1.1",
4141
"textlint-rule-ja-space-between-half-and-full-width": "^2.0.2"
4242
}
4343
}

0 commit comments

Comments
 (0)