Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/yoroi-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/yoroi-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoroi",
"version": "5.20.0",
"version": "5.20.0.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version number mismatches release branch

High Severity

The version is being set to 5.20.0.1 but the PR description indicates this nightly build comes from branch release/5.21. This creates a semantic versioning mismatch where the version number doesn't correspond to the release branch. The version should be 5.21.x.x to match the release/5.21 branch it's targeting, preventing version conflicts and deployment confusion between the 5.20 and 5.21 release lines.

Additional Locations (1)

Fix in Cursor Fix in Web

"description": "Cardano ADA wallet",
"scripts": {
"dev:main": "NODE_OPTIONS=--openssl-legacy-provider babel-node scripts/dev main --env mainnet",
Expand Down
Loading