File tree 6 files changed +34
-4
lines changed
textlint-rule-ja-space-between-half-and-full-width
textlint-rule-preset-ja-spacing
6 files changed +34
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.3.0] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.2.0...v2.3.0 ) (2023-01-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** space-between-half-and-full-width:** add an option to ignore numbers and apply only to alphabets ([ #45 ] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/45 ) ) ([ 4eec7ed] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/4eec7ed56db4089153ab31fd087fcb702525e298 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.2.0] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0 ) (2021-07-22)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.0.0-beta.24" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"useWorkspaces" : true ,
5
5
"npmClient" : " yarn"
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.3.0] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.2.0...v2.3.0 ) (2023-01-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** space-between-half-and-full-width:** add an option to ignore numbers and apply only to alphabets ([ #45 ] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues/45 ) ) ([ 4eec7ed] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/commit/4eec7ed56db4089153ab31fd087fcb702525e298 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 2.2.0] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0 ) (2021-07-22)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-ja-space-between-half-and-full-width" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " 半角文字と全角文字のスペースについてのtextlintルール" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 2.3.0] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.2.0...v2.3.0 ) (2023-01-23)
7
+
8
+ ** Note:** Version bump only for package textlint-rule-preset-ja-spacing
9
+
10
+
11
+
12
+
13
+
6
14
# [ 2.2.0] ( https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/compare/v2.1.3...v2.2.0 ) (2021-07-22)
7
15
8
16
** Note:** Version bump only for package textlint-rule-preset-ja-spacing
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textlint-rule-preset-ja-spacing" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " textlint-rule-preset-ja-spacingのルールプリセット" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
38
38
"textlint-rule-ja-space-after-exclamation" : " ^2.2.0" ,
39
39
"textlint-rule-ja-space-after-question" : " ^2.2.0" ,
40
40
"textlint-rule-ja-space-around-code" : " ^2.2.0" ,
41
- "textlint-rule-ja-space-between-half-and-full-width" : " ^2.2 .0"
41
+ "textlint-rule-ja-space-between-half-and-full-width" : " ^2.3 .0"
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments