Skip to content
Open

1.1.7 #164

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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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 🤔

"private": true,
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
11 changes: 10 additions & 1 deletion packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [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]


### Changed

- Make @metamask/snap-simple-keyring-site publishable ([#163](https://github.com/MetaMask/snap-simple-keyring/pull/163))
- Use new CentraNo1 font ([#160](https://github.com/MetaMask/snap-simple-keyring/pull/160))
- Bump `crypto-browserify@^3.12.1` + `snaps-*` ([#159](https://github.com/MetaMask/snap-simple-keyring/pull/159))

## [1.1.6]

### Changed
Expand Down Expand Up @@ -158,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.6...HEAD
[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
Comment on lines +169 to +170
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

[1.1.6]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.2...v1.1.6
[1.1.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.0...v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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

"description": "A snap simple keyring dapp used in MetaMask e2e tests.",
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand Down
9 changes: 8 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7]

### Changed

- Bump `crypto-browserify@^3.12.1` + `snaps-*` ([#159](https://github.com/MetaMask/snap-simple-keyring/pull/159))

## [1.1.6]

### Changed
Expand Down Expand Up @@ -158,7 +164,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.6...HEAD
[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
[1.1.6]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.3...v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-simple-keyring-snap",
"version": "1.1.6",
"version": "1.1.7",
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
"metamask",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.1.6",
"version": "1.1.7",
"description": "An example of a key management snap for a simple keyring.",
"proposedName": "MetaMask Simple Snap Keyring",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-simple-keyring.git"
},
"source": {
"shasum": "k171gIy5HSi41D2djzZNHyAUydUByBagxYjnq/xhwB0=",
"shasum": "v3NGZZ5pEu7Y14geQjYsFAh5MoCUzY8fQLmbwQnFmAE=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading