Skip to content
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

1.1.6 #156

Merged
merged 4 commits into from
Sep 26, 2024
Merged

1.1.6 #156

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5",
"version": "1.1.6",
"private": true,
"description": "A simple keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
10 changes: 9 additions & 1 deletion packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.6]

### Changed

- Bump `@metamask/keyring-api` from `^1.0.0-rc.1` to `^8.1.3` ([#155](https://github.com/MetaMask/snap-simple-keyring/pull/155))
- This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts).

## [1.1.2]

### Changed
Expand Down Expand Up @@ -151,7 +158,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.2...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.6...HEAD
[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
[1.1.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.0.0...v1.1.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.2",
"version": "1.1.6",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand Down
10 changes: 9 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.6]

### Changed

- Bump `@metamask/keyring-api` from `^8.1.0` to `^8.1.3` ([#155](https://github.com/MetaMask/snap-simple-keyring/pull/155))
- This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts).

## [1.1.5]

### Added
Expand Down Expand Up @@ -151,7 +158,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.5...HEAD
[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.6...HEAD
[1.1.6]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.1.2...v1.1.3
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.5",
"version": "1.1.6",
"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.5",
"version": "1.1.6",
"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": "hZFHG+Dvz9gylBSFPIM5ADW5iypHe7CMkD21UyHt16k=",
"shasum": "P2BbaJn6jb7+ecBF6mJJnheQ4j8dtEZ8O4FLqLv8e8M=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading