Skip to content

Commit 4bd60af

Browse files
committed
Version 1.6.0
1 parent f38e284 commit 4bd60af

File tree

7 files changed

+18
-9
lines changed

7 files changed

+18
-9
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mojidata-workspace",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"private": true,
55
"scripts": {
66
"test": "(cd packages/mojidata && yarn test) && (cd packages/idstool && yarn test) && (cd packages/mojidata-cli && yarn test)",

Diff for: packages/idstool/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.6.0] - 2024-09-11
9+
10+
- Update Mojidata to version 1.6.0.
11+
812
## [1.5.0] - 2024-06-06
913

1014
- Normalize 𤣩 with 王 instead of 玉.

Diff for: packages/idstool/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mandel59/idstool",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Manipurate CJK ideograph structures",
55
"repository": {
66
"type": "git",
@@ -28,7 +28,7 @@
2828
"author": "Ryusei Yamaguchi",
2929
"license": "MIT",
3030
"dependencies": {
31-
"@mandel59/mojidata": "^1.5.0",
31+
"@mandel59/mojidata": "^1.6.0",
3232
"better-sqlite3": "^8.2.0"
3333
},
3434
"devDependencies": {

Diff for: packages/mojidata-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mandel59/mojidata-cli",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
"author": "Ryusei Yamaguchi",
2626
"license": "MIT",
2727
"dependencies": {
28-
"@mandel59/mojidata": "^1.5.0",
28+
"@mandel59/mojidata": "^1.6.0",
2929
"better-sqlite3": "^8.2.0"
3030
},
3131
"devDependencies": {

Diff for: packages/mojidata/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.6.0] - 2024-09-11
9+
10+
- Update UCD to version 16.0.0
11+
- Update IDS.TXT
12+
813
## [1.5.0] - 2024-06-06
914

1015
- Update licenses/unicode.txt. Unicode License v3 is now applied for the Unicode data.

Diff for: packages/mojidata/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mandel59/mojidata",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Mojidata Character Database",
55
"homepage": "https://github.com/mandel59/mojidata/",
66
"repository": {

Diff for: yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ __metadata:
6868
version: 0.0.0-use.local
6969
resolution: "@mandel59/idstool@workspace:packages/idstool"
7070
dependencies:
71-
"@mandel59/mojidata": "npm:^1.5.0"
71+
"@mandel59/mojidata": "npm:^1.6.0"
7272
"@types/node": "npm:^16.9.1"
7373
ava: "npm:^3.15.0"
7474
better-sqlite3: "npm:^8.2.0"
@@ -92,7 +92,7 @@ __metadata:
9292
version: 0.0.0-use.local
9393
resolution: "@mandel59/mojidata-cli@workspace:packages/mojidata-cli"
9494
dependencies:
95-
"@mandel59/mojidata": "npm:^1.5.0"
95+
"@mandel59/mojidata": "npm:^1.6.0"
9696
"@types/better-sqlite3": "npm:^7.4.0"
9797
"@types/node": "npm:^16.9.1"
9898
ava: "npm:^3.15.0"
@@ -107,7 +107,7 @@ __metadata:
107107
languageName: unknown
108108
linkType: soft
109109

110-
"@mandel59/mojidata@npm:^1.5.0, @mandel59/mojidata@workspace:packages/mojidata":
110+
"@mandel59/mojidata@npm:^1.6.0, @mandel59/mojidata@workspace:packages/mojidata":
111111
version: 0.0.0-use.local
112112
resolution: "@mandel59/mojidata@workspace:packages/mojidata"
113113
dependencies:

0 commit comments

Comments
 (0)