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

0.26.2 #1065

Merged
merged 3 commits into from Dec 13, 2022
Merged

0.26.2 #1065

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.26.1",
"version": "0.26.2",
"private": true,
"repository": {
"type": "git",
Expand Down
7 changes: 6 additions & 1 deletion packages/examples/CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

## [0.26.1]
### Changed
- No changes this release.
Expand Down Expand Up @@ -212,7 +216,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.26.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.2...HEAD
[0.26.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...v0.26.2
[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1
[0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0
[0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/bls-signer/package.json
@@ -1,6 +1,6 @@
{
"name": "bls-signer",
"version": "0.26.1",
"version": "0.26.2",
"private": true,
"description": "An example Snap that signs messages using BLS.",
"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.26.1",
"@metamask/snaps-cli": "^0.26.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/bls-signer/snap.manifest.json
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"description": "An example Snap that signs messages using BLS.",
"proposedName": "bls-signer",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/examples/browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "browserify-snap",
"version": "0.26.1",
"version": "0.26.2",
"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.26.1",
"@metamask/snaps-cli": "^0.26.1",
"@metamask/snaps-types": "^0.26.1",
"@metamask/snaps-browserify-plugin": "^0.26.2",
"@metamask/snaps-cli": "^0.26.2",
"@metamask/snaps-types": "^0.26.2",
"@types/browserify": "^12.0.37",
"@types/gulp": "^4.0.9",
"@types/node": "^17.0.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/browserify/snap.manifest.json
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"description": "An example Snap built using TypeScript and Browserify",
"proposedName": "browserify-snap",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/ethers-js/package.json
@@ -1,6 +1,6 @@
{
"name": "ethers-js-snap",
"version": "0.26.1",
"version": "0.26.2",
"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.26.1",
"@metamask/snaps-cli": "^0.26.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/ethers-js/snap.manifest.json
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"description": "An example Snap that that uses ethers.js.",
"proposedName": "ethers-js-snap",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/insights/package.json
@@ -1,6 +1,6 @@
{
"name": "transaction-insights-snap",
"version": "0.26.1",
"version": "0.26.2",
"private": true,
"description": "An example transaction insights Snap.",
"repository": {
Expand Down Expand Up @@ -36,8 +36,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.26.1",
"@metamask/snaps-types": "^0.26.1",
"@metamask/snaps-cli": "^0.26.2",
"@metamask/snaps-types": "^0.26.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/insights/snap.manifest.json
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"description": "An example transaction insights Snap.",
"proposedName": "Transaction Insights Example Snap",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/ipfs/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-snap",
"version": "0.26.1",
"version": "0.26.2",
"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.26.1",
"@metamask/snaps-cli": "^0.26.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/ipfs/snap.manifest.json
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"description": "An example Snap that performs IPFS operations.",
"proposedName": "ipfs-snap",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/notifications/package.json
@@ -1,6 +1,6 @@
{
"name": "notification-snap",
"version": "0.26.1",
"version": "0.26.2",
"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.26.1",
"@metamask/snaps-cli": "^0.26.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"description": "A notification example snap.",
"proposedName": "Notification Example Snap",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/examples/rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-snap",
"version": "0.26.1",
"version": "0.26.2",
"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.26.1",
"@metamask/snaps-rollup-plugin": "^0.26.1",
"@metamask/snaps-types": "^0.26.1",
"@metamask/snaps-cli": "^0.26.2",
"@metamask/snaps-rollup-plugin": "^0.26.2",
"@metamask/snaps-types": "^0.26.2",
"@rollup/plugin-babel": "^5.3.1",
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.42.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/rollup/snap.manifest.json
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"description": "An example Snap built using TypeScript and Rollup",
"proposedName": "rollup-snap",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/examples/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "typescript-snap",
"version": "0.26.1",
"version": "0.26.2",
"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.26.1",
"@metamask/snaps-types": "^0.26.1",
"@metamask/snaps-cli": "^0.26.2",
"@metamask/snaps-types": "^0.26.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/typescript/snap.manifest.json
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"description": "An example Snap written in TypeScript.",
"proposedName": "TypeScript Example Snap",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/examples/wasm/package.json
@@ -1,6 +1,6 @@
{
"name": "wasm",
"version": "0.26.1",
"version": "0.26.2",
"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.26.1",
"@metamask/snaps-cli": "^0.26.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"assemblyscript": "^0.19.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/wasm/snap.manifest.json
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"description": "An example Snap that uses WebAssembly.",
"proposedName": "wasm",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/examples/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-snap",
"version": "0.26.1",
"version": "0.26.2",
"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.26.1",
"@metamask/snaps-types": "^0.26.1",
"@metamask/snaps-webpack-plugin": "^0.26.1",
"@metamask/snaps-cli": "^0.26.2",
"@metamask/snaps-types": "^0.26.2",
"@metamask/snaps-webpack-plugin": "^0.26.2",
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/webpack/snap.manifest.json
@@ -1,5 +1,5 @@
{
"version": "0.26.1",
"version": "0.26.2",
"description": "An example Snap built using TypeScript and Webpack",
"proposedName": "webpack-snap",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "0.26.1",
"version": "0.26.2",
"private": true,
"description": "Example MetaMask Snaps.",
"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.26.1",
"@metamask/snaps-cli": "^0.26.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/multichain-provider/CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

## [0.26.1]
### Changed
- No changes this release.
Expand Down Expand Up @@ -46,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release ([#700](https://github.com/MetaMask/snaps-monorepo/pull/700))

[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.2...HEAD
[0.26.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...v0.26.2
[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1
[0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0
[0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0
Expand Down
6 changes: 3 additions & 3 deletions packages/multichain-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@metamask/multichain-provider",
"version": "0.26.1",
"version": "0.26.2",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps-monorepo.git"
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@metamask/providers": "^10.2.0",
"@metamask/safe-event-emitter": "^2.0.0",
"@metamask/snaps-utils": "^0.26.1",
"@metamask/snaps-utils": "^0.26.2",
"@metamask/utils": "^3.3.1",
"nanoid": "^3.1.31"
},
Expand All @@ -38,7 +38,7 @@
"@metamask/eslint-config-jest": "^11.0.0",
"@metamask/eslint-config-nodejs": "^11.0.1",
"@metamask/eslint-config-typescript": "^11.0.0",
"@metamask/snaps-utils": "^0.26.1",
"@metamask/snaps-utils": "^0.26.2",
"@types/jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
Expand Down
7 changes: 6 additions & 1 deletion packages/rpc-methods/CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

## [0.26.1]
### Changed
- No changes this release.
Expand Down Expand Up @@ -255,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First semi-stable release.

[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.2...HEAD
[0.26.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...v0.26.2
[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1
[0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0
[0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0
Expand Down
4 changes: 2 additions & 2 deletions packages/rpc-methods/package.json
@@ -1,6 +1,6 @@
{
"name": "@metamask/rpc-methods",
"version": "0.26.1",
"version": "0.26.2",
"description": "MetaMask Snap RPC method implementations.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@metamask/key-tree": "^6.0.0",
"@metamask/permission-controller": "^1.0.1",
"@metamask/snaps-utils": "^0.26.1",
"@metamask/snaps-utils": "^0.26.2",
"@metamask/types": "^1.1.0",
"@metamask/utils": "^3.3.1",
"@noble/hashes": "^1.1.3",
Expand Down