Skip to content

Commit

Permalink
1.1.2 (#145)
Browse files Browse the repository at this point in the history
* 1.1.2

* feat: update CHANGELOG.md

* feat: update CHANGELOG.md

* feat: update site CHANGELOG.md

* chore: rebuilt snap

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Kate Johnson <[email protected]>
Co-authored-by: Kate Johnson <[email protected]>
  • Loading branch information
4 people authored Aug 12, 2024
1 parent 6cc1857 commit 6af8420
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
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.1",
"version": "1.1.2",
"private": true,
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
9 changes: 8 additions & 1 deletion packages/site/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.2]

### Changed

- Hardcode light mode ([#138](https://github.com/MetaMask/snap-simple-keyring/pull/138))

## [1.1.1]

### Changed
Expand Down Expand Up @@ -145,7 +151,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.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.2...HEAD
[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
[1.1.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.4.0...v1.0.0
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.1",
"version": "1.1.2",
"private": true,
"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.2]

### Added

- Add account name suggestion to `"notify:accountCreated"` event ([#144](https://github.com/MetaMask/snap-simple-keyring/pull/144))

## [1.1.1]

### Changed
Expand Down Expand Up @@ -122,7 +128,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.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.2...HEAD
[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
[1.1.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.0.0...v1.0.1
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.1",
"version": "1.1.2",
"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.1",
"version": "1.1.2",
"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": "96JncouxgpYlO+pStmiLn2BYlVtphJ1zufxMmWswaIU=",
"shasum": "euGuIXw57Wfb1sBktAhCRMd6DY8Xl07GOXOg88NF/Bk=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 6af8420

Please sign in to comment.