alvarlagerlof / rsc-parser

A parser for the React Server components when sent over the network
https://rsc-parser.vercel.app
MIT License
499 stars 11 forks source link

Fix versioning script #1040

Closed alvarlagerlof closed 1 month ago

alvarlagerlof commented 1 month ago

It seems that yarn changeset status --since origin/main --output version.json no longer works as before (see https://github.com/changesets/changesets/issues/700)

It's needed to update the manifest file for the chrome extension. Instead we can apply the version to all package.json files and read it from one of them.