Skip to content

Commit c2e26ab

Browse files
ci(changesets): update package version (#217)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 18e1e84 commit c2e26ab

File tree

6 files changed

+28
-23
lines changed

6 files changed

+28
-23
lines changed

.changeset/dark-ducks-unite.md

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

.changeset/sparkly-dolls-end.md

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

packages/callapi-plugins/CHANGELOG.md

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

3+
## 4.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d49f07d]
8+
- Updated dependencies [75163e4]
9+
- @zayne-labs/callapi@1.11.29
10+
311
## 4.0.28
412

513
### Patch Changes

packages/callapi-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zayne-labs/callapi-plugins",
33
"type": "module",
4-
"version": "4.0.28",
4+
"version": "4.0.29",
55
"description": "A collection of plugins for callapi",
66
"author": "Ryan Zayne",
77
"license": "MIT",

packages/callapi/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @zayne-labs/callapi
22

3+
## 1.11.29
4+
5+
### Patch Changes
6+
7+
- d49f07d: fix(callapi): Fix snd refactor types
8+
- refactor(types): Rename `GetCallApiResult` to `InferCallApiResult`
9+
- refactor(core): Improve `SharedExtraOptions` to support context overriding
10+
- fix(stream): Add default generic to `ReadableStream` augmentation
11+
- docs(middlewares): Fix caching plugin usage and enable twoslash
12+
- ci(workflows): Update pnpm version to 10.24.0
13+
- chore(deps): Update lockfile
14+
15+
- 75163e4: refactor(types): rename InferredPluginOptions to InferredExtraOptions for consistency
16+
17+
docs: update plugin and client type references in documentation
18+
fix: downgrade prettier to 3.6.2 due to compatibility issues
19+
style: reorganize imports in layout.shared.tsx
20+
321
## 1.11.28
422

523
### Patch Changes

packages/callapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zayne-labs/callapi",
33
"type": "module",
4-
"version": "1.11.28",
4+
"version": "1.11.29",
55
"description": "A lightweight wrapper over fetch with quality of life improvements like built-in request cancellation, retries, interceptors and more",
66
"author": "Ryan Zayne",
77
"license": "MIT",

0 commit comments

Comments
 (0)