Skip to content

Commit c24801c

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

9 files changed

Lines changed: 32 additions & 9 deletions

File tree

.changeset/modern-ideas-do.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.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [40c8a4e]
8+
- @zayne-labs/callapi@1.9.10
9+
- @zayne-labs/callapi-plugins@2.0.7
10+
311
## 0.0.43
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.43",
4+
"version": "0.0.44",
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.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [40c8a4e]
8+
- @zayne-labs/callapi@1.9.10
9+
310
## 0.0.31
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.31",
4+
"version": "0.0.32",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [40c8a4e]
8+
- @zayne-labs/callapi@1.9.10
9+
310
## 2.0.6
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.6",
4+
"version": "2.0.7",
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.10
4+
5+
### Patch Changes
6+
7+
- 40c8a4e: fix: validation bug due to wrong arguments passed
8+
39
## 1.9.9
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.9",
4+
"version": "1.9.10",
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)