generated from antfu/starter-ts
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 1.0.0 (2024-04-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* explecitly set exports ([703cf96](https://github.com/zamanapp/week-dates/commit/703cf969fb7464a2795feed81abbb29ae57a71ce)) | ||
* fixed exports to have type exports ([bf4e18c](https://github.com/zamanapp/week-dates/commit/bf4e18c20c88f737f2cae58eedfd9d56a2ed11a9)) | ||
* fixed some calendar implementation and minor bugs ([4f8f2a0](https://github.com/zamanapp/week-dates/commit/4f8f2a0c8bd2cb2d4d9f9e4d85355ab6ca900d2c)) | ||
|
||
|
||
### Features | ||
|
||
* added civil and tbla calendars ([1db2112](https://github.com/zamanapp/week-dates/commit/1db21128eaeafe8ef527d732086ba82cbdf50672)) | ||
* added missing features to PlainwekDate ([3aab2fc](https://github.com/zamanapp/week-dates/commit/3aab2fcef546b36cae44ca59e93d9ff3694710a2)) | ||
* fixed exports ([e931d18](https://github.com/zamanapp/week-dates/commit/e931d1877a1abc4e2e6e317faf3b390e9e1ca9a1)) | ||
* Hijri week calcualations working ([388443a](https://github.com/zamanapp/week-dates/commit/388443ada7ec6ab03a5c2b8590c6686fd1c89a43)) | ||
* Iso week dates calcualtions working ([9e2ddbf](https://github.com/zamanapp/week-dates/commit/9e2ddbfd4459452467a2b5f77a5790e7b4c16315)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@zamanapp/week-dates", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"packageManager": "[email protected]", | ||
"description": "Utilities for working with week dates according ISO 8601 (ISO week date) and Hijri week calendars (Hijri week date) using Temporal.", | ||
"author": "khawarizmus <[email protected]>", | ||
|