Skip to content

Commit 8616f3c

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

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fair-drinks-retire.md

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

packages/callapi/CHANGELOG.md

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

3+
## 1.11.17
4+
5+
### Patch Changes
6+
7+
- ab889c8: feat: add missing define helpers
8+
39
## 1.11.16
410

511
### 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.16",
4+
"version": "1.11.17",
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)