Skip to content

Commit 2393ffe

Browse files
ci(changesets): update package version (#261)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ecff01 commit 2393ffe

6 files changed

Lines changed: 23 additions & 16 deletions

File tree

.changeset/forty-cameras-type.md

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

.changeset/sour-streets-dress.md

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

packages/callapi-plugins/CHANGELOG.md

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

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- bfd60e1: ✨ feat(callapi-plugins): improve logger output with method-aware prefixes, status text, durations, better error formatting, and a new Vitest logger test suite
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [bfd60e1]
12+
- @zayne-labs/callapi@1.14.2
13+
314
## 7.0.1
415

516
### 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": "7.0.1",
4+
"version": "7.1.0",
55
"description": "A collection of plugins for callapi",
66
"author": "Ryan Zayne",
77
"license": "MIT",

packages/callapi/CHANGELOG.md

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

3+
## 1.14.2
4+
5+
### Patch Changes
6+
7+
- bfd60e1: ✨ feat(callapi): improve URL param and query serialization by encoding path segments, normalizing baseURL joins, preserving repeated URLSearchParams values, and replacing duplicate query keys
8+
🧪 test(callapi): add coverage for structured query serialization, repeated query params, normalized baseURL slashes, encoded path params, and repeated placeholder resolution
9+
✨ feat(callapi-plugins): improve logger output with method-aware prefixes, status text, durations, better error formatting, and a new Vitest logger test suite
10+
📝 docs(apps-docs): migrate the docs source pipeline to Satteri, add a copyable Markdown link action, move shared LLM and page-image helpers, and refresh URL helper and migration guidance
11+
⬆️ chore(deps): bump pnpm to 11.18.0, add @fumadocs/satteri, enable plugin test scripts, relax workspace build settings, and align GitHub Actions with the new pnpm version
12+
313
## 1.14.1
414

515
### 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.14.1",
4+
"version": "1.14.2",
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)