Skip to content

Commit 59a09a5

Browse files
authored
chore: publish langgraph integration packages (#371)
1 parent ff0dfdc commit 59a09a5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

typescript-sdk/integrations/langgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ag-ui/langgraph",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

typescript-sdk/integrations/langgraph/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ag-ui-langgraph"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
description = "Implementation of the AG-UI protocol for LangGraph."
55
authors = ["Ran Shem Tov <[email protected]>"]
66
readme = "README.md"

typescript-sdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"bump": "pnpm --filter './packages/*' exec -- pnpm version",
1515
"bump:alpha": "pnpm --filter './packages/*' exec -- pnpm version --preid alpha",
1616
"publish": "pnpm -r clean && pnpm install && turbo run build && pnpm publish -r --filter='./packages/*'",
17+
"publish:integrations": "pnpm -r clean && pnpm install && turbo run build && pnpm publish -r --filter='./integrations/*'",
1718
"publish:alpha": "pnpm -r clean && pnpm install && turbo run build && pnpm publish -r --no-git-checks --filter='./packages/*' --tag alpha"
1819
},
1920
"devDependencies": {

0 commit comments

Comments
 (0)