diff --git a/.changeset/wicked-pans-speak.md b/.changeset/wicked-pans-speak.md deleted file mode 100644 index dc285a7..0000000 --- a/.changeset/wicked-pans-speak.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -"@medusajs/ui": minor ---- - -fix(ui): 2.2.0 - -# Changelog - -## `@medusajs/ui` - -This minor release contains a few bug fixes and improvements, as well as a new primitive component. - -### Fixes - -- Fixes an issue that was preventing the onChange event from firing for the `DatePicker` component when `showTimePicker` was false. -- Fixes an issue where the `DatePicker` component would fire the onChange event when clicking outside of the component. It now only fires the event when the "Apply" button is clicked. - -### New Components - -- Adds a new `Popover` component. This component is a primitive component that can be used to create popovers. It shares much of the same styling as the `DropdownMenu` component, and can be used as a replacement when building highly customized dropdowns where the `DropdownMenu` component is not flexible enough. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 5fcaa1b..1aa9d89 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,26 @@ # @medusajs/ui +## 2.2.0 + +### Minor Changes + +- 7f58964: fix(ui): 2.2.0 + + # Changelog + + ## `@medusajs/ui` + + This minor release contains a few bug fixes and improvements, as well as a new primitive component. + + ### Fixes + + - Fixes an issue that was preventing the onChange event from firing for the `DatePicker` component when `showTimePicker` was false. + - Fixes an issue where the `DatePicker` component would fire the onChange event when clicking outside of the component. It now only fires the event when the "Apply" button is clicked. + + ### New Components + + - Adds a new `Popover` component. This component is a primitive component that can be used to create popovers. It shares much of the same styling as the `DropdownMenu` component, and can be used as a replacement when building highly customized dropdowns where the `DropdownMenu` component is not flexible enough. + ## 2.1.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index e743db3..0df67d8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/ui", - "version": "2.1.0", + "version": "2.2.0", "author": "Kasper Kristensen ", "license": "MIT", "repository": { diff --git a/yarn.lock b/yarn.lock index 522855b..dd9891e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7612,7 +7612,7 @@ __metadata: "class-variance-authority@patch:class-variance-authority@npm%3A0.6.1#./.yarn/patches/class-variance-authority-npm-0.6.1-22a468e86e.patch::locator=medusa-ui%40workspace%3A.": version: 0.6.1 - resolution: "class-variance-authority@patch:class-variance-authority@npm%3A0.6.1#./.yarn/patches/class-variance-authority-npm-0.6.1-22a468e86e.patch::version=0.6.1&hash=1b9fe4&locator=medusa-ui%40workspace%3A." + resolution: "class-variance-authority@patch:class-variance-authority@npm%3A0.6.1#./.yarn/patches/class-variance-authority-npm-0.6.1-22a468e86e.patch::version=0.6.1&hash=4a9eff&locator=medusa-ui%40workspace%3A." dependencies: clsx: 1.2.1 checksum: 095af67867a627d20fcd214172afbd4a25350f7852078f1966d74692926c5832e2a20c8746724d514dbeab210252e82775bff2257fcf8e40f99c3d6e5fcfc445 @@ -9777,7 +9777,7 @@ __metadata: "fsevents@patch:fsevents@^2.3.2#~builtin, fsevents@patch:fsevents@~2.3.2#~builtin": version: 2.3.2 - resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin::version=2.3.2&hash=df0bf1" + resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin::version=2.3.2&hash=18f3a7" dependencies: node-gyp: latest conditions: os=darwin @@ -13835,7 +13835,7 @@ __metadata: "resolve@patch:resolve@^1.1.7#~builtin, resolve@patch:resolve@^1.10.0#~builtin, resolve@patch:resolve@^1.14.2#~builtin, resolve@patch:resolve@^1.17.0#~builtin, resolve@patch:resolve@^1.22.1#~builtin, resolve@patch:resolve@^1.22.2#~builtin": version: 1.22.4 - resolution: "resolve@patch:resolve@npm%3A1.22.4#~builtin::version=1.22.4&hash=c3c19d" + resolution: "resolve@patch:resolve@npm%3A1.22.4#~builtin::version=1.22.4&hash=07638b" dependencies: is-core-module: ^2.13.0 path-parse: ^1.0.7 @@ -13848,7 +13848,7 @@ __metadata: "resolve@patch:resolve@^2.0.0-next.4#~builtin": version: 2.0.0-next.4 - resolution: "resolve@patch:resolve@npm%3A2.0.0-next.4#~builtin::version=2.0.0-next.4&hash=c3c19d" + resolution: "resolve@patch:resolve@npm%3A2.0.0-next.4#~builtin::version=2.0.0-next.4&hash=07638b" dependencies: is-core-module: ^2.9.0 path-parse: ^1.0.7 @@ -15581,7 +15581,7 @@ __metadata: "typescript@patch:typescript@5.1.6#~builtin, typescript@patch:typescript@^5.1.6#~builtin": version: 5.1.6 - resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin::version=5.1.6&hash=77c9e2" + resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin::version=5.1.6&hash=7ad353" bin: tsc: bin/tsc tsserver: bin/tsserver