diff --git a/.changeset/tasty-dryers-argue.md b/.changeset/tasty-dryers-argue.md deleted file mode 100644 index 0791e3ce..00000000 --- a/.changeset/tasty-dryers-argue.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@markprompt/docusaurus-theme-search': patch -'@markprompt/react': patch -'@markprompt/core': patch -'@markprompt/css': patch -'@markprompt/web': patch ---- - -Update READMEs diff --git a/.changeset/ten-cars-boil.md b/.changeset/ten-cars-boil.md deleted file mode 100644 index 6ac9edc0..00000000 --- a/.changeset/ten-cars-boil.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@markprompt/react': minor -'@markprompt/css': minor -'@markprompt/web': minor ---- - -Add plain display option diff --git a/package-lock.json b/package-lock.json index 6ec4cf12..7e1d02be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22701,22 +22701,22 @@ }, "packages/core": { "name": "@markprompt/core", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT" }, "packages/css": { "name": "@markprompt/css", - "version": "0.4.3", + "version": "0.5.0", "license": "MIT" }, "packages/docusaurus-theme-search": { "name": "@markprompt/docusaurus-theme-search", - "version": "0.5.6", + "version": "0.5.7", "license": "MIT", "dependencies": { "@docusaurus/types": "^2.0.0", - "@markprompt/css": "^0.4.3", - "@markprompt/react": "0.10.6" + "@markprompt/css": "^0.5.0", + "@markprompt/react": "0.11.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^2.0.0", @@ -22728,10 +22728,10 @@ }, "packages/react": { "name": "@markprompt/react", - "version": "0.10.6", + "version": "0.11.0", "license": "MIT", "dependencies": { - "@markprompt/core": "^0.6.2", + "@markprompt/core": "^0.6.3", "@radix-ui/react-accessible-icon": "^1.0.3", "@radix-ui/react-dialog": "^1.0.4", "@radix-ui/react-visually-hidden": "^1.0.3", @@ -22890,11 +22890,11 @@ }, "packages/web": { "name": "@markprompt/web", - "version": "0.8.8", + "version": "0.9.0", "license": "MIT", "dependencies": { - "@markprompt/core": "0.6.2", - "@markprompt/react": "0.10.6" + "@markprompt/core": "0.6.3", + "@markprompt/react": "0.11.0" }, "devDependencies": { "@types/react": "^18.2.6", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 55fb2f4c..3d4891ff 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @markprompt/core +## 0.6.3 + +### Patch Changes + +- [#70](https://github.com/motifland/markprompt-js/pull/70) [`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7) Thanks [@michaelfester](https://github.com/michaelfester)! - Update READMEs + ## 0.6.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index bb7b0409..10546e2f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@markprompt/core", - "version": "0.6.2", + "version": "0.6.3", "repository": { "type": "git", "url": "git+https://github.com/motifland/markprompt-js.git", diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index 19468327..ed4dbdc8 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,15 @@ # @markprompt/css +## 0.5.0 + +### Minor Changes + +- [#69](https://github.com/motifland/markprompt-js/pull/69) [`ce12b03`](https://github.com/motifland/markprompt-js/commit/ce12b034fea3a03af0ad504cb483c7a8c6eb1673) Thanks [@michaelfester](https://github.com/michaelfester)! - Add plain display option + +### Patch Changes + +- [#70](https://github.com/motifland/markprompt-js/pull/70) [`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7) Thanks [@michaelfester](https://github.com/michaelfester)! - Update READMEs + ## 0.4.3 ### Patch Changes diff --git a/packages/css/package.json b/packages/css/package.json index acaf799c..4cd77b8b 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@markprompt/css", - "version": "0.4.3", + "version": "0.5.0", "description": "Common CSS for Markprompt components", "license": "MIT", "main": "markprompt.css", diff --git a/packages/docusaurus-theme-search/CHANGELOG.md b/packages/docusaurus-theme-search/CHANGELOG.md index acf7878b..cebcd699 100644 --- a/packages/docusaurus-theme-search/CHANGELOG.md +++ b/packages/docusaurus-theme-search/CHANGELOG.md @@ -1,5 +1,15 @@ # @markprompt/docusaurus-theme-search +## 0.5.7 + +### Patch Changes + +- [#70](https://github.com/motifland/markprompt-js/pull/70) [`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7) Thanks [@michaelfester](https://github.com/michaelfester)! - Update READMEs + +- Updated dependencies [[`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7), [`ce12b03`](https://github.com/motifland/markprompt-js/commit/ce12b034fea3a03af0ad504cb483c7a8c6eb1673)]: + - @markprompt/react@0.11.0 + - @markprompt/css@0.5.0 + ## 0.5.6 ### Patch Changes diff --git a/packages/docusaurus-theme-search/package.json b/packages/docusaurus-theme-search/package.json index 52df3203..a084ecc1 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.5.6", + "version": "0.5.7", "description": "A Markprompt search theme for Docusaurus", "repository": { "type": "git", @@ -22,8 +22,8 @@ }, "dependencies": { "@docusaurus/types": "^2.0.0", - "@markprompt/css": "^0.4.3", - "@markprompt/react": "0.10.6" + "@markprompt/css": "^0.5.0", + "@markprompt/react": "0.11.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^2.0.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9edbd148..612065e0 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,18 @@ # @markprompt/react +## 0.11.0 + +### Minor Changes + +- [#69](https://github.com/motifland/markprompt-js/pull/69) [`ce12b03`](https://github.com/motifland/markprompt-js/commit/ce12b034fea3a03af0ad504cb483c7a8c6eb1673) Thanks [@michaelfester](https://github.com/michaelfester)! - Add plain display option + +### Patch Changes + +- [#70](https://github.com/motifland/markprompt-js/pull/70) [`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7) Thanks [@michaelfester](https://github.com/michaelfester)! - Update READMEs + +- Updated dependencies [[`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7)]: + - @markprompt/core@0.6.3 + ## 0.10.6 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 094a34ef..030ba756 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@markprompt/react", - "version": "0.10.6", + "version": "0.11.0", "description": "A headless React component for adding GPT-4 powered search using the Markprompt API.", "repository": { "type": "git", @@ -21,7 +21,7 @@ "prepack": "tsc --build --clean && tsc --build" }, "dependencies": { - "@markprompt/core": "^0.6.2", + "@markprompt/core": "^0.6.3", "@radix-ui/react-accessible-icon": "^1.0.3", "@radix-ui/react-dialog": "^1.0.4", "@radix-ui/react-visually-hidden": "^1.0.3", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 6409ae45..310453af 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,19 @@ # @markprompt/web +## 0.9.0 + +### Minor Changes + +- [#69](https://github.com/motifland/markprompt-js/pull/69) [`ce12b03`](https://github.com/motifland/markprompt-js/commit/ce12b034fea3a03af0ad504cb483c7a8c6eb1673) Thanks [@michaelfester](https://github.com/michaelfester)! - Add plain display option + +### Patch Changes + +- [#70](https://github.com/motifland/markprompt-js/pull/70) [`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7) Thanks [@michaelfester](https://github.com/michaelfester)! - Update READMEs + +- Updated dependencies [[`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7), [`ce12b03`](https://github.com/motifland/markprompt-js/commit/ce12b034fea3a03af0ad504cb483c7a8c6eb1673)]: + - @markprompt/react@0.11.0 + - @markprompt/core@0.6.3 + ## 0.8.8 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index b60ec113..c28d6e4a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@markprompt/web", - "version": "0.8.8", + "version": "0.9.0", "description": "A web component for adding GPT-4 powered search using the Markprompt API.", "repository": { "type": "git", @@ -28,8 +28,8 @@ "prepack": "node scripts/build.js" }, "dependencies": { - "@markprompt/core": "0.6.2", - "@markprompt/react": "0.10.6" + "@markprompt/core": "0.6.3", + "@markprompt/react": "0.11.0" }, "devDependencies": { "@types/react": "^18.2.6",