Skip to content

Commit

Permalink
update root package
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed May 9, 2024
1 parent d559722 commit 63ba413
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
<!-- https://keepachangelog.com/en/1.0.0/ -->

## [0.6.0] 2024-05-08
### Added
- Add THAI numeral package

## [0.5.0] 2024-05-03
### Added
- Add Aegean numeral package

## [0.4.0] 2024-05-01
### Added
- Add Roman numeral package
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ This is a monorepo for the Numerals project.
### aegean 𐄇 𐄈 𐄐 𐄢
[README](https://github.com/amerharb/numerals/blob/main/packages/aegean/README.md)

### thai ๐๑๒๓๔๕๖๗๘๙
[README](https://github.com/amerharb/numerals/blob/main/packages/thai/README.md)

### numerals-client
Example of a client for npm package

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"packages/hieroglyphic",
"packages/roman",
"packages/aegean",
"packages/thai",
"packages/numerals-client",
"packages/numerals-web"
],
"version": "0.5.0",
"version": "0.6.0",
"author": "Amer Harb",
"license": "ISC",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,12 @@ __metadata:
languageName: unknown
linkType: soft

"@numerals/thai@workspace:packages/thai":
version: 0.0.0-use.local
resolution: "@numerals/thai@workspace:packages/thai"
languageName: unknown
linkType: soft

"@pkgjs/parseargs@npm:^0.11.0":
version: 0.11.0
resolution: "@pkgjs/parseargs@npm:0.11.0"
Expand Down

0 comments on commit 63ba413

Please sign in to comment.