diff --git a/.changeset/polite-candles-talk.md b/.changeset/polite-candles-talk.md deleted file mode 100644 index 6335b81a..00000000 --- a/.changeset/polite-candles-talk.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@markprompt/docusaurus-theme-search": minor -"@markprompt/react": minor -"@markprompt/core": minor -"@markprompt/web": minor ---- - -Set TypeScript `target` to `es2023` diff --git a/.changeset/tender-moose-occur.md b/.changeset/tender-moose-occur.md deleted file mode 100644 index 33d80976..00000000 --- a/.changeset/tender-moose-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@markprompt/web": patch ---- - -Update `esbuild` to `0.24.x` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a8ab32f2..208732cd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @markprompt/core +## 0.41.0 + +### Minor Changes + +- [#470](https://github.com/markprompt/markprompt-js/pull/470) [`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f) Thanks [@nickrttn](https://github.com/nickrttn)! - Set TypeScript `target` to `es2023` + ## 0.40.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 673af1de..886a57e4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@markprompt/core", - "version": "0.40.0", + "version": "0.41.0", "repository": { "type": "git", "url": "git+https://github.com/markprompt/markprompt-js.git", diff --git a/packages/docusaurus-theme-search/CHANGELOG.md b/packages/docusaurus-theme-search/CHANGELOG.md index 3b8e7257..feb37854 100644 --- a/packages/docusaurus-theme-search/CHANGELOG.md +++ b/packages/docusaurus-theme-search/CHANGELOG.md @@ -1,5 +1,16 @@ # @markprompt/docusaurus-theme-search +## 0.30.0 + +### Minor Changes + +- [#470](https://github.com/markprompt/markprompt-js/pull/470) [`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f) Thanks [@nickrttn](https://github.com/nickrttn)! - Set TypeScript `target` to `es2023` + +### Patch Changes + +- Updated dependencies [[`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f)]: + - @markprompt/react@0.59.0 + ## 0.29.2 ### Patch Changes diff --git a/packages/docusaurus-theme-search/package.json b/packages/docusaurus-theme-search/package.json index 45bd07ef..6deb0fa7 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.29.2", + "version": "0.30.0", "description": "A Markprompt search theme for Docusaurus", "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d0b0ea6f..d398fc60 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @markprompt/react +## 0.59.0 + +### Minor Changes + +- [#470](https://github.com/markprompt/markprompt-js/pull/470) [`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f) Thanks [@nickrttn](https://github.com/nickrttn)! - Set TypeScript `target` to `es2023` + +### Patch Changes + +- Updated dependencies [[`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f)]: + - @markprompt/core@0.41.0 + ## 0.58.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 04497d75..604d6480 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@markprompt/react", - "version": "0.58.1", + "version": "0.59.0", "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 b2c5900e..15f24047 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,18 @@ # @markprompt/web +## 0.46.0 + +### Minor Changes + +- [#470](https://github.com/markprompt/markprompt-js/pull/470) [`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f) Thanks [@nickrttn](https://github.com/nickrttn)! - Set TypeScript `target` to `es2023` + +### Patch Changes + +- [#470](https://github.com/markprompt/markprompt-js/pull/470) [`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f) Thanks [@nickrttn](https://github.com/nickrttn)! - Update `esbuild` to `0.24.x` + +- Updated dependencies [[`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f)]: + - @markprompt/react@0.59.0 + ## 0.45.1 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index 334b9700..257ae398 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@markprompt/web", - "version": "0.45.1", + "version": "0.46.0", "description": "A web component for adding GPT-4 powered search using the Markprompt API.", "repository": { "type": "git",