Skip to content

Commit af3f75d

Browse files
committed
v2.4.0
1 parent 76da132 commit af3f75d

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
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.4.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.1...v2.4.0) (2024-04-20)
7+
8+
9+
### Features
10+
11+
* **ja-space-between-half-and-full-width:** add `allows` option ([#64](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/64)) ([76da132](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/76da13295e7a0a5746e707f0cc1d3ef87ed2e1cb))
12+
13+
14+
15+
16+
617
## [2.3.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.0...v2.3.1) (2024-03-10)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.3.1",
2+
"version": "2.4.0",
33
"npmClient": "yarn"
44
}

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.4.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.1...v2.4.0) (2024-04-20)
7+
8+
9+
### Features
10+
11+
* **ja-space-between-half-and-full-width:** add `allows` option ([#64](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/64)) ([76da132](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/76da13295e7a0a5746e707f0cc1d3ef87ed2e1cb))
12+
13+
14+
15+
16+
617
## [2.3.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.0...v2.3.1) (2024-03-10)
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

+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.3.1",
3+
"version": "2.4.0",
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.4.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.1...v2.4.0) (2024-04-20)
7+
8+
**Note:** Version bump only for package textlint-rule-preset-ja-spacing
9+
10+
11+
12+
13+
614
## [2.3.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.0...v2.3.1) (2024-03-10)
715

816

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.3.1",
3+
"version": "2.4.0",
44
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
55
"main": "lib/index.js",
66
"files": [
@@ -39,6 +39,6 @@
3939
"textlint-rule-ja-space-after-question": "^2.3.1",
4040
"textlint-rule-ja-space-around-code": "^2.3.1",
4141
"textlint-rule-ja-space-around-link": "^2.3.1",
42-
"textlint-rule-ja-space-between-half-and-full-width": "^2.3.1"
42+
"textlint-rule-ja-space-between-half-and-full-width": "^2.4.0"
4343
}
4444
}

website/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.4.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.1...v2.4.0) (2024-04-20)
7+
8+
**Note:** Version bump only for package textlint-rule-preset-ja-spacing-playground
9+
10+
11+
12+
13+
614
## [2.3.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.0...v2.3.1) (2024-03-10)
715

816

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "textlint-rule-preset-ja-spacing-playground",
44
"description": "rule playground",
5-
"version": "2.3.1",
5+
"version": "2.4.0",
66
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
77
"scripts": {
88
"textlint": "textlint ../README.md",
@@ -14,6 +14,6 @@
1414
"@textlint/website-generator": "^0.16.1",
1515
"textlint": "^13.3.3",
1616
"textlint-filter-rule-comments": "^1.2.2",
17-
"textlint-rule-preset-ja-spacing": "^2.3.1"
17+
"textlint-rule-preset-ja-spacing": "^2.4.0"
1818
}
1919
}

0 commit comments

Comments
 (0)