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.27.1 #1084

Merged
merged 3 commits into from
Dec 16, 2022
Merged

0.27.1 #1084

Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
0.27.1
  • Loading branch information
github-actions committed Dec 16, 2022
commit 50858b501c8f3c6ccc3aa36533c5772d8db55a70
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.27.0",
"version": "0.27.1",
"private": true,
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.1]

## [0.27.0]
### Changed
- **BREAKING:** Use custom UI in `snap_dialog` ([#1051](https://github.com/MetaMask/snaps-monorepo/pull/1051))
Expand Down Expand Up @@ -222,7 +224,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.27.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.1...HEAD
[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
[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
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.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-ui": "^0.27.1",
"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.27.0",
"@metamask/snaps-cli": "^0.27.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
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.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-cli": "^0.27.0",
"@metamask/snaps-types": "^0.27.0",
"@metamask/snaps-browserify-plugin": "^0.27.1",
"@metamask/snaps-cli": "^0.27.1",
"@metamask/snaps-types": "^0.27.1",
"@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/ethers-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethers-js-snap",
"version": "0.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-cli": "^0.27.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
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.27.0",
"version": "0.27.1",
"private": true,
"description": "An example transaction insights Snap.",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@metamask/abi-utils": "^1.0.0",
"@metamask/snaps-ui": "^0.27.0",
"@metamask/snaps-ui": "^0.27.1",
"@metamask/utils": "^3.3.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.27.0",
"@metamask/snaps-types": "^0.27.0",
"@metamask/snaps-cli": "^0.27.1",
"@metamask/snaps-types": "^0.27.1",
"@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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-snap",
"version": "0.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-cli": "^0.27.1",
"@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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notification-snap",
"version": "0.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-cli": "^0.27.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
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.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-rollup-plugin": "^0.27.0",
"@metamask/snaps-types": "^0.27.0",
"@metamask/snaps-cli": "^0.27.1",
"@metamask/snaps-rollup-plugin": "^0.27.1",
"@metamask/snaps-types": "^0.27.1",
"@rollup/plugin-babel": "^5.3.1",
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.42.1",
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.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-types": "^0.27.0",
"@metamask/snaps-cli": "^0.27.1",
"@metamask/snaps-types": "^0.27.1",
"@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/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm",
"version": "0.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-cli": "^0.27.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"assemblyscript": "^0.19.23",
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.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-types": "^0.27.0",
"@metamask/snaps-webpack-plugin": "^0.27.0",
"@metamask/snaps-cli": "^0.27.1",
"@metamask/snaps-types": "^0.27.1",
"@metamask/snaps-webpack-plugin": "^0.27.1",
"@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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "0.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-cli": "^0.27.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/multichain-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.1]

## [0.27.0]
### Changed
- No changes this release.
Expand Down Expand Up @@ -54,7 +56,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.27.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.1...HEAD
[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
[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
Expand Down
6 changes: 3 additions & 3 deletions packages/multichain-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/multichain-provider",
"version": "0.27.0",
"version": "0.27.1",
"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.27.0",
"@metamask/snaps-utils": "^0.27.1",
"@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.27.0",
"@metamask/snaps-utils": "^0.27.1",
"@types/jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
Expand Down
8 changes: 7 additions & 1 deletion packages/rpc-methods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.1]
### Uncategorized
- Fix `snap_manageState` with empty state ([#1083](https://github.com/MetaMask/snaps-monorepo/pull/1083))
- Fix `snap_manageState` method hooks ([#1080](https://github.com/MetaMask/snaps-monorepo/pull/1080))

## [0.27.0]
### Changed
- **BREAKING:** Use custom UI in `snap_dialog` ([#1051](https://github.com/MetaMask/snaps-monorepo/pull/1051))
Expand Down Expand Up @@ -265,7 +270,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.27.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.1...HEAD
[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
[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
Expand Down
6 changes: 3 additions & 3 deletions packages/rpc-methods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/rpc-methods",
"version": "0.27.0",
"version": "0.27.1",
"description": "MetaMask Snap RPC method implementations.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@metamask/browser-passworder": "^4.0.2",
"@metamask/key-tree": "^6.0.0",
"@metamask/permission-controller": "^1.0.1",
"@metamask/snaps-ui": "^0.27.0",
"@metamask/snaps-utils": "^0.27.0",
"@metamask/snaps-ui": "^0.27.1",
"@metamask/snaps-utils": "^0.27.1",
"@metamask/types": "^1.1.0",
"@metamask/utils": "^3.3.1",
"@noble/hashes": "^1.1.3",
Expand Down
5 changes: 4 additions & 1 deletion packages/snaps-browserify-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.1]

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

[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.1...HEAD
[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
[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
Expand Down
4 changes: 2 additions & 2 deletions packages/snaps-browserify-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snaps-browserify-plugin",
"version": "0.27.0",
"version": "0.27.1",
"keywords": [
"browserify-plugin"
],
Expand Down Expand Up @@ -28,7 +28,7 @@
"publish:package": "../../scripts/publish-package.sh"
},
"dependencies": {
"@metamask/snaps-utils": "^0.27.0",
"@metamask/snaps-utils": "^0.27.1",
"convert-source-map": "^1.8.0"
},
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion packages/snaps-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.1]

## [0.27.0]
### Changed
- No changes this release.
Expand Down Expand Up @@ -288,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Example snaps ([#72](https://github.com/MetaMask/snaps-monorepo/pull/72))
- The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples).

[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.1...HEAD
[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
[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
Expand Down
Loading