Skip to content

Commit 21762bc

Browse files
release: 0.2.23-alpha.1
1 parent 8ed025c commit 21762bc

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.19-alpha.1"
2+
".": "0.2.23-alpha.1"
33
}

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## 0.2.23-alpha.1 (2025-09-26)
4+
5+
Full Changelog: [v0.2.19-alpha.1...v0.2.23-alpha.1](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.19-alpha.1...v0.2.23-alpha.1)
6+
7+
### Features
8+
9+
* **api:** manual updates ([2fa1a33](https://github.com/llamastack/llama-stack-client-typescript/commit/2fa1a330cc6dce3f8057ba1f7c276a636ee043f5))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** fix circular dependencies and offset pagination ([c6badf8](https://github.com/llamastack/llama-stack-client-typescript/commit/c6badf8b6f9fa2fea0721eca5618705f93120d66))
15+
* coerce nullable values to undefined ([baa0d06](https://github.com/llamastack/llama-stack-client-typescript/commit/baa0d060f7ed3d7819e9db923d177d3d4bd15cba))
16+
17+
18+
### Performance Improvements
19+
20+
* faster formatting ([1903f1f](https://github.com/llamastack/llama-stack-client-typescript/commit/1903f1fe85cca1880b0cec165260ed68b5ba3075))
21+
22+
23+
### Chores
24+
25+
* ci build action ([a0be0f5](https://github.com/llamastack/llama-stack-client-typescript/commit/a0be0f57c6a99d06b580d62dbbf8d8b6f1447718))
26+
* do not install brew dependencies in ./scripts/bootstrap by default ([b1d5c7d](https://github.com/llamastack/llama-stack-client-typescript/commit/b1d5c7da386eb2135a25c05d9a73f4d47fbd81b6))
27+
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([463774e](https://github.com/llamastack/llama-stack-client-typescript/commit/463774e5208ff5d7fbff14d39954e024662c1b16))
28+
29+
30+
### Build System
31+
32+
* Bump version to 0.2.19 ([6756504](https://github.com/llamastack/llama-stack-client-typescript/commit/6756504abce9c5751634436e9a88be03b11b2baa))
33+
* Bump version to 0.2.20 ([7e953c7](https://github.com/llamastack/llama-stack-client-typescript/commit/7e953c741922ad3b5bb02d00279dac8cb82760dc))
34+
* Bump version to 0.2.21 ([50f7e6e](https://github.com/llamastack/llama-stack-client-typescript/commit/50f7e6e8784fe7ac99018dfdee23c0f5171b0c5b))
35+
* Bump version to 0.2.22 ([86089a1](https://github.com/llamastack/llama-stack-client-typescript/commit/86089a11b721427bcbcd2bf9d6b1c33407d7ce9c))
36+
337
## 0.2.19-alpha.1 (2025-08-26)
438

539
Full Changelog: [v0.2.18-alpha.3...v0.2.19-alpha.1](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.18-alpha.3...v0.2.19-alpha.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llama-stack-client",
3-
"version": "0.2.22",
3+
"version": "0.2.23-alpha.1",
44
"description": "The official TypeScript library for the Llama Stack Client API",
55
"author": "Llama Stack Client <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.2.22'; // x-release-please-version
1+
export const VERSION = '0.2.23-alpha.1'; // x-release-please-version

0 commit comments

Comments
 (0)