angular-architects / ngrx-toolkit

Various Extensions for the NgRx Signal Store
MIT License
177 stars 23 forks source link

Increase possible version range of @ngrx/signals #101

Closed Zwergenpunk closed 3 weeks ago

Zwergenpunk commented 4 weeks ago

Currently the version is pinned to exactly 18.1.0. Maybe change the version range to ^18.1.0 or at least ~18.1.0.

thanks for your work! 👍

rainerhahnekamp commented 3 weeks ago

Yes, @Zwergenpunk, we should switch to a more relaxed version range. The current one comes from a time where we were using private APIs. So we had to be careful even with a new patch version. That's not needed anymore.

Btw, do you want to do the PR?

Zwergenpunk commented 3 weeks ago

Hey yeah sure I can do it.

rainerhahnekamp commented 3 weeks ago

I've now just added 18.1.1 so that we can publish but your PR can change that to ^18.1.0