Skip to content

Commit

Permalink
0.2.4 (#96)
Browse files Browse the repository at this point in the history
* 0.2.4

* update changelog

* chore: update snap hash

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Owen Craston <[email protected]>
Co-authored-by: Daniel Rocha <[email protected]>
  • Loading branch information
4 people authored Oct 4, 2023
1 parent 612b813 commit 33a4bb1
Show file tree
Hide file tree
Showing 6 changed files with 24 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": "0.2.3",
"version": "0.2.4",
"private": true,
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
13 changes: 12 additions & 1 deletion packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.4]
### Added
- Add update button ([#93](https://github.com/MetaMask/snap-simple-keyring/pull/93)).

### Fixed
- Fix the list of accounts not being displayed on the first load ([#92](https://github.com/MetaMask/snap-simple-keyring/pull/92)).
- Fix the private key format in the import account placeholder ([#89](https://github.com/MetaMask/snap-simple-keyring/pull/89)).
- Check if the snap is installed before trying to get its state ([#87](https://github.com/MetaMask/snap-simple-keyring/pull/87)).
- Remove `console.log` if snap is not installed ([#88](https://github.com/MetaMask/snap-simple-keyring/pull/88)).

## [0.2.3]
### Changed
- Use text fields in account methods inputs ([#82](https://github.com/MetaMask/snap-simple-keyring/pull/82)).
Expand Down Expand Up @@ -63,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.3...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.0...v0.2.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": "0.2.3",
"version": "0.2.4",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand Down
8 changes: 7 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.4]
### Fixed
- Fix Snap and Extension are out of sync when creating/removing account ([#95](https://github.com/MetaMask/snap-simple-keyring/pull/95)).
- Remove private key from options after generating key pair ([#90](https://github.com/MetaMask/snap-simple-keyring/pull/90)).

## [0.2.3]
### Changed
- Update linting targets ([#85](https://github.com/MetaMask/snap-simple-keyring/pull/85)).
Expand Down Expand Up @@ -51,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.3...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.0...v0.2.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": "0.2.3",
"version": "0.2.4",
"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": "0.2.3",
"version": "0.2.4",
"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": "Ch+6Kdk6BTTf7oMjvwf+DDfuRstXMqRUZqK2uJODiLk=",
"shasum": "fhKGcx3qfv/93ZWnwW2Q7L0W1STExHOGHDp9VMVZk3Q=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 33a4bb1

Please sign in to comment.