Skip to content

Commit 5410580

Browse files
Version Packages (#217)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c348cee commit 5410580

5 files changed

Lines changed: 18 additions & 9 deletions

File tree

.changeset/clean-monkeys-camp.md

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

packages/api/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#215](https://github.com/openwatersio/neaps/pull/215) [`df11392`](https://github.com/openwatersio/neaps/commit/df11392748559d477f0dc70ca910147fcc3414f3) Thanks [@bkeepers](https://github.com/bkeepers)! - Default to station's chart datum (usually LAT or MLLW)
8+
9+
- Updated dependencies [[`df11392`](https://github.com/openwatersio/neaps/commit/df11392748559d477f0dc70ca910147fcc3414f3)]:
10+
- neaps@0.5.1
11+
312
## 0.3.2
413

514
### Patch 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.3.2",
3+
"version": "0.3.3",
44
"description": "HTTP JSON API for tide predictions",
55
"repository": {
66
"type": "git",
@@ -32,7 +32,7 @@
3232
"cors": "^2.8.5",
3333
"express": "^4.18.2",
3434
"express-openapi-validator": "^5.1.6",
35-
"neaps": "^0.5.0"
35+
"neaps": "^0.5.1"
3636
},
3737
"devDependencies": {
3838
"@types/compression": "^1.7.5",

packages/neaps/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#215](https://github.com/openwatersio/neaps/pull/215) [`df11392`](https://github.com/openwatersio/neaps/commit/df11392748559d477f0dc70ca910147fcc3414f3) Thanks [@bkeepers](https://github.com/bkeepers)! - Default to station's chart datum (usually LAT or MLLW)
8+
39
## 0.5.0
410

511
### Minor Changes

packages/neaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neaps",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Tide predictions",
55
"keywords": [
66
"tides",

0 commit comments

Comments
 (0)