Skip to content

Commit efc0c76

Browse files
release: 0.2.19-alpha.2
1 parent 5caa51f commit efc0c76

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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.19-alpha.2"
33
}

CHANGELOG.md

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

3+
## 0.2.19-alpha.2 (2025-09-08)
4+
5+
Full Changelog: [v0.2.19-alpha.1...v0.2.19-alpha.2](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.19-alpha.1...v0.2.19-alpha.2)
6+
7+
### Bug Fixes
8+
9+
* **client:** fix circular dependencies and offset pagination ([7d8d4d8](https://github.com/llamastack/llama-stack-client-typescript/commit/7d8d4d8f7ea07b4bb1a88e35f7a09dc17bc8c082))
10+
11+
12+
### Chores
13+
14+
* ci build action ([5caa51f](https://github.com/llamastack/llama-stack-client-typescript/commit/5caa51f14ca4d05aff5ff251ecba7531737ac857))
15+
16+
17+
### Build System
18+
19+
* Bump version to 0.2.19 ([6756504](https://github.com/llamastack/llama-stack-client-typescript/commit/6756504abce9c5751634436e9a88be03b11b2baa))
20+
* Bump version to 0.2.20 ([7e953c7](https://github.com/llamastack/llama-stack-client-typescript/commit/7e953c741922ad3b5bb02d00279dac8cb82760dc))
21+
* Bump version to 0.2.21 ([50f7e6e](https://github.com/llamastack/llama-stack-client-typescript/commit/50f7e6e8784fe7ac99018dfdee23c0f5171b0c5b))
22+
323
## 0.2.19-alpha.1 (2025-08-26)
424

525
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.21",
3+
"version": "0.2.19-alpha.2",
44
"description": "The official TypeScript library for the Llama Stack Client API",
55
"author": "Llama Stack Client <llamastack@meta.com>",
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.21'; // x-release-please-version
1+
export const VERSION = '0.2.19-alpha.2'; // x-release-please-version

0 commit comments

Comments
 (0)