Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

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

* chore(deps): bump @metamask/providers from 11.0.0 to 11.1.0

Bumps [@metamask/providers](https://github.com/MetaMask/providers) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/MetaMask/providers/releases)
- [Changelog](https://github.com/MetaMask/providers/blob/main/CHANGELOG.md)
- [Commits](MetaMask/providers@v11.0.0...v11.1.0)

---
updated-dependencies:
- dependency-name: "@metamask/providers"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Rocha <68558152+danroc@users.noreply.github.com>
  • Loading branch information
4 people authored Jun 28, 2023
1 parent 48fce12 commit 87b2bd2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2]
### Changed
- Remove unused `#listAccounts()` method. ([#35](https://github.com/MetaMask/eth-snap-keyring/pull/35))

### Fixed
- Sync all accounts on snap notificaiton. ([#36](https://github.com/MetaMask/eth-snap-keyring/pull/36))
- Don't sync accounts twice on deletion. ([#32](https://github.com/MetaMask/eth-snap-keyring/pull/32))

## [0.1.1]
### Changed
- Use objects in snap -> controller methods. ([#28](https://github.com/MetaMask/eth-snap-keyring/pull/28))
Expand All @@ -16,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/eth-snap-keyring/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-snap-keyring",
"version": "0.1.1",
"version": "0.1.2",
"description": "Snaps keyring bridge.",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1153,8 +1153,8 @@ __metadata:
linkType: hard

"@metamask/providers@npm:^11.0.0":
version: 11.0.0
resolution: "@metamask/providers@npm:11.0.0"
version: 11.1.0
resolution: "@metamask/providers@npm:11.1.0"
dependencies:
"@metamask/object-multiplex": ^1.1.0
"@metamask/safe-event-emitter": ^3.0.0
Expand All @@ -1167,7 +1167,7 @@ __metadata:
json-rpc-middleware-stream: ^4.2.1
pump: ^3.0.0
webextension-polyfill: ^0.10.0
checksum: 49667d9d9d2ad64adf480f8a6a04199f388f7a89f38978b6f9e8b18d5fbc7a82900326956b29af68c88d54cd45e0185d2198c687bb48470669b756742159bf95
checksum: fe62112c650d0bc2c012fcb48b6d18709866448d5ded289c85c96d683a263b63a9f60c171fb4bc2cdffc00a6c72b27343611680d72274b5778243f1366be7256
languageName: node
linkType: hard

Expand Down

0 comments on commit 87b2bd2

Please sign in to comment.