diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a02f07..dae2a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.6.9](https://github.com/react-restart/ui/compare/v1.6.8...v1.6.9) (2024-05-08) + + +### Bug Fixes + +* **DropdownMenu:** remove defaultProps ([#103](https://github.com/react-restart/ui/issues/103)) ([42943d8](https://github.com/react-restart/ui/commit/42943d86c5c72c290e63257dc320916112364f15)) +* **useRTGTransitionProps:** fix ref warning for react 18.3+ ([#102](https://github.com/react-restart/ui/issues/102)) ([ba3d534](https://github.com/react-restart/ui/commit/ba3d534b44265fb83affe35cdbffbab73628f84f)) + + + + + ## [1.6.8](https://github.com/react-restart/ui/compare/v1.6.7...v1.6.8) (2024-03-18) diff --git a/package.json b/package.json index d793ef2..74dc6d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@restart/ui", - "version": "1.6.8", + "version": "1.6.9", "description": "Utilities for creating robust overlay components", "author": { "name": "Jason Quense",