Skip to content

Commit

Permalink
v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 26, 2024
1 parent 648cb8e commit 88afa16
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.2...v2.4.3) (2024-04-26)


### Bug Fixes

* **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))





## [2.4.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.1...v2.4.2) (2024-04-24)

**Note:** Version bump only for package textlint-rule-preset-ja-spacing
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.4.2",
"version": "2.4.3",
"npmClient": "yarn"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.2...v2.4.3) (2024-04-26)


### Bug Fixes

* **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))





## [2.4.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.1...v2.4.2) (2024-04-24)

**Note:** Version bump only for package textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana",
"version": "2.4.2",
"version": "2.4.3",
"description": "カタカナ語間の区切り文字についてのtextlintルール",
"main": "lib/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/textlint-rule-preset-ja-spacing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.2...v2.4.3) (2024-04-26)

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





## [2.4.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.1...v2.4.2) (2024-04-24)

**Note:** Version bump only for package textlint-rule-preset-ja-spacing
Expand Down
4 changes: 2 additions & 2 deletions packages/textlint-rule-preset-ja-spacing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-rule-preset-ja-spacing",
"version": "2.4.2",
"version": "2.4.3",
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"textlint-scripts": "^13.3.3"
},
"dependencies": {
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.4.2",
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.4.3",
"textlint-rule-ja-no-space-around-parentheses": "^2.4.2",
"textlint-rule-ja-no-space-between-full-width": "^2.4.2",
"textlint-rule-ja-space-after-exclamation": "^2.4.2",
Expand Down
8 changes: 8 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.3](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.2...v2.4.3) (2024-04-26)

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





## [2.4.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.4.1...v2.4.2) (2024-04-24)

**Note:** Version bump only for package textlint-rule-preset-ja-spacing-playground
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "textlint-rule-preset-ja-spacing-playground",
"description": "rule playground",
"version": "2.4.2",
"version": "2.4.3",
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
"scripts": {
"textlint": "textlint ../README.md",
Expand All @@ -14,6 +14,6 @@
"@textlint/website-generator": "^0.16.1",
"textlint": "^13.3.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-ja-spacing": "^2.4.2"
"textlint-rule-preset-ja-spacing": "^2.4.3"
}
}

0 comments on commit 88afa16

Please sign in to comment.