Skip to content

Commit 638b20d

Browse files
committed
Merge remote-tracking branch 'origin/main' into react-ui
* origin/main: chore(deps-dev): Bump tsdown from 0.20.3 to 0.21.0 (#254) Update T3, R3, 3N2, and 3L2 constituent definitions from TICON manual (#253) Fix incorrect division for milleseconds in JD function (#257) chore(deps-dev): Bump @changesets/changelog-github from 0.5.2 to 0.6.0 (#255)
2 parents c12079f + e780426 commit 638b20d

7 files changed

Lines changed: 225 additions & 225 deletions

File tree

.changeset/millesecond-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@neaps/tide-predictor": patch
3+
---
4+
5+
Fix incorrect division for milleseconds in JD function (Thanks @dartheditous)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@neaps/tide-predictor": patch
3+
---
4+
5+
Update T3, R3, 3N2, and 3L2 constituent definitions from TICON manual

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"release": "bash scripts/release.sh"
1414
},
1515
"devDependencies": {
16-
"@changesets/changelog-github": "^0.5.2",
16+
"@changesets/changelog-github": "^0.6.0",
1717
"@changesets/cli": "^2.29.8",
1818
"@eslint/js": "^10.0.1",
1919
"@types/make-fetch-happen": "^10.0.4",
@@ -26,7 +26,7 @@
2626
"npm-run-all": "^4.1.5",
2727
"pkg-pr-new": "^0.0.65",
2828
"prettier": "^3.7.4",
29-
"tsdown": "^0.20.1",
29+
"tsdown": "^0.21.0",
3030
"typescript": "^5.3.3",
3131
"typescript-eslint": "^8.56.0",
3232
"vitest": "^4.0.15"

0 commit comments

Comments
 (0)