File tree 7 files changed +18
-9
lines changed
7 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mojidata-workspace" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"test" : " (cd packages/mojidata && yarn test) && (cd packages/idstool && yarn test) && (cd packages/mojidata-cli && yarn test)" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 1.6.0] - 2024-09-11
9
+
10
+ - Update Mojidata to version 1.6.0.
11
+
8
12
## [ 1.5.0] - 2024-06-06
9
13
10
14
- Normalize 𤣩 with 王 instead of 玉.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mandel59/idstool" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"description" : " Manipurate CJK ideograph structures" ,
5
5
"repository" : {
6
6
"type" : " git" ,
28
28
"author" : " Ryusei Yamaguchi" ,
29
29
"license" : " MIT" ,
30
30
"dependencies" : {
31
- "@mandel59/mojidata" : " ^1.5 .0" ,
31
+ "@mandel59/mojidata" : " ^1.6 .0" ,
32
32
"better-sqlite3" : " ^8.2.0"
33
33
},
34
34
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mandel59/mojidata-cli" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"description" : " " ,
5
5
"repository" : {
6
6
"type" : " git" ,
25
25
"author" : " Ryusei Yamaguchi" ,
26
26
"license" : " MIT" ,
27
27
"dependencies" : {
28
- "@mandel59/mojidata" : " ^1.5 .0" ,
28
+ "@mandel59/mojidata" : " ^1.6 .0" ,
29
29
"better-sqlite3" : " ^8.2.0"
30
30
},
31
31
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 1.6.0] - 2024-09-11
9
+
10
+ - Update UCD to version 16.0.0
11
+ - Update IDS.TXT
12
+
8
13
## [ 1.5.0] - 2024-06-06
9
14
10
15
- Update licenses/unicode.txt. Unicode License v3 is now applied for the Unicode data.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mandel59/mojidata" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"description" : " Mojidata Character Database" ,
5
5
"homepage" : " https://github.com/mandel59/mojidata/" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ __metadata:
68
68
version : 0.0.0-use.local
69
69
resolution : " @mandel59/idstool@workspace:packages/idstool"
70
70
dependencies :
71
- " @mandel59/mojidata " : " npm:^1.5 .0"
71
+ " @mandel59/mojidata " : " npm:^1.6 .0"
72
72
" @types/node " : " npm:^16.9.1"
73
73
ava : " npm:^3.15.0"
74
74
better-sqlite3 : " npm:^8.2.0"
@@ -92,7 +92,7 @@ __metadata:
92
92
version : 0.0.0-use.local
93
93
resolution : " @mandel59/mojidata-cli@workspace:packages/mojidata-cli"
94
94
dependencies :
95
- " @mandel59/mojidata " : " npm:^1.5 .0"
95
+ " @mandel59/mojidata " : " npm:^1.6 .0"
96
96
" @types/better-sqlite3 " : " npm:^7.4.0"
97
97
" @types/node " : " npm:^16.9.1"
98
98
ava : " npm:^3.15.0"
@@ -107,7 +107,7 @@ __metadata:
107
107
languageName : unknown
108
108
linkType : soft
109
109
110
- " @mandel59/mojidata@npm:^1.5 .0, @mandel59/mojidata@workspace:packages/mojidata " :
110
+ " @mandel59/mojidata@npm:^1.6 .0, @mandel59/mojidata@workspace:packages/mojidata " :
111
111
version : 0.0.0-use.local
112
112
resolution : " @mandel59/mojidata@workspace:packages/mojidata"
113
113
dependencies :
You can’t perform that action at this time.
0 commit comments