From 3b627d2f4251f32fe70066823c7bfbb79faca535 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 20:48:18 -0700 Subject: [PATCH] chore: update versions (#676) Co-authored-by: github-actions[bot] --- .changeset/brown-months-draw.md | 10 ------- .changeset/cool-parrots-join.md | 5 ---- packages/react-ai-sdk/CHANGELOG.md | 9 ++++++ packages/react-ai-sdk/package.json | 4 +-- packages/react-hook-form/CHANGELOG.md | 9 ++++++ packages/react-hook-form/package.json | 4 +-- packages/react-markdown/CHANGELOG.md | 9 ++++++ packages/react-markdown/package.json | 4 +-- packages/react-playground/CHANGELOG.md | 9 ++++++ packages/react-playground/package.json | 4 +-- .../react-syntax-highlighter/CHANGELOG.md | 10 +++++++ .../react-syntax-highlighter/package.json | 6 ++-- packages/react/CHANGELOG.md | 7 +++++ packages/react/package.json | 2 +- pnpm-lock.yaml | 30 +++++++++---------- 15 files changed, 80 insertions(+), 42 deletions(-) delete mode 100644 .changeset/brown-months-draw.md delete mode 100644 .changeset/cool-parrots-join.md diff --git a/.changeset/brown-months-draw.md b/.changeset/brown-months-draw.md deleted file mode 100644 index 5d545a16a..000000000 --- a/.changeset/brown-months-draw.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@assistant-ui/react-playground": patch -"@assistant-ui/react-markdown": patch -"@assistant-ui/react-ai-sdk": patch -"@assistant-ui/react": patch -"@assistant-ui/react-hook-form": patch -"@assistant-ui/react-syntax-highlighter": patch ---- - -chore: update deps diff --git a/.changeset/cool-parrots-join.md b/.changeset/cool-parrots-join.md deleted file mode 100644 index e00c44978..000000000 --- a/.changeset/cool-parrots-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@assistant-ui/react": patch ---- - -feat: tool call cancellation support diff --git a/packages/react-ai-sdk/CHANGELOG.md b/packages/react-ai-sdk/CHANGELOG.md index 2c9258a3d..693aa09ef 100644 --- a/packages/react-ai-sdk/CHANGELOG.md +++ b/packages/react-ai-sdk/CHANGELOG.md @@ -1,5 +1,14 @@ # @assistant-ui/react-ai-sdk +## 0.5.15 + +### Patch Changes + +- 556001f: chore: update deps +- Updated dependencies [556001f] +- Updated dependencies [556001f] + - @assistant-ui/react@0.5.29 + ## 0.5.14 ### Patch Changes diff --git a/packages/react-ai-sdk/package.json b/packages/react-ai-sdk/package.json index 5dfdcbd58..b991e81f5 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.5.14", + "version": "0.5.15", "license": "MIT", "exports": { ".": { @@ -31,7 +31,7 @@ "zustand": "^4.5.5" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.27", + "@assistant-ui/react": "^0.5.29", "@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 a436f449f..235d8abe9 100644 --- a/packages/react-hook-form/CHANGELOG.md +++ b/packages/react-hook-form/CHANGELOG.md @@ -1,5 +1,14 @@ # @assistant-ui/react-hook-form +## 0.4.5 + +### Patch Changes + +- 556001f: chore: update deps +- Updated dependencies [556001f] +- Updated dependencies [556001f] + - @assistant-ui/react@0.5.29 + ## 0.4.4 ### Patch Changes diff --git a/packages/react-hook-form/package.json b/packages/react-hook-form/package.json index 5a6770b9b..6f1f1e399 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.4", + "version": "0.4.5", "license": "MIT", "exports": { ".": { @@ -30,7 +30,7 @@ "zod": "^3.23.8" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.22", + "@assistant-ui/react": "^0.5.29", "@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 0555a5982..745847693 100644 --- a/packages/react-markdown/CHANGELOG.md +++ b/packages/react-markdown/CHANGELOG.md @@ -1,5 +1,14 @@ # @assistant-ui/react-markdown +## 0.2.10 + +### Patch Changes + +- 556001f: chore: update deps +- Updated dependencies [556001f] +- Updated dependencies [556001f] + - @assistant-ui/react@0.5.29 + ## 0.2.9 ### Patch Changes diff --git a/packages/react-markdown/package.json b/packages/react-markdown/package.json index 24506b8c0..b7d16b778 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.9", + "version": "0.2.10", "license": "MIT", "exports": { ".": { @@ -47,7 +47,7 @@ "react-markdown": "^9.0.1" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.28", + "@assistant-ui/react": "^0.5.29", "@types/react": "*", "react": "^18", "tailwindcss": "^3.4.4" diff --git a/packages/react-playground/CHANGELOG.md b/packages/react-playground/CHANGELOG.md index 627cba279..f4e9f8edc 100644 --- a/packages/react-playground/CHANGELOG.md +++ b/packages/react-playground/CHANGELOG.md @@ -1,5 +1,14 @@ # @assistant-ui/react-playground +## 0.0.18 + +### Patch Changes + +- 556001f: chore: update deps +- Updated dependencies [556001f] +- Updated dependencies [556001f] + - @assistant-ui/react@0.5.29 + ## 0.0.17 ### Patch Changes diff --git a/packages/react-playground/package.json b/packages/react-playground/package.json index 3a2bdda99..97b02c89e 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.17", + "version": "0.0.18", "license": "MIT", "exports": { ".": { @@ -47,7 +47,7 @@ "zustand": "^4.5.5" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.28", + "@assistant-ui/react": "^0.5.29", "@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 b17d0ff65..269f11802 100644 --- a/packages/react-syntax-highlighter/CHANGELOG.md +++ b/packages/react-syntax-highlighter/CHANGELOG.md @@ -1,5 +1,15 @@ # @assistant-ui/react-syntax-highlighter +## 0.0.9 + +### Patch Changes + +- 556001f: chore: update deps +- Updated dependencies [556001f] +- Updated dependencies [556001f] + - @assistant-ui/react-markdown@0.2.10 + - @assistant-ui/react@0.5.29 + ## 0.0.8 ### Patch Changes diff --git a/packages/react-syntax-highlighter/package.json b/packages/react-syntax-highlighter/package.json index 6fc0d567f..f84574f9b 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.8", + "version": "0.0.9", "license": "MIT", "exports": { ".": { @@ -27,8 +27,8 @@ "build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean" }, "peerDependencies": { - "@assistant-ui/react": "^0.5.22", - "@assistant-ui/react-markdown": "^0.2.7", + "@assistant-ui/react": "^0.5.29", + "@assistant-ui/react-markdown": "^0.2.10", "@types/react": "*", "@types/react-syntax-highlighter": "*", "react": "^18", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 4e4cd593e..ea8f12b4f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @assistant-ui/react +## 0.5.29 + +### Patch Changes + +- 556001f: chore: update deps +- 556001f: feat: tool call cancellation support + ## 0.5.28 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index e8ea5f83e..87ea2130b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -29,7 +29,7 @@ "conversational-ui", "conversational-ai" ], - "version": "0.5.28", + "version": "0.5.29", "license": "MIT", "exports": { ".": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e2424a335..473c2f4c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -844,7 +844,7 @@ importers: packages/react-ai-sdk: dependencies: '@assistant-ui/react': - specifier: ^0.5.27 + specifier: ^0.5.29 version: link:../react '@types/react': specifier: '*' @@ -875,7 +875,7 @@ importers: packages/react-hook-form: dependencies: '@assistant-ui/react': - specifier: ^0.5.22 + specifier: ^0.5.29 version: link:../react '@types/react': specifier: '*' @@ -903,7 +903,7 @@ importers: packages/react-markdown: dependencies: '@assistant-ui/react': - specifier: ^0.5.28 + specifier: ^0.5.29 version: link:../react '@radix-ui/react-primitive': specifier: ^2.0.0 @@ -967,7 +967,7 @@ importers: specifier: ^0.0.20 version: 0.0.20 '@assistant-ui/react': - specifier: ^0.5.28 + specifier: ^0.5.29 version: link:../react '@radix-ui/react-avatar': specifier: ^1.1.0 @@ -1055,10 +1055,10 @@ importers: packages/react-syntax-highlighter: dependencies: '@assistant-ui/react': - specifier: ^0.5.22 + specifier: ^0.5.29 version: link:../react '@assistant-ui/react-markdown': - specifier: ^0.2.7 + specifier: ^0.2.10 version: link:../react-markdown '@types/react': specifier: '*' @@ -8542,8 +8542,8 @@ snapshots: '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) eslint-plugin-react: 7.35.0(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) @@ -8561,13 +8561,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 4.3.6 enhanced-resolve: 5.17.1 eslint: 8.57.0 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.6 is-core-module: 2.15.0 @@ -8578,18 +8578,18 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -8599,7 +8599,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) hasown: 2.0.2 is-core-module: 2.15.0 is-glob: 4.0.3