Skip to content

Commit 3c2ceec

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

File tree

5 files changed

+23
-15
lines changed

5 files changed

+23
-15
lines changed

.changeset/crisp-ravens-rush.md

Lines changed: 0 additions & 13 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+
## 5.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5bf8413]
8+
- @zayne-labs/callapi@1.12.0
9+
310
## 4.0.46
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.46",
4+
"version": "5.0.0",
55
"description": "A collection of plugins for callapi",
66
"author": "Ryan Zayne",
77
"license": "MIT",

packages/callapi/CHANGELOG.md

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

3+
## 1.12.0
4+
5+
### Minor Changes
6+
7+
- 5bf8413: feat: ✨ add refetch functionality to error hooks
8+
9+
feat(hooks): 🎣 add refetch function to error context options
10+
feat(refetch): 🔄 implement refetch manager with attempt limiting
11+
feat(types): 📝 add refetch types and interfaces
12+
test(refetch): 🧪 add comprehensive refetch test suite
13+
feat(constants): 📋 add refetchAttempts default value
14+
refactor(client): 🔧 integrate refetch into fetch client
15+
refactor(retry): 🛠️ update retry logic for refetch compatibility
16+
317
## 1.11.46
418

519
### 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.46",
4+
"version": "1.12.0",
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)