Skip to content

Commit

Permalink
chore(release): date picker 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Sep 17, 2023
1 parent ec2bf22 commit adf831b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/old-penguins-judge.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"author": "Eelco Wiersma <[email protected]>",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/saas-ui-date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-date-picker/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit adf831b

Please sign in to comment.