Skip to content

Commit 2c6c5b1

Browse files
Version Packages (#111)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cf8e1d0 commit 2c6c5b1

8 files changed

+44
-53
lines changed

.changeset/early-mugs-clap.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fluffy-panthers-walk.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/mighty-pillows-agree.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/new-kids-switch.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/ninety-oranges-heal.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tasty-buses-jump.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,53 @@
11
# textlint-rule-preset-ja-technical-writing
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- 8d685f3: Update dependency textlint-rule-max-comma to v3
8+
9+
Node.js 16+が必要になります。
10+
11+
- 33b2a7f: - update dependency textlint-rule-ja-no-mixed-period to v3
12+
13+
Node.js 16+が必要になっています。
14+
15+
- d393923: chore(deps): update textlint-rule-sentence-length@4
16+
17+
- Node.js 16+が必要となりました
18+
- `exclusionPatterns`オプションが廃止されたため、 `skipPatterns`オプションを利用してください
19+
- https://github.com/textlint-rule/textlint-rule-sentence-length/releases/tag/v4.0.0
20+
21+
- ad91c7a: fix(deps): update dependency textlint-rule-no-hankaku-kana to v2
22+
23+
- https://github.com/textlint-ja/textlint-rule-no-hankaku-kana/releases/tag/v2.0.0
24+
- Node.js 14+が必要になりました
25+
- textlint v12.3.0 が必要になりました
26+
27+
- cd3d790: fix(deps): update dependency textlint-rule-no-nfd to v2
28+
29+
textlint v12.2.0+が必要になります。
30+
31+
### Patch Changes
32+
33+
- ae7c716: docs: オプションを完全なものに変更。ルールの説明を書き直し
34+
35+
README のオプション表記やルールの説明を書き直しました。
36+
337
## 7.0.0
38+
439
### Major Changes
540

641
- ac46d78: :sparkles: [textlint-rule/textlint-rule-sentence-length v3.0.0](https://github.com/textlint-rule/textlint-rule-sentence-length/releases/v3.0.0)へアップデート
7-
8-
3.0.0では、デフォルトでは次のようなURLそのものがリンクとなっているケースをカウントしないようになっています
9-
42+
43+
3.0.0 では、デフォルトでは次のような URL そのものがリンクとなっているケースをカウントしないようになっています
44+
1045
> Very long <https://example.com?longlonglong> URL.
46+
1147
- 6c1d348: :new: [textlint-rule-no-zero-width-spaces](https://github.com/textlint-rule/textlint-rule-no-zero-width-spaces)を追加
12-
48+
1349
ゼロ幅スペース(`\u200b`)が文章に入るのを防止するルールです。
50+
1451
- 55f945a: :sparkles: [textlint-rule/textlint-rule-no-invalid-control-character v2.0.0](https://github.com/textlint-rule/textlint-rule-no-invalid-control-character/releases/tag/v2.0.0)へ更新
15-
16-
デフォルトでimgのalt内に制御文字列が含まれているかをチェックするようになります
52+
53+
デフォルトで img の alt 内に制御文字列が含まれているかをチェックするようになります

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-preset-ja-technical-writing",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "技術文書向けのtextlintルールプリセット",
55
"keywords": [
66
"textlint",

0 commit comments

Comments
 (0)