Skip to content

Commit ca2d7f0

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

File tree

5 files changed

+22
-14
lines changed

5 files changed

+22
-14
lines changed

.changeset/smooth-parks-relax.md

Lines changed: 0 additions & 12 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.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [584565d]
8+
- @zayne-labs/callapi@1.11.33
9+
310
## 4.0.31
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.32",
4+
"version": "4.0.33",
55
"description": "A collection of plugins for callapi",
66
"author": "Ryan Zayne",
77
"license": "MIT",

packages/callapi/CHANGELOG.md

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

3+
## 1.11.33
4+
5+
### Patch Changes
6+
7+
- 584565d: refactor(callapi): improve auth typing and inference ♻️
8+
9+
refactor(callapi): rename `Auth` to `AuthOption` and refine auth types (Bearer, Token, Basic, Custom) ♻️
10+
feat(callapi): add `InferAuthOption` to support schema-based auth typing ✨
11+
fix(callapi): update usages of `Auth` to `AuthOption` in hooks and common types 🔧
12+
docs: update authorization documentation to reflect new types 📚
13+
test: update auth tests to match new type definitions ✅
14+
chore: update dependencies and lockfile 📦
15+
316
## 1.11.31
417

518
### 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.32",
4+
"version": "1.11.33",
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)