diff --git a/.changeset/rotten-games-glow.md b/.changeset/rotten-games-glow.md deleted file mode 100644 index 923cc3e97..000000000 --- a/.changeset/rotten-games-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@assistant-ui/react-playground": patch ---- - -fix: compat with latest main package version diff --git a/.changeset/young-dragons-kiss.md b/.changeset/young-dragons-kiss.md deleted file mode 100644 index e5b0d50d0..000000000 --- a/.changeset/young-dragons-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@assistant-ui/react-langgraph": patch ---- - -fix(langgraph): content part type check should output the content type diff --git a/packages/react-langgraph/CHANGELOG.md b/packages/react-langgraph/CHANGELOG.md index 1627c5990..1c36fcf1a 100644 --- a/packages/react-langgraph/CHANGELOG.md +++ b/packages/react-langgraph/CHANGELOG.md @@ -1,5 +1,11 @@ # @assistant-ui/react-langgraph +## 0.0.17 + +### Patch Changes + +- 851c10a: fix(langgraph): content part type check should output the content type + ## 0.0.16 ### Patch Changes diff --git a/packages/react-langgraph/package.json b/packages/react-langgraph/package.json index 708372b44..19edf36cb 100644 --- a/packages/react-langgraph/package.json +++ b/packages/react-langgraph/package.json @@ -1,6 +1,6 @@ { "name": "@assistant-ui/react-langgraph", - "version": "0.0.16", + "version": "0.0.17", "license": "MIT", "exports": { ".": { diff --git a/packages/react-playground/CHANGELOG.md b/packages/react-playground/CHANGELOG.md index a300b0c8e..a5cfca79a 100644 --- a/packages/react-playground/CHANGELOG.md +++ b/packages/react-playground/CHANGELOG.md @@ -1,5 +1,11 @@ # @assistant-ui/react-playground +## 0.0.39 + +### Patch Changes + +- e2d3e56: fix: compat with latest main package version + ## 0.0.38 ### Patch Changes diff --git a/packages/react-playground/package.json b/packages/react-playground/package.json index 7d7f34110..dc4f7a33d 100644 --- a/packages/react-playground/package.json +++ b/packages/react-playground/package.json @@ -1,6 +1,6 @@ { "name": "@assistant-ui/react-playground", - "version": "0.0.38", + "version": "0.0.39", "license": "MIT", "exports": { ".": {