Skip to content

Commit 3bf3acb

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

9 files changed

Lines changed: 32 additions & 9 deletions

File tree

.changeset/eleven-plants-cover.md

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

apps/dev/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# dev
22

3+
## 0.0.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4a9fcdf]
8+
- @zayne-labs/callapi@1.9.11
9+
- @zayne-labs/callapi-plugins@2.0.8
10+
311
## 0.0.44
412

513
### Patch Changes

apps/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dev",
33
"type": "module",
4-
"version": "0.0.44",
4+
"version": "0.0.45",
55
"private": true,
66
"scripts": {
77
"build": "tsc && vite build",

apps/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs
22

3+
## 0.0.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4a9fcdf]
8+
- @zayne-labs/callapi@1.9.11
9+
310
## 0.0.32
411

512
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4-
"version": "0.0.32",
4+
"version": "0.0.33",
55
"private": true,
66
"scripts": {
77
"build": "pnpm -w build:callapi && next build",

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+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4a9fcdf]
8+
- @zayne-labs/callapi@1.9.11
9+
310
## 2.0.7
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": "2.0.7",
4+
"version": "2.0.8",
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.9.11
4+
5+
### Patch Changes
6+
7+
- 4a9fcdf: fix: properly infer response types
8+
39
## 1.9.10
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.9.10",
4+
"version": "1.9.11",
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)