Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 20, 2024
1 parent 76da132 commit af3f75d
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.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.1...v2.4.0) (2024-04-20)


### Features

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





## [2.3.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.0...v2.3.1) (2024-03-10)


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.3.1",
"version": "2.4.0",
"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.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.1...v2.4.0) (2024-04-20)


### Features

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





## [2.3.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.0...v2.3.1) (2024-03-10)

**Note:** Version bump only for package textlint-rule-ja-space-between-half-and-full-width
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-rule-ja-space-between-half-and-full-width",
"version": "2.3.1",
"version": "2.4.0",
"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.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.1...v2.4.0) (2024-04-20)

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





## [2.3.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.0...v2.3.1) (2024-03-10)


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.3.1",
"version": "2.4.0",
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -39,6 +39,6 @@
"textlint-rule-ja-space-after-question": "^2.3.1",
"textlint-rule-ja-space-around-code": "^2.3.1",
"textlint-rule-ja-space-around-link": "^2.3.1",
"textlint-rule-ja-space-between-half-and-full-width": "^2.3.1"
"textlint-rule-ja-space-between-half-and-full-width": "^2.4.0"
}
}
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.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.1...v2.4.0) (2024-04-20)

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





## [2.3.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.3.0...v2.3.1) (2024-03-10)


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.3.1",
"version": "2.4.0",
"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.3.1"
"textlint-rule-preset-ja-spacing": "^2.4.0"
}
}

0 comments on commit af3f75d

Please sign in to comment.