diff --git a/.changeset/beige-rockets-lie.md b/.changeset/beige-rockets-lie.md deleted file mode 100644 index b1b44d3a9..000000000 --- a/.changeset/beige-rockets-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@assistant-ui/react-playground": patch -"@assistant-ui/react": patch ---- - -feat: Feedback Primtives, UI and Adapter diff --git a/.changeset/clean-bananas-peel.md b/.changeset/clean-bananas-peel.md deleted file mode 100644 index bf9880de2..000000000 --- a/.changeset/clean-bananas-peel.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@assistant-ui/react-syntax-highlighter": patch -"@assistant-ui/react-playground": patch -"@assistant-ui/react-hook-form": patch -"@assistant-ui/react-langgraph": patch -"@tool-ui/weather": patch -"@assistant-ui/react-markdown": patch -"@assistant-ui/react-ai-sdk": patch -"@assistant-ui/react": patch -"assistant-ui": patch ---- - -chore: update dependencies diff --git a/.changeset/fuzzy-ladybugs-reply.md b/.changeset/fuzzy-ladybugs-reply.md deleted file mode 100644 index 3b3ca1ef0..000000000 --- a/.changeset/fuzzy-ladybugs-reply.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@assistant-ui/react": patch -"@assistant-ui/react-playground": patch ---- - -feat: ThreadActions.getModelConfig diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9e30f11f7..e8754d86c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # assistant-ui +## 0.0.11 + +### Patch Changes + +- 155d6e7: chore: update dependencies + ## 0.0.10 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f04a0226f..70fe83b2b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "assistant-ui", - "version": "0.0.10", + "version": "0.0.11", "license": "MIT", "type": "module", "dependencies": { diff --git a/packages/react-ai-sdk/CHANGELOG.md b/packages/react-ai-sdk/CHANGELOG.md index 172759e15..4c8accbb8 100644 --- a/packages/react-ai-sdk/CHANGELOG.md +++ b/packages/react-ai-sdk/CHANGELOG.md @@ -1,5 +1,15 @@ # @assistant-ui/react-ai-sdk +## 0.6.8 + +### Patch Changes + +- 155d6e7: chore: update dependencies +- Updated dependencies [926dce5] +- Updated dependencies [155d6e7] +- Updated dependencies [f80226f] + - @assistant-ui/react@0.5.60 + ## 0.6.7 ### Patch Changes diff --git a/packages/react-ai-sdk/package.json b/packages/react-ai-sdk/package.json index ba408df36..4f3afa142 100644 --- a/packages/react-ai-sdk/package.json +++ b/packages/react-ai-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@assistant-ui/react-ai-sdk", - "version": "0.6.7", + "version": "0.6.8", "license": "MIT", "exports": { ".": { @@ -31,7 +31,7 @@ "zustand": "^4.5.5" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.56", + "@assistant-ui/react": "^0.5.60", "@types/react": "*", "ai": "^3.2.x", "react": "^18" diff --git a/packages/react-hook-form/CHANGELOG.md b/packages/react-hook-form/CHANGELOG.md index ef6990fe4..87bef6918 100644 --- a/packages/react-hook-form/CHANGELOG.md +++ b/packages/react-hook-form/CHANGELOG.md @@ -1,5 +1,15 @@ # @assistant-ui/react-hook-form +## 0.4.9 + +### Patch Changes + +- 155d6e7: chore: update dependencies +- Updated dependencies [926dce5] +- Updated dependencies [155d6e7] +- Updated dependencies [f80226f] + - @assistant-ui/react@0.5.60 + ## 0.4.8 ### Patch Changes diff --git a/packages/react-hook-form/package.json b/packages/react-hook-form/package.json index 25bcf6e36..c3eb8d02a 100644 --- a/packages/react-hook-form/package.json +++ b/packages/react-hook-form/package.json @@ -1,6 +1,6 @@ { "name": "@assistant-ui/react-hook-form", - "version": "0.4.8", + "version": "0.4.9", "license": "MIT", "exports": { ".": { @@ -30,7 +30,7 @@ "zod": "^3.23.8" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.54", + "@assistant-ui/react": "^0.5.60", "@types/react": "*", "react": "^18", "react-hook-form": "^7.x.x" diff --git a/packages/react-langgraph/CHANGELOG.md b/packages/react-langgraph/CHANGELOG.md index 6c2457c46..93d7463f5 100644 --- a/packages/react-langgraph/CHANGELOG.md +++ b/packages/react-langgraph/CHANGELOG.md @@ -1,5 +1,15 @@ # @assistant-ui/react-langgraph +## 0.0.8 + +### Patch Changes + +- 155d6e7: chore: update dependencies +- Updated dependencies [926dce5] +- Updated dependencies [155d6e7] +- Updated dependencies [f80226f] + - @assistant-ui/react@0.5.60 + ## 0.0.7 ### Patch Changes diff --git a/packages/react-langgraph/package.json b/packages/react-langgraph/package.json index 77277992c..e8939747a 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.7", + "version": "0.0.8", "license": "MIT", "exports": { ".": { @@ -30,7 +30,7 @@ "zod": "^3.23.8" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.56", + "@assistant-ui/react": "^0.5.60", "@types/react": "*", "react": "^18", "react-hook-form": "^7.x.x" diff --git a/packages/react-markdown/CHANGELOG.md b/packages/react-markdown/CHANGELOG.md index 518bd6be3..86f120c40 100644 --- a/packages/react-markdown/CHANGELOG.md +++ b/packages/react-markdown/CHANGELOG.md @@ -1,5 +1,15 @@ # @assistant-ui/react-markdown +## 0.2.14 + +### Patch Changes + +- 155d6e7: chore: update dependencies +- Updated dependencies [926dce5] +- Updated dependencies [155d6e7] +- Updated dependencies [f80226f] + - @assistant-ui/react@0.5.60 + ## 0.2.13 ### Patch Changes diff --git a/packages/react-markdown/package.json b/packages/react-markdown/package.json index 766529538..a4c664d94 100644 --- a/packages/react-markdown/package.json +++ b/packages/react-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@assistant-ui/react-markdown", - "version": "0.2.13", + "version": "0.2.14", "license": "MIT", "exports": { ".": { @@ -47,7 +47,7 @@ "react-markdown": "^9.0.1" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.54", + "@assistant-ui/react": "^0.5.60", "@types/react": "*", "react": "^18", "tailwindcss": "^3.4.4" diff --git a/packages/react-playground/CHANGELOG.md b/packages/react-playground/CHANGELOG.md index bca8d773b..572d80d4e 100644 --- a/packages/react-playground/CHANGELOG.md +++ b/packages/react-playground/CHANGELOG.md @@ -1,5 +1,17 @@ # @assistant-ui/react-playground +## 0.0.27 + +### Patch Changes + +- 926dce5: feat: Feedback Primtives, UI and Adapter +- 155d6e7: chore: update dependencies +- f80226f: feat: ThreadActions.getModelConfig +- Updated dependencies [926dce5] +- Updated dependencies [155d6e7] +- Updated dependencies [f80226f] + - @assistant-ui/react@0.5.60 + ## 0.0.26 ### Patch Changes diff --git a/packages/react-playground/package.json b/packages/react-playground/package.json index b3b1c72c0..1853d4d50 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.26", + "version": "0.0.27", "license": "MIT", "exports": { ".": { @@ -47,7 +47,7 @@ "zustand": "^4.5.5" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.54", + "@assistant-ui/react": "^0.5.60", "@types/react": "*", "react": "^18", "tailwindcss": "^3.4.4" diff --git a/packages/react-syntax-highlighter/CHANGELOG.md b/packages/react-syntax-highlighter/CHANGELOG.md index be1f051be..0bd0c6b52 100644 --- a/packages/react-syntax-highlighter/CHANGELOG.md +++ b/packages/react-syntax-highlighter/CHANGELOG.md @@ -1,5 +1,16 @@ # @assistant-ui/react-syntax-highlighter +## 0.0.13 + +### Patch Changes + +- 155d6e7: chore: update dependencies +- Updated dependencies [926dce5] +- Updated dependencies [155d6e7] +- Updated dependencies [f80226f] + - @assistant-ui/react@0.5.60 + - @assistant-ui/react-markdown@0.2.14 + ## 0.0.12 ### Patch Changes diff --git a/packages/react-syntax-highlighter/package.json b/packages/react-syntax-highlighter/package.json index b35371b05..61046b021 100644 --- a/packages/react-syntax-highlighter/package.json +++ b/packages/react-syntax-highlighter/package.json @@ -1,6 +1,6 @@ { "name": "@assistant-ui/react-syntax-highlighter", - "version": "0.0.12", + "version": "0.0.13", "license": "MIT", "exports": { ".": { @@ -27,8 +27,8 @@ "build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.54", - "@assistant-ui/react-markdown": "^0.2.13", + "@assistant-ui/react": "^0.5.60", + "@assistant-ui/react-markdown": "^0.2.14", "@types/react": "*", "@types/react-syntax-highlighter": "*", "react": "^18", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 57955d7a9..aacfefdc2 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @assistant-ui/react +## 0.5.60 + +### Patch Changes + +- 926dce5: feat: Feedback Primtives, UI and Adapter +- 155d6e7: chore: update dependencies +- f80226f: feat: ThreadActions.getModelConfig + ## 0.5.59 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 441fa88d5..1f0300260 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -29,7 +29,7 @@ "conversational-ui", "conversational-ai" ], - "version": "0.5.59", + "version": "0.5.60", "license": "MIT", "exports": { ".": { diff --git a/packages/tool-ui-weather/CHANGELOG.md b/packages/tool-ui-weather/CHANGELOG.md index 05ced5bc1..51f3104aa 100644 --- a/packages/tool-ui-weather/CHANGELOG.md +++ b/packages/tool-ui-weather/CHANGELOG.md @@ -1,5 +1,11 @@ # @tool-ui/weather +## 0.0.5 + +### Patch Changes + +- 155d6e7: chore: update dependencies + ## 0.0.4 ### Patch Changes diff --git a/packages/tool-ui-weather/package.json b/packages/tool-ui-weather/package.json index fce1e8f3a..6e88ff489 100644 --- a/packages/tool-ui-weather/package.json +++ b/packages/tool-ui-weather/package.json @@ -1,6 +1,6 @@ { "name": "@tool-ui/weather", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "exports": { ".": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3e6902221..3d5e79394 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1093,7 +1093,7 @@ importers: packages/react-ai-sdk: dependencies: '@assistant-ui/react': - specifier: ^0.5.56 + specifier: ^0.5.60 version: link:../react '@types/react': specifier: '*' @@ -1124,7 +1124,7 @@ importers: packages/react-hook-form: dependencies: '@assistant-ui/react': - specifier: ^0.5.54 + specifier: ^0.5.60 version: link:../react '@types/react': specifier: '*' @@ -1152,7 +1152,7 @@ importers: packages/react-langgraph: dependencies: '@assistant-ui/react': - specifier: ^0.5.56 + specifier: ^0.5.60 version: link:../react '@types/react': specifier: '*' @@ -1180,7 +1180,7 @@ importers: packages/react-markdown: dependencies: '@assistant-ui/react': - specifier: ^0.5.54 + specifier: ^0.5.60 version: link:../react '@radix-ui/react-primitive': specifier: ^2.0.0 @@ -1244,7 +1244,7 @@ importers: specifier: ^0.0.23 version: 0.0.23 '@assistant-ui/react': - specifier: ^0.5.54 + specifier: ^0.5.60 version: link:../react '@radix-ui/react-avatar': specifier: ^1.1.0 @@ -1332,10 +1332,10 @@ importers: packages/react-syntax-highlighter: dependencies: '@assistant-ui/react': - specifier: ^0.5.54 + specifier: ^0.5.60 version: link:../react '@assistant-ui/react-markdown': - specifier: ^0.2.13 + specifier: ^0.2.14 version: link:../react-markdown '@types/react': specifier: '*' @@ -9027,8 +9027,8 @@ snapshots: '@typescript-eslint/parser': 8.6.0(eslint@8.57.1)(typescript@5.6.2) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0)(eslint@8.57.1) - eslint-plugin-import: 2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1) + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.1) eslint-plugin-react: 7.36.1(eslint@8.57.1) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1) @@ -9047,37 +9047,37 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0)(eslint@8.57.1): + eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1): dependencies: '@nolyfill/is-core-module': 1.0.39 debug: 4.3.7 enhanced-resolve: 5.17.1 eslint: 8.57.1 - eslint-module-utils: 2.11.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0)(eslint@8.57.1))(eslint@8.57.1) + eslint-module-utils: 2.11.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) fast-glob: 3.3.2 get-tsconfig: 4.8.1 is-bun-module: 1.2.1 is-glob: 4.0.3 optionalDependencies: - eslint-plugin-import: 2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-node - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.11.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0)(eslint@8.57.1))(eslint@8.57.1): + eslint-module-utils@2.11.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: '@typescript-eslint/parser': 8.6.0(eslint@8.57.1)(typescript@5.6.2) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0)(eslint@8.57.1) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): + eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -9088,7 +9088,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.11.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0)(eslint@8.57.1))(eslint@8.57.1) + eslint-module-utils: 2.11.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@8.6.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3