preactjs / signals

Manage state with style in every framework
https://preactjs.com/blog/introducing-signals/
MIT License
3.63k stars 88 forks source link

Where are the release notes? #488

Closed deavial closed 6 months ago

deavial commented 6 months ago

Where are the release notes currently being published to? I see a semver breaking change (2.0) in npm, but I can neither find release notes for it or even a git tag to diff.

XantreDev commented 6 months ago

https://github.com/preactjs/signals/blob/main/packages/react/CHANGELOG.md

rschristian commented 6 months ago

Looks like something went a bit wonky with changesets at some point, I believe it was supposed to do this automatically.

I'll see if I can't cut some time out to fix this later

rschristian commented 6 months ago

Got the time to back date all the releases, can find 2.0.0 here:

https://github.com/preactjs/signals/releases/tag/%40preact%2Fsignals-react%402.0.0