Skip to content

Commit 88afa16

Browse files
committed
v2.4.3
1 parent 648cb8e commit 88afa16

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
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.4.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.2...v2.4.3) (2024-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **ja-nakaguro-or-halfwidth-space-between-katakana:** replace match-index with String.prototype.matchAll ([#70](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/70)) ([648cb8e](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/648cb8ea04c5033365669b1d2a46585f082c1f7e))
12+
13+
14+
15+
16+
617
## [2.4.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.1...v2.4.2) (2024-04-24)
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,4 +1,4 @@
11
{
2-
"version": "2.4.2",
2+
"version": "2.4.3",
33
"npmClient": "yarn"
44
}

packages/textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana/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.4.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.2...v2.4.3) (2024-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **ja-nakaguro-or-halfwidth-space-between-katakana:** replace match-index with String.prototype.matchAll ([#70](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/70)) ([648cb8e](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/648cb8ea04c5033365669b1d2a46585f082c1f7e))
12+
13+
14+
15+
16+
617
## [2.4.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.1...v2.4.2) (2024-04-24)
718

819
**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.4.2",
3+
"version": "2.4.3",
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.4.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.2...v2.4.3) (2024-04-26)
7+
8+
**Note:** Version bump only for package textlint-rule-preset-ja-spacing
9+
10+
11+
12+
13+
614
## [2.4.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.1...v2.4.2) (2024-04-24)
715

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-rule-preset-ja-spacing",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
55
"main": "lib/index.js",
66
"files": [
@@ -32,7 +32,7 @@
3232
"textlint-scripts": "^13.3.3"
3333
},
3434
"dependencies": {
35-
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.4.2",
35+
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.4.3",
3636
"textlint-rule-ja-no-space-around-parentheses": "^2.4.2",
3737
"textlint-rule-ja-no-space-between-full-width": "^2.4.2",
3838
"textlint-rule-ja-space-after-exclamation": "^2.4.2",

website/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.4.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.2...v2.4.3) (2024-04-26)
7+
8+
**Note:** Version bump only for package textlint-rule-preset-ja-spacing-playground
9+
10+
11+
12+
13+
614
## [2.4.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.1...v2.4.2) (2024-04-24)
715

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

website/package.json

Lines changed: 2 additions & 2 deletions
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.4.2",
5+
"version": "2.4.3",
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.4.2"
17+
"textlint-rule-preset-ja-spacing": "^2.4.3"
1818
}
1919
}

0 commit comments

Comments
 (0)