Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed May 5, 2021
1 parent 02573de commit cb5b8f3
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.1.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1) (2021-05-05)


### Bug Fixes

* **space-around-code:** インラインコードの後にスペースを強制する処理が正常に動作していない不具合を修正 ([#26](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/26)) ([02573de](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/02573de681e18f8b6309573b306449396151e4fd))





# [2.1.0](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.2...v2.1.0) (2021-02-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.24",
"version": "2.1.0",
"version": "2.1.1",
"useWorkspaces": true,
"npmClient": "yarn"
}
11 changes: 11 additions & 0 deletions packages/textlint-rule-ja-space-around-code/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.1.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1) (2021-05-05)


### Bug Fixes

* **space-around-code:** インラインコードの後にスペースを強制する処理が正常に動作していない不具合を修正 ([#26](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/26)) ([02573de](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/02573de681e18f8b6309573b306449396151e4fd))





## [2.0.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2) (2020-09-09)

**Note:** Version bump only for package textlint-rule-ja-space-around-code
2 changes: 1 addition & 1 deletion packages/textlint-rule-ja-space-around-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-rule-ja-space-around-code",
"version": "2.0.2",
"version": "2.1.1",
"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.1.1](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.0...v2.1.1) (2021-05-05)

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





## [2.0.2](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.0.1...v2.0.2) (2020-09-09)

**Note:** Version bump only for package textlint-rule-preset-ja-spacing
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.0.2",
"version": "2.1.1",
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"textlint-rule-ja-no-space-between-full-width": "^2.0.2",
"textlint-rule-ja-space-after-exclamation": "^2.0.2",
"textlint-rule-ja-space-after-question": "^2.0.2",
"textlint-rule-ja-space-around-code": "^2.0.2",
"textlint-rule-ja-space-around-code": "^2.1.1",
"textlint-rule-ja-space-between-half-and-full-width": "^2.0.2"
}
}

0 comments on commit cb5b8f3

Please sign in to comment.