From 21ffe8542afe84200aac52837bedd53b70a01830 Mon Sep 17 00:00:00 2001 From: Tyler Slaton Date: Mon, 29 Sep 2025 17:49:07 -0700 Subject: [PATCH 1/2] chore(llamaindex): release 0.1.3-next.0 Signed-off-by: Tyler Slaton --- typescript-sdk/integrations/llamaindex/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript-sdk/integrations/llamaindex/package.json b/typescript-sdk/integrations/llamaindex/package.json index 5ae6ca3cb..cba7b0d6e 100644 --- a/typescript-sdk/integrations/llamaindex/package.json +++ b/typescript-sdk/integrations/llamaindex/package.json @@ -1,7 +1,7 @@ { "name": "@ag-ui/llamaindex", "author": "Logan Markewich ", - "version": "0.1.2", + "version": "0.1.3-next.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -24,8 +24,8 @@ "unlink:global": "pnpm unlink --global" }, "peerDependencies": { - "@ag-ui/core": ">=0.0.37", - "@ag-ui/client": ">=0.0.37", + "@ag-ui/core": ">=0.0.39", + "@ag-ui/client": ">=0.0.39", "rxjs": "7.8.1" }, "devDependencies": { From 5836942db2e877442f1fd616c936b0c9f9c5d3af Mon Sep 17 00:00:00 2001 From: Tyler Slaton Date: Mon, 29 Sep 2025 17:52:01 -0700 Subject: [PATCH 2/2] chore(llamaindex): release 0.1.3 Signed-off-by: Tyler Slaton --- typescript-sdk/integrations/llamaindex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-sdk/integrations/llamaindex/package.json b/typescript-sdk/integrations/llamaindex/package.json index cba7b0d6e..a2a315e62 100644 --- a/typescript-sdk/integrations/llamaindex/package.json +++ b/typescript-sdk/integrations/llamaindex/package.json @@ -1,7 +1,7 @@ { "name": "@ag-ui/llamaindex", "author": "Logan Markewich ", - "version": "0.1.3-next.0", + "version": "0.1.3", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",