diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8d9e35..cf80c5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.22.1](https://github.com/zakodium-oss/react-science/compare/v0.22.0...v0.22.1) (2023-05-24) + + +### Bug Fixes + +* stop propagation on dialog backdrop click ([#480](https://github.com/zakodium-oss/react-science/issues/480)) ([46f04c5](https://github.com/zakodium-oss/react-science/commit/46f04c5330abbae650506d1a88e006a44d5d1179)) +* **tabs:** ensure consistant behavior between horizontal and vertical ([#486](https://github.com/zakodium-oss/react-science/issues/486)) ([9bb61e0](https://github.com/zakodium-oss/react-science/commit/9bb61e01f06ad88229f7489d8d83d7def9a99116)) + ## [0.22.0](https://github.com/zakodium-oss/react-science/compare/v0.21.2...v0.22.0) (2023-04-28) diff --git a/package-lock.json b/package-lock.json index 37154582..f473f0b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "0.22.0", + "version": "0.22.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 2dbe8a0a..73082849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "0.22.0", + "version": "0.22.1", "description": "React components to build analysis UI", "exports": { "./app": {