Skip to content

Commit cb4c4f8

Browse files
committed
v2.3.0
1 parent 4eec7ed commit cb4c4f8

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

Diff for: 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.3.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.2.0...v2.3.0) (2023-01-23)
7+
8+
9+
### Features
10+
11+
* **space-between-half-and-full-width:** add an option to ignore numbers and apply only to alphabets ([#45](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/45)) ([4eec7ed](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/4eec7ed56db4089153ab31fd087fcb702525e298))
12+
13+
14+
15+
16+
617
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
718

819

Diff for: 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.2.0",
3+
"version": "2.3.0",
44
"useWorkspaces": true,
55
"npmClient": "yarn"
66
}

Diff for: packages/textlint-rule-ja-space-between-half-and-full-width/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.3.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.2.0...v2.3.0) (2023-01-23)
7+
8+
9+
### Features
10+
11+
* **space-between-half-and-full-width:** add an option to ignore numbers and apply only to alphabets ([#45](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/45)) ([4eec7ed](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/4eec7ed56db4089153ab31fd087fcb702525e298))
12+
13+
14+
15+
16+
617
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
718

819

Diff for: packages/textlint-rule-ja-space-between-half-and-full-width/package.json

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

Diff for: 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.3.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.2.0...v2.3.0) (2023-01-23)
7+
8+
**Note:** Version bump only for package textlint-rule-preset-ja-spacing
9+
10+
11+
12+
13+
614
# [2.2.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0) (2021-07-22)
715

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

Diff for: 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.2.0",
3+
"version": "2.3.0",
44
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
55
"main": "lib/index.js",
66
"files": [
@@ -38,6 +38,6 @@
3838
"textlint-rule-ja-space-after-exclamation": "^2.2.0",
3939
"textlint-rule-ja-space-after-question": "^2.2.0",
4040
"textlint-rule-ja-space-around-code": "^2.2.0",
41-
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0"
41+
"textlint-rule-ja-space-between-half-and-full-width": "^2.3.0"
4242
}
4343
}

0 commit comments

Comments
 (0)