diff --git a/.changeset/old-penguins-judge.md b/.changeset/old-penguins-judge.md deleted file mode 100644 index 649d1dd30..000000000 --- a/.changeset/old-penguins-judge.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@saas-ui/date-picker': minor -'website': minor ---- - -Added new portal prop to DateInput and DateRangePicker components to conditionally open the dialog in a portal. diff --git a/apps/website/CHANGELOG.md b/apps/website/CHANGELOG.md index d673e6b81..05896b3a7 100644 --- a/apps/website/CHANGELOG.md +++ b/apps/website/CHANGELOG.md @@ -1,5 +1,11 @@ # website +## 2.2.0 + +### Minor Changes + +- ec2bf223: Added new portal prop to DateInput and DateRangePicker components to conditionally open the dialog in a portal. + ## 2.1.1 ### Patch Changes diff --git a/apps/website/package.json b/apps/website/package.json index 9a5230995..f6e2684ee 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.1.1", + "version": "2.2.0", "private": true, "author": "Eelco Wiersma ", "scripts": { diff --git a/packages/saas-ui-date-picker/CHANGELOG.md b/packages/saas-ui-date-picker/CHANGELOG.md index a5398389e..182144335 100644 --- a/packages/saas-ui-date-picker/CHANGELOG.md +++ b/packages/saas-ui-date-picker/CHANGELOG.md @@ -1,5 +1,11 @@ # @saas-ui/date-picker +## 0.12.0 + +### Minor Changes + +- ec2bf223: Added new portal prop to DateInput and DateRangePicker components to conditionally open the dialog in a portal. + ## 0.11.1 ### Patch Changes diff --git a/packages/saas-ui-date-picker/package.json b/packages/saas-ui-date-picker/package.json index c2cd9ee55..d5ca6b0b9 100644 --- a/packages/saas-ui-date-picker/package.json +++ b/packages/saas-ui-date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@saas-ui/date-picker", - "version": "0.11.1", + "version": "0.12.0", "description": "Chakra UI - Date Picker Component", "source": "src/index.ts", "exports": {