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

Commit

Permalink
5.0.1 (#144)
Browse files Browse the repository at this point in the history
* 5.0.1

* updated logs, versions, and manifests

* changed grouping title

* fix notification-snap package.json version

* fix rpc log

* update notification manifest

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: hmalik88 <[email protected]>
  • Loading branch information
3 people authored Feb 23, 2023
1 parent d0de881 commit d33904b
Show file tree
Hide file tree
Showing 30 changed files with 90 additions and 39 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "5.0.0",
"version": "5.0.1",
"workspaces": [
"packages/*"
],
Expand Down
7 changes: 6 additions & 1 deletion packages/bip32/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Changed
- No changes this release.

## [5.0.0]
### Changed
- Update snaps packages ([#141](https://github.com/MetaMask/test-snaps/pull/141))
Expand Down Expand Up @@ -99,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add BIP-32 test snap ([#56](https://github.com/MetaMask/test-snaps/pull/56), [#57](https://github.com/MetaMask/test-snaps/pull/57), [#64](https://github.com/MetaMask/test-snaps/pull/64))

[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/test-snaps/compare/v4.6.4...v5.0.0
[4.6.4]: https://github.com/MetaMask/test-snaps/compare/v4.6.3...v4.6.4
[4.6.3]: https://github.com/MetaMask/test-snaps/compare/v4.6.2...v4.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/bip32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-snap-bip32",
"version": "5.0.0",
"version": "5.0.1",
"description": "MetaMask BIP-32 Test Snap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/bip32/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "5.0.0",
"version": "5.0.1",
"description": "An example Snap that derives keys using BIP-32.",
"proposedName": "@metamask/test-snap-bip32",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/test-snaps.git"
},
"source": {
"shasum": "cNousJLmNiFwN5WhRhNIAcM3a1S64MFS2tI3ooOPKCk=",
"shasum": "web+nvoly4tSExBs+/wYeQRf0gOx9E+Q33SFYf0ySXA=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/bip44/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Changed
- No changes this release.

## [5.0.0]
### Changed
- Update snaps packages ([#141](https://github.com/MetaMask/test-snaps/pull/141))
Expand Down Expand Up @@ -137,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changelog ([#24](https://github.com/MetaMask/test-snaps/pull/24))
- BIP44 snap for testing ([#20](https://github.com/MetaMask/test-snaps/pull/20))

[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/test-snaps/compare/v4.6.4...v5.0.0
[4.6.4]: https://github.com/MetaMask/test-snaps/compare/v4.6.3...v4.6.4
[4.6.3]: https://github.com/MetaMask/test-snaps/compare/v4.6.2...v4.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/bip44/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-snap-bip44",
"version": "5.0.0",
"version": "5.0.1",
"description": "MetaMask BIP-44 Test Snap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/bip44/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "5.0.0",
"version": "5.0.1",
"description": "An example Snap that signs messages using BLS.",
"proposedName": "@metamask/test-snap-bip44",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/test-snaps.git"
},
"source": {
"shasum": "tu4jYrYNWhy536y5loDSHtZYToxiDCC9z89IN+c+IZg=",
"shasum": "53PexHwogLBtYo/+TKvrdkUjIFKwfk4LTkb4akz1yUY=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/cronjob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Changed
- No changes this release.

## [5.0.0]
### Changed
- Update snaps packages ([#141](https://github.com/MetaMask/test-snaps/pull/141))
Expand All @@ -30,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Create test-snap for cronjob ([#125](https://github.com/MetaMask/test-snaps/pull/125))

[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/test-snaps/compare/v4.6.4...v5.0.0
[4.6.4]: https://github.com/MetaMask/test-snaps/compare/v4.6.3...v4.6.4
[4.6.3]: https://github.com/MetaMask/test-snaps/compare/v4.6.2...v4.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/cronjob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-snap-cronjob",
"version": "5.0.0",
"version": "5.0.1",
"description": "MetaMask Cronjob Test Snap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/cronjob/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "5.0.0",
"version": "5.0.1",
"description": "A MetaMask Test Snap that uses the cronjob endowment",
"proposedName": "MetaMask Cronjob Test Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/test-snaps.git"
},
"source": {
"shasum": "ofxPmCtixj+I8EZwH8lQiiW7kvdJJicdC5jSTKE3FxI=",
"shasum": "WkpB+tD5bdlrvFe5MOcE2N6y6GHAMbRHAK5RkRbjvW8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Changed
- No changes this release.

## [5.0.0]
### Changed
- Update snaps packages ([#141](https://github.com/MetaMask/test-snaps/pull/141))
Expand Down Expand Up @@ -34,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Create test-snap for snap_dialog ([#119](https://github.com/MetaMask/test-snaps/pull/119))

[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/test-snaps/compare/v4.6.4...v5.0.0
[4.6.4]: https://github.com/MetaMask/test-snaps/compare/v4.6.3...v4.6.4
[4.6.3]: https://github.com/MetaMask/test-snaps/compare/v4.6.2...v4.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-snap-dialog",
"version": "5.0.0",
"version": "5.0.1",
"description": "MetaMask Dialog Test Snap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/dialog/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "5.0.0",
"version": "5.0.1",
"description": "A MetaMask Test Snap that uses the snap_dialog permission",
"proposedName": "MetaMask Dialog Test Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/test-snaps.git"
},
"source": {
"shasum": "v7Js+Jdiau4N/L4rHpm8LFNYBD7gH20CSbi3TRk09tg=",
"shasum": "vuBplXGt2qfvx2qQl3wYVjz6fIzalZ21/eUJ9UXc2/M=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Changed
- No changes this release.

## [5.0.0]
### Changed
- Update snaps packages ([#141](https://github.com/MetaMask/test-snaps/pull/141))
Expand Down Expand Up @@ -181,7 +185,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added icons
- The beginning of time

[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/test-snaps/compare/v4.6.4...v5.0.0
[4.6.4]: https://github.com/MetaMask/test-snaps/compare/v4.6.3...v4.6.4
[4.6.3]: https://github.com/MetaMask/test-snaps/compare/v4.6.2...v4.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-snap-error",
"version": "5.0.0",
"version": "5.0.1",
"description": "MetaMask Error Test Snap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/error/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "5.0.0",
"version": "5.0.1",
"description": "A MetaMask Test Snap that throws an error",
"proposedName": "MetaMask Error Test Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/test-snaps.git"
},
"source": {
"shasum": "vDYrEqov1fyLD1nAAaQ7183dT4rAhcBA9qD860+lwl8=",
"shasum": "AJsOnegQFVrh3IZRUNHlTbZH+h+QA5dG3mDOEcKLw+0=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/insights/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Changed
- No changes this release.

## [5.0.0]
### Changed
- Update snaps packages ([#141](https://github.com/MetaMask/test-snaps/pull/141))
Expand Down Expand Up @@ -46,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add tx-insights test panel ([#110](https://github.com/MetaMask/test-snaps/pull/110))

[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/test-snaps/compare/v4.6.4...v5.0.0
[4.6.4]: https://github.com/MetaMask/test-snaps/compare/v4.6.3...v4.6.4
[4.6.3]: https://github.com/MetaMask/test-snaps/compare/v4.6.2...v4.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/insights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-snap-insights",
"version": "5.0.0",
"version": "5.0.1",
"description": "MetaMask Insights Test Snap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/insights/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "5.0.0",
"version": "5.0.1",
"description": "An example transaction insights Snap.",
"proposedName": "TxInsightsTest",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/test-snaps.git"
},
"source": {
"shasum": "/Z9xgTZ7/DRQ7IMciXfbMzLQACc+L1vgZMZLA4Jyg78=",
"shasum": "BTAO0K/3z3E9vOEnI3ntbNO/qQ/rLwLZxZNSFw32nQw=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/manageState/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Changed
- No changes this release.

## [5.0.0]
### Changed
- Update snaps packages ([#141](https://github.com/MetaMask/test-snaps/pull/141))
Expand Down Expand Up @@ -115,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release ([#33](https://github.com/MetaMask/test-snaps/pull/33))

[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/test-snaps/compare/v4.6.4...v5.0.0
[4.6.4]: https://github.com/MetaMask/test-snaps/compare/v4.6.3...v4.6.4
[4.6.3]: https://github.com/MetaMask/test-snaps/compare/v4.6.2...v4.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/manageState/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-snap-managestate",
"version": "5.0.0",
"version": "5.0.1",
"description": "MetaMask manageState Test Snap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/manageState/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "5.0.0",
"version": "5.0.1",
"description": "A MetaMask Test Snap that uses the manageState permission",
"proposedName": "MetaMask manageState Test Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/test-snaps.git"
},
"source": {
"shasum": "qvk7BsZxkgAt0nzi0rJKANxf2Cak1fSrlp8uE0oaZhQ=",
"shasum": "gvs62sVoU+jK7kvSuvdBBo7nazjLbmyAM/dI4sqAh6Q=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/notification/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Changed
- No changes this release.

## [5.0.0]
### Changed
- Update snaps packages ([#141](https://github.com/MetaMask/test-snaps/pull/141))
Expand Down Expand Up @@ -107,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release ([#41](https://github.com/MetaMask/test-snaps/pull/41))

[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/test-snaps/compare/v4.6.4...v5.0.0
[4.6.4]: https://github.com/MetaMask/test-snaps/compare/v4.6.3...v4.6.4
[4.6.3]: https://github.com/MetaMask/test-snaps/compare/v4.6.2...v4.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-snap-notification",
"version": "5.0.0",
"version": "5.0.1",
"description": "MetaMask notification Test Snap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/notification/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "5.0.0",
"version": "5.0.1",
"description": "A MetaMask Test Snap that uses the notification permission",
"proposedName": "MetaMask Notification Test Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/test-snaps.git"
},
"source": {
"shasum": "PWRB/g95tQH0UronP453RowS6NEk9GdVC7JjhR3jV28=",
"shasum": "jEl8S9VC6hDUKzEu7hufpNKLwm21323GaJ7xmgx7PWQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
7 changes: 6 additions & 1 deletion packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Changed
- No changes this release.

## [5.0.0]
### Changed
- Update snaps packages ([#141](https://github.com/MetaMask/test-snaps/pull/141))
Expand Down Expand Up @@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release ([#105](https://github.com/MetaMask/test-snaps/pull/105))

[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-snaps/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/MetaMask/test-snaps/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/test-snaps/compare/v4.6.4...v5.0.0
[4.6.4]: https://github.com/MetaMask/test-snaps/compare/v4.6.3...v4.6.4
[4.6.3]: https://github.com/MetaMask/test-snaps/compare/v4.6.2...v4.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-snap-rpc",
"version": "5.0.0",
"version": "5.0.1",
"description": "MetaMask JSON-RPC Permissions Test Snap",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit d33904b

Please sign in to comment.