-
-
Notifications
You must be signed in to change notification settings - Fork 23
1.1.7 #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
1.1.7 #164
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||
|
|
||||||||||
| ## [Unreleased] | ||||||||||
|
|
||||||||||
| ## [1.1.7] | ||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (Accompanies the suggestion below)
Suggested change
|
||||||||||
|
|
||||||||||
| ### 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 | ||||||||||
|
|
@@ -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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (Accompanies the suggestion below)
Suggested change
|
||||||||||
| [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 | ||||||||||
|
|
||||||||||
| 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", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||||||
| "description": "A snap simple keyring dapp used in MetaMask e2e tests.", | ||||||
| "license": "(MIT-0 OR Apache-2.0)", | ||||||
| "scripts": { | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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
coreandsnapswe 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?There was a problem hiding this comment.
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 🤔