Skip to content

Commit 5c85df8

Browse files
chore: release packages (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71e5732 commit 5c85df8

5 files changed

Lines changed: 19 additions & 11 deletions

File tree

.changeset/label-refactoring.md

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

apps/example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gracefullight/saju-example
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [06c5dfc]
8+
- @gracefullight/saju@0.5.0
9+
310
## 0.1.1
411

512
### Patch Changes

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gracefullight/saju-example",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/saju/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @gracefullight/saju
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 06c5dfc: Introduce Label objects across all analysis modules
8+
9+
- TwelveStages, TenGods, Strength, YongShen, SolarTerms, Relations, and Sinsals modules now return Label objects containing hanja (Chinese characters), korean (Korean text), and meaning (description)
10+
- Replace plain string return values with structured Label objects for better i18n and detailed display support
11+
- Improve example app UI to display hanja + korean + meaning across all analysis sections
12+
313
## 0.4.2
414

515
### Patch Changes

packages/saju/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gracefullight/saju",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Four Pillars (四柱) calculator with flexible date adapter support",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)