Skip to content

Commit

Permalink
0.1.2 (#42)
Browse files Browse the repository at this point in the history
* 0.1.2

* chore: update changelog

* chore: update `keyring-api` version

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Daniel Rocha <[email protected]>
  • Loading branch information
3 people authored Jun 27, 2023
1 parent 85c6a61 commit 7934398
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 162 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.1.1",
"version": "0.1.2",
"private": true,
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
8 changes: 7 additions & 1 deletion packages/site/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.1.2]
### Changed
- Update snaps and API dependencies. ([#41](https://github.com/MetaMask/snap-simple-keyring/pull/41))
- Add IDs for e2e tests. ([#40](https://github.com/MetaMask/snap-simple-keyring/pull/40))

## [0.1.1] - 2023-06-23
### Changed
- No changes in this release.
Expand All @@ -14,6 +19,7 @@ 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.1.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/snap-simple-keyring/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions 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.1.1",
"version": "0.1.2",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@metamask/keyring-api": "^0.1.2",
"@metamask/keyring-api": "^0.1.3",
"@metamask/providers": "^11.0.0",
"@mui/material": "^5.13.2",
"@types/uuid": "^9.0.1",
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.1.2]
### Changed
- Update snaps and API dependencies. ([#41](https://github.com/MetaMask/snap-simple-keyring/pull/41))
- Add IDs for e2e tests. ([#40](https://github.com/MetaMask/snap-simple-keyring/pull/40))

## [0.1.1] - 2023-06-23
### Changed
- Update snap's `README.md` ([#37](https://github.com/MetaMask/snap-simple-keyring/pull/37))
Expand All @@ -17,6 +22,7 @@ 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.1.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/snap-simple-keyring/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions 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.1.1",
"version": "0.1.2",
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
"metamask",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@ethereumjs/tx": "^4.1.2",
"@ethereumjs/util": "^8.0.5",
"@metamask/eth-sig-util": "^5.0.2",
"@metamask/keyring-api": "^0.1.2",
"@metamask/keyring-api": "^0.1.3",
"@metamask/snaps-types": "^0.35.2-flask.1",
"@metamask/snaps-ui": "^0.35.2-flask.1",
"@metamask/utils": "^5.0.2",
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.1.1",
"version": "0.1.2",
"description": "An example of a key management snap for a simple keyring.",
"proposedName": "MetaMask Snap Simple Keyring",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-simple-keyring.git"
},
"source": {
"shasum": "fuoxg6fsIWRvlxzjjOy3BjRHBcFcdp77kZsI8JO8nTs=",
"shasum": "GNG7stO/roxGayHusJHG3+DsALcPnvW0fVRZ6he1a+o=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading

0 comments on commit 7934398

Please sign in to comment.