bytecodealliance / wizer

The WebAssembly Pre-Initializer
Apache License 2.0
942 stars 55 forks source link

release: fix version updating #114

Closed guybedford closed 1 month ago

guybedford commented 1 month ago

Unfortunately we still aren't quite there.

The published package.json didn't automatically update the versions to reference the latest dependency versions (see optional dependencies in https://unpkg.com/@bytecodealliance/wizer@7.0.2/package.json).

We therefore need to update the versioning command to also update the versions in optionalDependencies, which this PR now does.