diff --git a/.changeset/shaggy-hornets-peel.md b/.changeset/shaggy-hornets-peel.md deleted file mode 100644 index 9bf08c4f..00000000 --- a/.changeset/shaggy-hornets-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@markprompt/react": patch ---- - -send threadId when creating a case diff --git a/packages/docusaurus-theme-search/CHANGELOG.md b/packages/docusaurus-theme-search/CHANGELOG.md index ec5dc4a5..f7439584 100644 --- a/packages/docusaurus-theme-search/CHANGELOG.md +++ b/packages/docusaurus-theme-search/CHANGELOG.md @@ -1,5 +1,12 @@ # @markprompt/docusaurus-theme-search +## 0.31.1 + +### Patch Changes + +- Updated dependencies [[`420ba34`](https://github.com/markprompt/markprompt-js/commit/420ba3433388d426e45fac40ac9a65b3b173761a)]: + - @markprompt/react@0.60.1 + ## 0.31.0 ### Minor Changes diff --git a/packages/docusaurus-theme-search/package.json b/packages/docusaurus-theme-search/package.json index b8cb3b97..d1e358c6 100644 --- a/packages/docusaurus-theme-search/package.json +++ b/packages/docusaurus-theme-search/package.json @@ -1,6 +1,6 @@ { "name": "@markprompt/docusaurus-theme-search", - "version": "0.31.0", + "version": "0.31.1", "description": "A Markprompt search theme for Docusaurus", "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d6532073..e41a9e9d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @markprompt/react +## 0.60.1 + +### Patch Changes + +- [#478](https://github.com/markprompt/markprompt-js/pull/478) [`420ba34`](https://github.com/markprompt/markprompt-js/commit/420ba3433388d426e45fac40ac9a65b3b173761a) Thanks [@elliotdauber](https://github.com/elliotdauber)! - send threadId when creating a case + ## 0.60.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 24186aca..40b29b9f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@markprompt/react", - "version": "0.60.0", + "version": "0.60.1", "description": "A headless React component for adding GPT-4 powered search using the Markprompt API.", "repository": { "type": "git", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 014baacf..8dd7248b 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,12 @@ # @markprompt/web +## 0.47.1 + +### Patch Changes + +- Updated dependencies [[`420ba34`](https://github.com/markprompt/markprompt-js/commit/420ba3433388d426e45fac40ac9a65b3b173761a)]: + - @markprompt/react@0.60.1 + ## 0.47.0 ### Minor Changes diff --git a/packages/web/package.json b/packages/web/package.json index 2022c4d1..aac5f015 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@markprompt/web", - "version": "0.47.0", + "version": "0.47.1", "description": "A web component for adding GPT-4 powered search using the Markprompt API.", "repository": { "type": "git",