Release script does not set the version for json-schema-editor
`scripts/tag-release.sh` sets and commits the version for the `mdxeditor` and `default-tools-editor` UI builds, but for `json-schema-editor` only `dist/` is staged — its `package.json`/`package-lock.json` are omitted, so its version is never set like the other two.
issue