3.3.5
What's Changed
- Move all Chakra UI packages from
peerDependencies
todependencies
in 78461eb- This is to fix a conflicting peer dependency issue that arose since the release of Chakra UI v2. It also mirrors the change already made in v4.0.0-rc.1.
- This will hopefully prevent any issues from arising with peer dependencies not being installed as mentioned in #78
- This is also how these "peer" dependencies are handled in each of the Chakra UI packages
- As long as you are on a compatible version of
@chakra-ui/react
, each of these dependencies will be de-duplicated during install
Full Changelog: v3.3.4...v3.3.5