Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 25, 2025

This is the release candidate for version 1.1.7.


Note

Bumps all packages to 1.1.7, updates changelogs, and refreshes the snap manifest shasum with minor site and dependency updates.

  • Release:
    • Bump versions to 1.1.7 in root package.json, packages/site/package.json, packages/snap/package.json, and packages/snap/snap.manifest.json.
  • Changelogs:
    • Add 1.1.7 entries in packages/site/CHANGELOG.md and packages/snap/CHANGELOG.md; update [Unreleased] links.
    • Notes include making @metamask/snap-simple-keyring-site publishable, using CentraNo1 font, and bumping crypto-browserify@^3.12.1 and snaps-*.
  • Snap Manifest:
    • Update source.shasum to v3NGZZ5pEu7Y14geQjYsFAh5MoCUzY8fQLmbwQnFmAE=.

Written by Cursor Bugbot for commit 299bc80. This will update automatically on new commits. Configure here.

github-actions and others added 2 commits September 25, 2025 06:42
@seaona seaona marked this pull request as ready for review September 29, 2025 07:48
{
"name": "@metamask/snap-simple-keyring",
"version": "1.1.6",
"version": "1.1.7",
Copy link

@mcmire mcmire Sep 29, 2025

Choose a reason for hiding this comment

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

If we choose to release the site package as 2.0.0, should we bump this to a big value? This version doesn't really matter as it's not visible to users, it's really just used to tell the GitHub workflows that we have a new release available. But for other monorepos like core and snaps we have always bumped the major for the root package whenever there is a new release. And this "root version" doesn't have to be kept in sync with a particular package. So, in order to avoid confusion in the future and change the process a bit, perhaps this should be something like 50.0.0?

Suggested change
"version": "1.1.7",
"version": "50.0.0",

Copy link
Member

Choose a reason for hiding this comment

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

mmm I'm hesitant to differ the 2 versions because I'm unsure if this will impact the Github Action flow for creating the PR release candidates 🤔

{
"name": "@metamask/snap-simple-keyring-site",
"version": "1.1.6",
"version": "1.1.7",
Copy link

Choose a reason for hiding this comment

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

What are your thoughts on bumping the version to 2.0.0 rather than 1.1.7? Obviously there aren't any breaking changes in this release, but as it is 1.1.7 will be the initial version of the package, and since this is a special case where previously we were pushing changes to GitHub but now we are also pushing new versions to NPM, perhaps the initial version of the NPM package should be something a little less random.

Suggested change
"version": "1.1.7",
"version": "2.0.0",

Copy link
Member

Choose a reason for hiding this comment

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

hi there 👋 ohh that's a great point. I've created a new branch because I rely the create release workflow for creating the PR.
New branch is here

#165


## [Unreleased]

## [1.1.7]
Copy link

Choose a reason for hiding this comment

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

(Accompanies the suggestion below)

Suggested change
## [1.1.7]
## [2.0.0]

Comment on lines +169 to +170
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.6...v1.1.7
Copy link

Choose a reason for hiding this comment

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

(Accompanies the suggestion below)

Suggested change
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.6...v1.1.7
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v2.0.0...HEAD
[1.1.7]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.6...v2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants