Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@blackfalcon blackfalcon released this 28 Feb 04:24

3.0.0 (2025-02-28)

  • feat!: move peer dependencies to "real" dependencies (214ce15)

BREAKING CHANGES

  • last change was breaking on a patch version because of peer dependencies

Summary:
Our current build process relies on peer dependencies being present, but
the peer dependency pipeline is causing far more issues than it's worth.
Why not just make them regular dependencies? This is what this PR does :)