Skip to content

Commit

Permalink
0.29.0 (#1187)
Browse files Browse the repository at this point in the history
* 0.29.0

* updated changelogs

* changelog fixes

* another fix

* updated examples log

* updated per comments

* more changes per comments

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: hmalik88 <hassan.malik@consensys.net>
  • Loading branch information
3 people authored Feb 10, 2023
1 parent 4023836 commit a9abb8b
Show file tree
Hide file tree
Showing 46 changed files with 225 additions and 139 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"repository": {
"type": "git",
Expand Down
9 changes: 8 additions & 1 deletion packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.29.0]
### Changed
- **BREAKING:** Improve request function types ([#1014](https://github.com/MetaMask/snaps-monorepo/pull/1014))
- **BREAKING:** Change checksum calculation ([#1128](https://github.com/MetaMask/snaps-monorepo/pull/1128))
- The checksum has changed for all snaps, and needs to be updated

## [0.28.0]
### Changed
- No changes this release.
Expand Down Expand Up @@ -230,7 +236,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This package was previously a subset of [`snaps-cli`](https://github.com/MetaMask/snaps-cli/tree/main/examples), which has been renamed to [`@metamask/snaps-cli`](https://npmjs.com/package/@metamask/snaps-cli).
- Some examples have been deleted because they were outdated.

[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.28.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.29.0...HEAD
[0.29.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.28.0...v0.29.0
[0.28.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.1...v0.28.0
[0.27.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.0...v0.27.1
[0.27.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.2...v0.27.0
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/bls-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bls-signer",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"description": "An example Snap that signs messages using BLS.",
"repository": {
Expand All @@ -18,7 +18,7 @@
"clean": "rimraf 'dist/*'"
},
"dependencies": {
"@metamask/snaps-ui": "^0.28.0",
"@metamask/snaps-ui": "^0.29.0",
"eth-json-rpc-errors": "^1.1.0",
"noble-bls12-381": "^0.2.3"
},
Expand All @@ -29,7 +29,7 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.28.0",
"@metamask/snaps-cli": "^0.29.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/bls-signer/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.28.0",
"version": "0.29.0",
"description": "An example Snap that signs messages using BLS.",
"proposedName": "bls-signer",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
},
"source": {
"shasum": "brMe/XeQrxXOhZnkkXZrniJDmqDafo+SU5HQUTy6A14=",
"shasum": "6uLUGtTfCL3V6vKktD0f8IcgSxnaQpxsVQZ59ims41Q=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/examples/browserify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserify-snap",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"description": "An example Snap built using TypeScript and Browserify",
"repository": {
Expand All @@ -27,9 +27,9 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-browserify-plugin": "^0.28.0",
"@metamask/snaps-cli": "^0.28.0",
"@metamask/snaps-types": "^0.28.0",
"@metamask/snaps-browserify-plugin": "^0.29.0",
"@metamask/snaps-cli": "^0.29.0",
"@metamask/snaps-types": "^0.29.0",
"@types/browserify": "^12.0.37",
"@types/gulp": "^4.0.9",
"@types/node": "^17.0.33",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/browserify/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.28.0",
"version": "0.29.0",
"description": "An example Snap built using TypeScript and Browserify",
"proposedName": "browserify-snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
},
"source": {
"shasum": "QHf/OS15pdI/PtbcaQtrjQKOQtxr9V62SzOF2AUrYj0=",
"shasum": "BoRYSvfjVSTUDYIMwxpgwBEjprQBo71y1EMIyC9EgPA=",
"location": {
"npm": {
"filePath": "dist/snap.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/ethers-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethers-js-snap",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"description": "An example Snap that that uses ethers.js.",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.28.0",
"@metamask/snaps-cli": "^0.29.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/ethers-js/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.28.0",
"version": "0.29.0",
"description": "An example Snap that that uses ethers.js.",
"proposedName": "ethers-js-snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
},
"source": {
"shasum": "R34xjisFZhHiwdc5m7XMVeoTToIbh/lS+f1RrGLk+ck=",
"shasum": "DdGSwnLxN3C1uIOf19UoeDYNCrzi0VSbEVoZB2zwmZU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/examples/insights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transaction-insights-snap",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"description": "An example transaction insights Snap.",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@metamask/abi-utils": "^1.1.1",
"@metamask/snaps-ui": "^0.28.0",
"@metamask/snaps-ui": "^0.29.0",
"@metamask/utils": "^3.4.1"
},
"devDependencies": {
Expand All @@ -37,8 +37,8 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.28.0",
"@metamask/snaps-types": "^0.28.0",
"@metamask/snaps-cli": "^0.29.0",
"@metamask/snaps-types": "^0.29.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/insights/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.28.0",
"version": "0.29.0",
"description": "An example transaction insights Snap.",
"proposedName": "Transaction Insights Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
},
"source": {
"shasum": "EzkunvvUA1dqp/xrD9A+588830ZKftGYBotckxPks+Y=",
"shasum": "+/AaIcqi6/F5oqRMWElCt1XZ/Q52LJki8hKi0Ow/+/Y=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-snap",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"description": "An example Snap that performs IPFS operations.",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.28.0",
"@metamask/snaps-cli": "^0.29.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/ipfs/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.28.0",
"version": "0.29.0",
"description": "An example Snap that performs IPFS operations.",
"proposedName": "ipfs-snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
},
"source": {
"shasum": "oZ1a+GBh2SjDcQDzpg7auTdEw9iGxqc2v9qdOxxnSsk=",
"shasum": "KLSswe4ui7N0f4uiI40jfdJ8zsmHehL0esivtZnBUbY=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notification-snap",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"description": "The 'Hello, world!' of MetaMask Snaps.",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.28.0",
"@metamask/snaps-cli": "^0.29.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/notifications/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.28.0",
"version": "0.29.0",
"description": "A notification example snap.",
"proposedName": "Notification Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-template.git"
},
"source": {
"shasum": "PEjzfljvghGn9QX1S+0sGrMgfHxEnjT2L5xBh9Ed3Co=",
"shasum": "8/BPvmtYDKR2cGiLSg8DaqU3PieBVKR76KmM48RuFA4=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/examples/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-snap",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"description": "An example Snap built using TypeScript and Rollup",
"repository": {
Expand All @@ -27,9 +27,9 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.28.0",
"@metamask/snaps-rollup-plugin": "^0.28.0",
"@metamask/snaps-types": "^0.28.0",
"@metamask/snaps-cli": "^0.29.0",
"@metamask/snaps-rollup-plugin": "^0.29.0",
"@metamask/snaps-types": "^0.29.0",
"@rollup/plugin-babel": "^5.3.1",
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.42.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/rollup/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.28.0",
"version": "0.29.0",
"description": "An example Snap built using TypeScript and Rollup",
"proposedName": "rollup-snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
},
"source": {
"shasum": "10RojruUEQUz+NIly9O6R9tpRUdpWqpOYFxdFpdI2MA=",
"shasum": "2ZulSt3ikd9Fl6YhxUvfj7XRV5VoP6um3mrZPk2Zjjg=",
"location": {
"npm": {
"filePath": "dist/snap.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-snap",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"description": "The 'Hello, world!' of MetaMask Snaps, now written in TypeScript.",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.28.0",
"@metamask/snaps-types": "^0.28.0",
"@metamask/snaps-cli": "^0.29.0",
"@metamask/snaps-types": "^0.29.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/typescript/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.28.0",
"version": "0.29.0",
"description": "An example Snap written in TypeScript.",
"proposedName": "TypeScript Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-template.git"
},
"source": {
"shasum": "9o9f/7QeVFoyhJCjqOf9vtDIL/qbJrU1XdBiyr/Hs5g=",
"shasum": "Y5L8+Af+m7wKK+SMpEXwKkPbXBdl581hLFX1Dkuy+48=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"description": "An example Snap that uses WebAssembly.",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.28.0",
"@metamask/snaps-cli": "^0.29.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"assemblyscript": "^0.19.23",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/wasm/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.28.0",
"version": "0.29.0",
"description": "An example Snap that uses WebAssembly.",
"proposedName": "wasm",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
},
"source": {
"shasum": "mGMSqk1y9vSkBkWlB9PxbE4CAvk/woU0atapl9nadMo=",
"shasum": "8qMPdv3d8G81QMRqvumkQKEBixMHA1CPFwFwzleu7gM=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/examples/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-snap",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"description": "An example Snap built using TypeScript and Webpack",
"repository": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-cli": "^0.28.0",
"@metamask/snaps-types": "^0.28.0",
"@metamask/snaps-webpack-plugin": "^0.28.0",
"@metamask/snaps-cli": "^0.29.0",
"@metamask/snaps-types": "^0.29.0",
"@metamask/snaps-webpack-plugin": "^0.29.0",
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/webpack/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.28.0",
"version": "0.29.0",
"description": "An example Snap built using TypeScript and Webpack",
"proposedName": "webpack-snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
},
"source": {
"shasum": "NFJs3m1wVooT9Ykknuh9iCWCVhnIOsBUg6ZrDk5zllM=",
"shasum": "ui7p8D+KxjIZfI/rYKGOCJVMUdUXYXA1L0H22YUhwUw=",
"location": {
"npm": {
"filePath": "dist/snap.js",
Expand Down
Loading

0 comments on commit a9abb8b

Please sign in to comment.