diff --git a/.changeset/widen-ui-peer-windows.md b/.changeset/widen-ui-peer-windows.md deleted file mode 100644 index 609069ca7..000000000 --- a/.changeset/widen-ui-peer-windows.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@openuidev/react-ui": patch -"@openuidev/assistant-ui": patch ---- - -Widen the internal `react-headless`/`react-ui` peer windows to include the -0.16.x line, fixing an install-time peer mismatch where these packages -required a `react-headless`/`react-ui` version older than the one they ship -against. diff --git a/packages/assistant-ui/CHANGELOG.md b/packages/assistant-ui/CHANGELOG.md index c15677f77..3562c3e36 100644 --- a/packages/assistant-ui/CHANGELOG.md +++ b/packages/assistant-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @openuidev/assistant-ui +## 0.1.1 + +### Patch Changes + +- [#1186](https://github.com/thesysdev/openui/pull/1186) [`0227ad7`](https://github.com/thesysdev/openui/commit/0227ad77ed79a6292802960c69b61e6a75e0fcae) Thanks [@abhithesys](https://github.com/abhithesys)! - Widen the internal `react-headless`/`react-ui` peer windows to include the + 0.16.x line, fixing an install-time peer mismatch where these packages + required a `react-headless`/`react-ui` version older than the one they ship + against. +- Updated dependencies [[`0227ad7`](https://github.com/thesysdev/openui/commit/0227ad77ed79a6292802960c69b61e6a75e0fcae)]: + - @openuidev/react-ui@0.16.1 + - @openuidev/react-headless@0.16.1 + ## 0.1.0 ### Minor Changes diff --git a/packages/assistant-ui/package.json b/packages/assistant-ui/package.json index 473631ecf..da0d9c2c8 100644 --- a/packages/assistant-ui/package.json +++ b/packages/assistant-ui/package.json @@ -1,6 +1,6 @@ { "name": "@openuidev/assistant-ui", - "version": "0.1.0", + "version": "0.1.1", "description": "OpenUI Lang tool renderers and instruction wiring for assistant-ui", "license": "MIT", "engines": { diff --git a/packages/react-headless/CHANGELOG.md b/packages/react-headless/CHANGELOG.md index 1b2cc95df..577e6348f 100644 --- a/packages/react-headless/CHANGELOG.md +++ b/packages/react-headless/CHANGELOG.md @@ -1,5 +1,9 @@ # @openuidev/react-headless +## 0.16.1 + +No changes in this release. + ## 0.16.0 No changes in this release. diff --git a/packages/react-headless/package.json b/packages/react-headless/package.json index 2900edf06..57a3694ec 100644 --- a/packages/react-headless/package.json +++ b/packages/react-headless/package.json @@ -1,6 +1,6 @@ { "name": "@openuidev/react-headless", - "version": "0.16.0", + "version": "0.16.1", "description": "Headless React primitives for AI chat — state management, streaming adapters for OpenAI, Vercel AI SDK, and AG-UI, message format converters, and thread management for OpenUI generative UI apps", "license": "MIT", "type": "module", diff --git a/packages/react-ui/CHANGELOG.md b/packages/react-ui/CHANGELOG.md index 908421abd..76a85ed8a 100644 --- a/packages/react-ui/CHANGELOG.md +++ b/packages/react-ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @openuidev/react-ui +## 0.16.1 + +### Patch Changes + +- [#1186](https://github.com/thesysdev/openui/pull/1186) [`0227ad7`](https://github.com/thesysdev/openui/commit/0227ad77ed79a6292802960c69b61e6a75e0fcae) Thanks [@abhithesys](https://github.com/abhithesys)! - Widen the internal `react-headless`/`react-ui` peer windows to include the + 0.16.x line, fixing an install-time peer mismatch where these packages + required a `react-headless`/`react-ui` version older than the one they ship + against. +- Updated dependencies []: + - @openuidev/react-headless@0.16.1 + ## 0.16.0 ### Minor Changes diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 5d708ef56..2e90b1819 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@openuidev/react-ui", "license": "MIT", - "version": "0.16.0", + "version": "0.16.1", "description": "Component library for Generative UI SDK", "main": "dist/index.cjs", "module": "dist/index.mjs",