Skip to content

Commit fac5753

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

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

.changeset/warm-rockets-marry.md

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

packages/callapi-plugins/CHANGELOG.md

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

3+
## 4.0.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [91a8114]
8+
- @zayne-labs/callapi@1.11.28
9+
310
## 4.0.27
411

512
### 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.27",
4+
"version": "4.0.28",
55
"description": "A collection of plugins for callapi",
66
"author": "Ryan Zayne",
77
"license": "MIT",

packages/callapi/CHANGELOG.md

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

3+
## 1.11.28
4+
5+
### Patch Changes
6+
7+
- 91a8114: refactor(callapi): further improve type simplification in a few core areas
8+
- Add GetMergedCallApiContext type for better context merging
9+
- Simplify Hooks interface by removing redundant generic params
10+
- Update Middlewares interface to support context types
11+
- Remove type-preserving overload from toFormData utility
12+
- Reorganize imports in test files
13+
314
## 1.11.27
415

516
### 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.27",
4+
"version": "1.11.28",
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)