Skip to content

Commit 6c9ceeb

Browse files
Version Packages
1 parent e780426 commit 6c9ceeb

13 files changed

Lines changed: 58 additions & 38 deletions

.changeset/aligned-timeline-boundaries.md

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

.changeset/api-bbox-support.md

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

.changeset/millesecond-fix.md

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

.changeset/spurious-extremes.md

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

.changeset/ticon-constituent-updates.md

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

packages/api/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @neaps/api
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [`1af0c22`](https://github.com/openwatersio/neaps/commit/1af0c22bb2181915d879821c17ed909731d2f1d2) Thanks [@bkeepers](https://github.com/bkeepers)! - Add `bbox` query parameter to `GET /stations` for filtering stations by bounding box. Pass a comma-separated string `minLon,minLat,maxLon,maxLat` to return only stations within that geographic area.
8+
9+
Also allows reserved characters (e.g. commas) in the `query` parameter, enabling searches like `"San Francisco, CA"`.
10+
11+
Bump `@neaps/tide-database` dependency to `0.7`.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`1af0c22`](https://github.com/openwatersio/neaps/commit/1af0c22bb2181915d879821c17ed909731d2f1d2)]:
16+
- neaps@0.6.1
17+
318
## 0.4.0
419

520
### Minor Changes

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neaps/api",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "HTTP JSON API for tide predictions",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
"cors": "^2.8.5",
3434
"express": "^4.18.2",
3535
"express-openapi-validator": "^5.1.6",
36-
"neaps": "^0.6.0"
36+
"neaps": "^0.6.1"
3737
},
3838
"devDependencies": {
3939
"@types/compression": "^1.7.5",

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @neaps/cli
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1af0c22`](https://github.com/openwatersio/neaps/commit/1af0c22bb2181915d879821c17ed909731d2f1d2)]:
8+
- @neaps/api@0.5.0
9+
- neaps@0.6.1
10+
311
## 0.1.0
412

513
### Minor Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neaps/cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Command line interface for Neaps tide prediction",
55
"keywords": [
66
"tides",
@@ -39,12 +39,12 @@
3939
"test": "vitest"
4040
},
4141
"dependencies": {
42-
"@neaps/api": "^0.4.0",
42+
"@neaps/api": "^0.5.0",
4343
"@neaps/tide-database": "0.7",
4444
"chalk": "^5.6.2",
4545
"cli-table3": "^0.6.5",
4646
"commander": "^14.0.3",
47-
"neaps": "^0.6.0"
47+
"neaps": "^0.6.1"
4848
},
4949
"devDependencies": {
5050
"@types/node": "^25.0.2",

packages/neaps/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# neaps
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [`1af0c22`](https://github.com/openwatersio/neaps/commit/1af0c22bb2181915d879821c17ed909731d2f1d2) Thanks [@bkeepers](https://github.com/bkeepers)! - Add `bbox` query parameter to `GET /stations` for filtering stations by bounding box. Pass a comma-separated string `minLon,minLat,maxLon,maxLat` to return only stations within that geographic area.
8+
9+
Also allows reserved characters (e.g. commas) in the `query` parameter, enabling searches like `"San Francisco, CA"`.
10+
11+
Bump `@neaps/tide-database` dependency to `0.7`.
12+
13+
- Updated dependencies [[`6feeca0`](https://github.com/openwatersio/neaps/commit/6feeca09bed1be0dde7b529965427655db004fbe), [`ccb662f`](https://github.com/openwatersio/neaps/commit/ccb662ff1742fcd504b8dcbdf876781a96ca4e71), [`c1f0144`](https://github.com/openwatersio/neaps/commit/c1f014473b63d0720f0f313b4c9d6b1b50d00a72), [`764b8c0`](https://github.com/openwatersio/neaps/commit/764b8c0dd0fb07bad272fcc4a39f6bd1af97814a)]:
14+
- @neaps/tide-predictor@0.9.0
15+
316
## 0.6.0
417

518
### Minor Changes

0 commit comments

Comments
 (0)