From 8ac873384cc5b23b8504dcdf09121627493ebc3e Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:35:08 +0200 Subject: [PATCH] chore(main): release 0.22.0 (#479) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af73782..0c8d9e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.22.0](https://github.com/zakodium-oss/react-science/compare/v0.21.2...v0.22.0) (2023-04-28) + + +### Features + +* adapt the DropdownMenu to accept 'as' prop to specify an element to be a wrapper ([#476](https://github.com/zakodium-oss/react-science/issues/476)) ([824fd23](https://github.com/zakodium-oss/react-science/commit/824fd239cf4e15f3f4f9925875177d1f14908bc2)) + + +### Bug Fixes + +* correctly set dialog's cancel event handler ([05bdfc5](https://github.com/zakodium-oss/react-science/commit/05bdfc5fb2dc4ca7218a3ba576f0fa41ab0c6d49)) + ## [0.21.2](https://github.com/zakodium-oss/react-science/compare/v0.21.1...v0.21.2) (2023-03-24) diff --git a/package-lock.json b/package-lock.json index 3dba159c..37154582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "0.21.2", + "version": "0.22.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 982001d0..2dbe8a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "0.21.2", + "version": "0.22.0", "description": "React components to build analysis UI", "exports": { "./app": {