This update the long-delayed increase in compatibility range.
Special Note on Compatibility
For anyone who may have run into a compatibility issue between Matter and Matter Hooks, this happens as a result of the inability to declare Matter as a peer dependency of Matter Hooks. Matter Hooks must be using the exact same version of Matter your project is and this can lead to conflicts when Wally decides (because it's not marked as compatible) to install separate versions of Matter for your project and Matter Hooks. Unfortunately nothing notifies you of this happening, so it will fail in confusing ways.
To help avoid this issue, we'll take special care to coordinate the release of these projects so this happens quickly (often this is as simple as marking the new version as compatible). Once Matter reaches v1 (no longer v0 in rapid development) this will happen less often, and hopefully Wally can gain support for peer dependencies in the future as well.
Changed
- Increase the maximum compatible version of matter up to v0.9.0 in #27
For more details, view the full changelog, or check out our documentation.