Skip to content

Commit 2b3d90a

Browse files
Merge pull request #12 from svycal/changeset-release/main
chore: release packages
2 parents 3bac651 + a94cf91 commit 2b3d90a

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/error-response-code-field.md

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

packages/core/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [`3bac651`](https://github.com/svycal/appointments/commit/3bac6511150190728ff9d92280f5b55b46e167e7) Thanks [@derrickreimer](https://github.com/derrickreimer)! - **New:** -- Error responses now include an optional `code` field containing a machine-readable error code (e.g. `slot_unavailable`, `no_available_provider`). See [GenericErrorResponse](https://developers.savvycal.app/api/schemas/genericerrorresponse) and [JsonErrorResponse](https://developers.savvycal.app/api/schemas/jsonerrorresponse).
8+
39
## 0.9.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@savvycal/appointments-core",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"type": "module",
55
"description": "JavaScript/TypeScript client library for the SavvyCal Appointments API",
66
"main": "./dist/index.cjs",

packages/react-query/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @savvycal/appointments-react-query
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3bac651`](https://github.com/svycal/appointments/commit/3bac6511150190728ff9d92280f5b55b46e167e7)]:
8+
- @savvycal/appointments-core@0.10.0
9+
310
## 0.3.1
411

512
### Patch Changes

packages/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@savvycal/appointments-react-query",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"description": "A tiny wrapper around @tanstack/react-query for the SavvyCal Appointments API",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)