diff --git a/package.json b/package.json index 170244a613..a1ad6b4806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "95.0.0", + "version": "96.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/examples/package.json b/packages/examples/package.json index fcf5027927..418cc38365 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/example-snaps", - "version": "3.16.0", + "version": "3.17.0", "private": true, "description": "A collection of examples demonstrating how to build MetaMask Snaps", "keywords": [ diff --git a/packages/examples/packages/bip32/snap.manifest.json b/packages/examples/packages/bip32/snap.manifest.json index 969a0daaa2..b6f6b7d2a0 100644 --- a/packages/examples/packages/bip32/snap.manifest.json +++ b/packages/examples/packages/bip32/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "BnInoLYP8A55s++qF6ZMaJ3ewFB/DhXjKtP2/sG9FZ4=", + "shasum": "s6bZ9uo4/WYrEfUPp9+5OgSsOlSt2nzdL41k0dQv0mM=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -43,6 +43,6 @@ } ] }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/bip44/snap.manifest.json b/packages/examples/packages/bip44/snap.manifest.json index cf341320ad..6b585ed7c9 100644 --- a/packages/examples/packages/bip44/snap.manifest.json +++ b/packages/examples/packages/bip44/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "o4j+V8LEXdbiDYCd7dzc4QByLLLBG0ZXatDpeXmGxpU=", + "shasum": "ueQTu5E0+rR0aUF4NEzR+Fw6NXqITQja7ESQZgpy+r4=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -31,6 +31,6 @@ } ] }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/browserify-plugin/snap.manifest.json b/packages/examples/packages/browserify-plugin/snap.manifest.json index c533278abe..4adcd8b77c 100644 --- a/packages/examples/packages/browserify-plugin/snap.manifest.json +++ b/packages/examples/packages/browserify-plugin/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "e3eXjWGO/nmmRxBt/caaktmqj/3chjABsSkFq6leppU=", + "shasum": "PNtdcFc5HFBGHnv3e/8CUhm16s6+Ksmmc38dF34lsSw=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/browserify/snap.manifest.json b/packages/examples/packages/browserify/snap.manifest.json index 0c470e9a01..f169dd82bf 100644 --- a/packages/examples/packages/browserify/snap.manifest.json +++ b/packages/examples/packages/browserify/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "yvblLjVAXActFtH/3q3GxeTcbRopWjZCX2h4S21hscs=", + "shasum": "1V+pdRmIER1rMRFWU02Fzc+LXLUcCoCHAXsbu2JXgSI=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/client-status/snap.manifest.json b/packages/examples/packages/client-status/snap.manifest.json index 2058c0ceb6..487133ea62 100644 --- a/packages/examples/packages/client-status/snap.manifest.json +++ b/packages/examples/packages/client-status/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "nc+JOgLxuqD7BhG03+OxfU2mYsfEjbMu8NJ6JYaEWv8=", + "shasum": "mem64UuBFA30ZoJnGAlO1sqAMZ+rRu1LvJwmQx8Pp8s=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ "snaps": false } }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/cronjobs/snap.manifest.json b/packages/examples/packages/cronjobs/snap.manifest.json index bd9445cb95..5e1465cfcf 100644 --- a/packages/examples/packages/cronjobs/snap.manifest.json +++ b/packages/examples/packages/cronjobs/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "oivOXNHqSitBIR4yEKEKThLd2LAHidgbAz82eUA8CuU=", + "shasum": "622gNgM1cFgv2tSaojQSZtOa8v6gKJNDZK9WVC1nsho=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -34,6 +34,6 @@ "snap_dialog": {}, "snap_notify": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/dialogs/snap.manifest.json b/packages/examples/packages/dialogs/snap.manifest.json index 58d8199e78..b375e2d809 100644 --- a/packages/examples/packages/dialogs/snap.manifest.json +++ b/packages/examples/packages/dialogs/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "fXWXTZIJmUniCOx+w5RAYCa5FcJrg26oNkvswihXeIQ=", + "shasum": "k/X4uq7djZ1r8gjzCTu1oYA4dGNtc0PIAcJaPe/CUUg=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_dialog": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/errors/snap.manifest.json b/packages/examples/packages/errors/snap.manifest.json index 79875cee14..61ebc6ddbb 100644 --- a/packages/examples/packages/errors/snap.manifest.json +++ b/packages/examples/packages/errors/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "y7DX+kxBXoWQ4DVRcKMqpBSXmPbiz0Mi6GDWWTkflP0=", + "shasum": "dcfBywQBpeuz7M+u89a8LftWT0IvVYIFpOxRkqo0I4s=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/ethereum-provider/snap.manifest.json b/packages/examples/packages/ethereum-provider/snap.manifest.json index c9e8f494bc..e54444d3eb 100644 --- a/packages/examples/packages/ethereum-provider/snap.manifest.json +++ b/packages/examples/packages/ethereum-provider/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "MHSuass1p7iHNVjKcsUmuPuwTzcRUSD1Cd1Wlv8kkDQ=", + "shasum": "wodRZTVT7LPlMiWKqlIvnNbQUOqUwXeNwo/avXXL/JU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "endowment:ethereum-provider": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/ethers-js/snap.manifest.json b/packages/examples/packages/ethers-js/snap.manifest.json index 74973abc03..55ae3c4af3 100644 --- a/packages/examples/packages/ethers-js/snap.manifest.json +++ b/packages/examples/packages/ethers-js/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "sByCEI9g09UGbwHBxK89BKRiVFRIAIlSJLw1880fqQo=", + "shasum": "LRIjlsodfBijZVSGMU0weIsEzw/2stwOGuzNyEh0Ev0=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_getEntropy": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/file-upload/snap.manifest.json b/packages/examples/packages/file-upload/snap.manifest.json index 6e430d2eff..2fa4f8b222 100644 --- a/packages/examples/packages/file-upload/snap.manifest.json +++ b/packages/examples/packages/file-upload/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "Jc8veXAgN4hKHVcF3c4eXWdNNYXygFM6+Xg+fcoIgzU=", + "shasum": "t9RRRfxWXBpcYrngJcxd50bU/QtG7hHEaJcw7lX9F+o=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/get-entropy/snap.manifest.json b/packages/examples/packages/get-entropy/snap.manifest.json index 41e8ea582e..eeb360513a 100644 --- a/packages/examples/packages/get-entropy/snap.manifest.json +++ b/packages/examples/packages/get-entropy/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "vUiybKJcdxY44IuamgNJQadSEl+o9n152JyZ84jGc7w=", + "shasum": "QM2MDn8d/XdwFylN/dPIqj+Onq5Bgb41xXg3R2sbEMQ=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_getEntropy": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/get-file/snap.manifest.json b/packages/examples/packages/get-file/snap.manifest.json index b7d2f056b2..f3173042fb 100644 --- a/packages/examples/packages/get-file/snap.manifest.json +++ b/packages/examples/packages/get-file/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "/l6cK9mjCiwOWRcx7/j3rGnkeqSRwLzbRZI3a4XaFIE=", + "shasum": "e9qkt+NVTBtgg2SyBRrQT+elL4KpfNSjvuCx13clKCo=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ "dapps": true } }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/home-page/snap.manifest.json b/packages/examples/packages/home-page/snap.manifest.json index a7a0e01365..5abf8b581b 100644 --- a/packages/examples/packages/home-page/snap.manifest.json +++ b/packages/examples/packages/home-page/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "dSiEAfhCU+9YTLqGfon3fyRuPDjBKSlGCY4PJkSBiRE=", + "shasum": "TRcFe2xQ4N/d6D4V5ECN09iB8KJSI/cssHeiog1aF94=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:page-home": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/images/snap.manifest.json b/packages/examples/packages/images/snap.manifest.json index 2962756b2c..64f685f43c 100644 --- a/packages/examples/packages/images/snap.manifest.json +++ b/packages/examples/packages/images/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "PWwMdyhcSaDJ5jd4YWbzKiLmDaSu6YIWYLmPdEGRdjY=", + "shasum": "fyndbvW2R5yc3aagOJ8PkuxCjQlGMfnGzbYruINlOvI=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_dialog": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/interactive-ui/snap.manifest.json b/packages/examples/packages/interactive-ui/snap.manifest.json index 8912bc1d89..b82dccefe6 100644 --- a/packages/examples/packages/interactive-ui/snap.manifest.json +++ b/packages/examples/packages/interactive-ui/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "xnUQpM9/BWwTzf+eIRmbQp/FJAdo4QcxdZskw4eLqGA=", + "shasum": "a+EaLGAzmbOItpjrAq/YiwKb3iTif4l64eaq5Chhu04=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -25,6 +25,6 @@ "endowment:transaction-insight": {}, "endowment:page-home": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/invoke-snap/packages/consumer-signer/snap.manifest.json b/packages/examples/packages/invoke-snap/packages/consumer-signer/snap.manifest.json index 4ee1470990..a73406f143 100644 --- a/packages/examples/packages/invoke-snap/packages/consumer-signer/snap.manifest.json +++ b/packages/examples/packages/invoke-snap/packages/consumer-signer/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "crdduVCAntL3FBIJw+t7ETyP9mbZLuXShtUyP4FXU5o=", + "shasum": "J3bwWfw/r1xw0DBSlNeMl/GCAYu0EB5H5TA2DpRBpV8=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json b/packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json index a8dcaa8542..20625bf594 100644 --- a/packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json +++ b/packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "/Loj3eGeyphECZnKWCVkePv6dGjIyBe5vGcN+wZ/IlY=", + "shasum": "hPoXD7gSvw8swALKQMhd9agI4k2Ann8a1ZeUjThQYdA=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/json-rpc/snap.manifest.json b/packages/examples/packages/json-rpc/snap.manifest.json index 08a629f73a..c2f43fc147 100644 --- a/packages/examples/packages/json-rpc/snap.manifest.json +++ b/packages/examples/packages/json-rpc/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "jjItF5qVqug2VefOXcaiNgTygnNjEYbmplwTWvAr+eg=", + "shasum": "z8X/CPPqti+Zni3d5gXv3AvLD8yj7svs5G+jHAgexYE=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -26,6 +26,6 @@ } } }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/jsx/snap.manifest.json b/packages/examples/packages/jsx/snap.manifest.json index d71fb46f3c..89fcdbc8ba 100644 --- a/packages/examples/packages/jsx/snap.manifest.json +++ b/packages/examples/packages/jsx/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "S0DuiRsDfPw9rSkHFsMHB+BImA51WqU5autns2Atg4Y=", + "shasum": "a5jG1CSFgy28tleYHsorKD03ZjHP0yB5gLpHsDIezPU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "snap_manageState": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/lifecycle-hooks/snap.manifest.json b/packages/examples/packages/lifecycle-hooks/snap.manifest.json index 4e0a376492..d393328ce3 100644 --- a/packages/examples/packages/lifecycle-hooks/snap.manifest.json +++ b/packages/examples/packages/lifecycle-hooks/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "OtK5vWtA1385OJl50jbw9sK7j/Yd34DGUXfiN1sIDSc=", + "shasum": "AVQZwx/Qc7gQI3uIYM4HEqQa1JtIPjhj9P7PZbtiJWU=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -20,6 +20,6 @@ "snap_dialog": {}, "endowment:lifecycle-hooks": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/localization/snap.manifest.json b/packages/examples/packages/localization/snap.manifest.json index 69bed5cc6a..20ce89a6fc 100644 --- a/packages/examples/packages/localization/snap.manifest.json +++ b/packages/examples/packages/localization/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "WDm4Xn4BdsmS3Huu00lHQ5ZhhiDeTcGizZgRcgc9lY4=", + "shasum": "nl2eq3asvsIX4Rc381/p9cDdtioEAvcCvTkOFgOhgEA=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_getPreferences": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/manage-state/snap.manifest.json b/packages/examples/packages/manage-state/snap.manifest.json index 3438218d5d..54d40effc3 100644 --- a/packages/examples/packages/manage-state/snap.manifest.json +++ b/packages/examples/packages/manage-state/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "O4wNURAhWkeKldyNZZm8LPL7+Zy5N29bzRg9oluAtZg=", + "shasum": "IAfgFi8Zmc73hM7v2JguHXCW0FQMAE9B5aZNeTarib4=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_manageState": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/name-lookup/snap.manifest.json b/packages/examples/packages/name-lookup/snap.manifest.json index b569459fba..c723c29f9c 100644 --- a/packages/examples/packages/name-lookup/snap.manifest.json +++ b/packages/examples/packages/name-lookup/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "rfAdMvr8YfcdBYaczoe6ztRh36b8cVtqW3uPUgjyjJY=", + "shasum": "FNbmHTfkLe+KzSJhB/MFRkucaTTDi4/zOuZcMfeBtFY=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "chains": ["eip155:1"] } }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/network-access/snap.manifest.json b/packages/examples/packages/network-access/snap.manifest.json index 257b77769a..5d650d6b04 100644 --- a/packages/examples/packages/network-access/snap.manifest.json +++ b/packages/examples/packages/network-access/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "7/zQRHAwZG4xeHjeJHLewdNrmJa6QUwNYa7aoUhekhs=", + "shasum": "ZM3eYvJKybmCxfS+vBng2+xJUeL1m87IDdbqVVq833g=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "endowment:network-access": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/notifications/snap.manifest.json b/packages/examples/packages/notifications/snap.manifest.json index 0023da13d6..93ca91b10b 100644 --- a/packages/examples/packages/notifications/snap.manifest.json +++ b/packages/examples/packages/notifications/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "zgnmWXimFmTvPrrN2L0vvIlz18h4HAz5CCbykgZblx4=", + "shasum": "J+Yx7XxoVKFBfBpILczOBtFxb57yjHb/PZ9p9ad1eOA=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "snap_notify": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/preferences/snap.manifest.json b/packages/examples/packages/preferences/snap.manifest.json index a1135568a3..937c0f0130 100644 --- a/packages/examples/packages/preferences/snap.manifest.json +++ b/packages/examples/packages/preferences/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "I256k2BDHu9ZRRnDVfP335n69beXXTqN/7Hlih+Jnqc=", + "shasum": "wC+5PF/B2oKOLYNGtE1nVrrE5E6uUmJ74TSCZyQXTaA=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ }, "snap_getPreferences": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/preinstalled/snap.manifest.json b/packages/examples/packages/preinstalled/snap.manifest.json index a2bec870c3..1e8f31430f 100644 --- a/packages/examples/packages/preinstalled/snap.manifest.json +++ b/packages/examples/packages/preinstalled/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "yWpds2oL+G/4fr18KIXr0LqcY8IWhw9mUPgs3FKyj3I=", + "shasum": "I4zu9Qe+unbEuh6lq1x3/fdVRPfG8bju1C+4mInmEic=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -24,6 +24,6 @@ "endowment:page-settings": {}, "snap_manageState": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/protocol/snap.manifest.json b/packages/examples/packages/protocol/snap.manifest.json index 6846a9de2c..f88faf2310 100644 --- a/packages/examples/packages/protocol/snap.manifest.json +++ b/packages/examples/packages/protocol/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "2leoGol7XTZfqfGFViJoFbFth2sqq3XaUefzUjTUsdg=", + "shasum": "1i/SMjk3QuHxzhES05ULaEgFSOeksoBWC63yrgd2iro=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -26,6 +26,6 @@ }, "endowment:network-access": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/rollup-plugin/snap.manifest.json b/packages/examples/packages/rollup-plugin/snap.manifest.json index d76d5a2f32..528961bc7c 100644 --- a/packages/examples/packages/rollup-plugin/snap.manifest.json +++ b/packages/examples/packages/rollup-plugin/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "p08On3c8RY62leG9gZNvJXJ3vNGEUsylbocXOJ+QLLg=", + "shasum": "eG0CieNLsdZKg5vHlasdbpab4InV82lAV9pMQfQprTc=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/send-flow/CHANGELOG.md b/packages/examples/packages/send-flow/CHANGELOG.md index 80376c1a2c..3f896fc118 100644 --- a/packages/examples/packages/send-flow/CHANGELOG.md +++ b/packages/examples/packages/send-flow/CHANGELOG.md @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] + +### Changed + +- Use new `AddressInput` component ([#3167](https://github.com/MetaMask/snaps/pull/3167)) + ## [1.0.0] ### Changed - Initial release of the `@metamask/send-flow-example-snap` example. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/send-flow-example-snap@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/send-flow-example-snap@1.1.0...HEAD +[1.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/send-flow-example-snap@1.0.0...@metamask/send-flow-example-snap@1.1.0 [1.0.0]: https://github.com/MetaMask/snaps/releases/tag/@metamask/send-flow-example-snap@1.0.0 diff --git a/packages/examples/packages/send-flow/package.json b/packages/examples/packages/send-flow/package.json index 1bd812f3e3..4604e0d99f 100644 --- a/packages/examples/packages/send-flow/package.json +++ b/packages/examples/packages/send-flow/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/send-flow-example-snap", - "version": "1.0.0", + "version": "1.1.0", "description": "MetaMask example Snap demonstrating a send flow with UI components", "keywords": [ "MetaMask", diff --git a/packages/examples/packages/send-flow/snap.manifest.json b/packages/examples/packages/send-flow/snap.manifest.json index ccb1f66ca6..c5b970c43c 100644 --- a/packages/examples/packages/send-flow/snap.manifest.json +++ b/packages/examples/packages/send-flow/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.1.0", "description": "MetaMask example snap demonstrating a send flow with UI components.", "proposedName": "Send flow Example Snap", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "K4N1OVwbY1dfSZpc4QvAWprZVI0FQSR8KB5NZoOXPFY=", + "shasum": "wE+wX6shyn8Q1Tu8SrUCOdSjARmQrq2jbCKiRqFz5EY=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -23,6 +23,6 @@ "snap_dialog": {}, "endowment:page-home": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/signature-insights/snap.manifest.json b/packages/examples/packages/signature-insights/snap.manifest.json index 20684accd0..df19684db6 100644 --- a/packages/examples/packages/signature-insights/snap.manifest.json +++ b/packages/examples/packages/signature-insights/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "LBUxNYl+SP+t0uWXPsJpVVPWgiFKX783BLOIDcK71QU=", + "shasum": "puaAKXMVtQu1klSwnWgsGNbLauUbsvX9PhZXPBP1lYY=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:signature-insight": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/transaction-insights/snap.manifest.json b/packages/examples/packages/transaction-insights/snap.manifest.json index 1fb22289a3..54751f96ab 100644 --- a/packages/examples/packages/transaction-insights/snap.manifest.json +++ b/packages/examples/packages/transaction-insights/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "Ymh6Oy+TQa9Fa9dEwebNSdduRvc2xVxKQ1rrTx/PArU=", + "shasum": "Zuo2gVQq170Fx1BqtW5O9fh75Kma4TNWHX89uHbd/sM=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -19,6 +19,6 @@ "initialPermissions": { "endowment:transaction-insight": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/wasm/snap.manifest.json b/packages/examples/packages/wasm/snap.manifest.json index f0b1bfac0e..3c8f4e0cb5 100644 --- a/packages/examples/packages/wasm/snap.manifest.json +++ b/packages/examples/packages/wasm/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "D8pp42enuRvJUeh+kJfV1xydevsoyVyseADYZWJXpG0=", + "shasum": "ZsV5dRyfcsWfLYwMFlx1gPciBj8lDvq6m6F1seOYeN4=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -22,6 +22,6 @@ }, "endowment:webassembly": {} }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/examples/packages/webpack-plugin/snap.manifest.json b/packages/examples/packages/webpack-plugin/snap.manifest.json index 8c9ac7fe49..d7116abcd5 100644 --- a/packages/examples/packages/webpack-plugin/snap.manifest.json +++ b/packages/examples/packages/webpack-plugin/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snaps.git" }, "source": { - "shasum": "zTpkwPyivJa2ebRFhy8LiO0WXYascYtXsZNbNGbUidU=", + "shasum": "2K0VrHDiO5pdnK/2dJ3kXfbXSLDwZK23GSIfJlm2m+w=", "location": { "npm": { "filePath": "dist/bundle.js", @@ -21,6 +21,6 @@ "dapps": true } }, - "platformVersion": "6.19.0", + "platformVersion": "6.20.0", "manifestVersion": "0.1" } diff --git a/packages/snaps-controllers/CHANGELOG.md b/packages/snaps-controllers/CHANGELOG.md index a3eb4c2591..cd77866167 100644 --- a/packages/snaps-controllers/CHANGELOG.md +++ b/packages/snaps-controllers/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.1.0] + +### Added + +- Add support for the `AddressInput` component ([#3129](https://github.com/MetaMask/snaps/pull/3129)) +- Add support for the `AssetSelector` component ([#3166](https://github.com/MetaMask/snaps/pull/3166)) +- Add mutex to `getSnapState` to prevent concurrent decryption ([#3234](https://github.com/MetaMask/snaps/pull/3234)) + +### Changed + +- Increase Snap interface context size limit slightly ([#3246](https://github.com/MetaMask/snaps/pull/3246)) +- Bump `@metamask/key-tree` from `10.1.0` to `10.1.1` ([#3254](https://github.com/MetaMask/snaps/pull/3254)) +- Bump `nanoid` from `3.1.31` to `3.3.10` ([#3228](https://github.com/MetaMask/snaps/pull/3228), [#3255](https://github.com/MetaMask/snaps/pull/3255)) + ## [11.0.1] ### Fixed @@ -670,7 +684,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@11.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@11.1.0...HEAD +[11.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@11.0.1...@metamask/snaps-controllers@11.1.0 [11.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@11.0.0...@metamask/snaps-controllers@11.0.1 [11.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@10.0.1...@metamask/snaps-controllers@11.0.0 [10.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@10.0.0...@metamask/snaps-controllers@10.0.1 diff --git a/packages/snaps-controllers/package.json b/packages/snaps-controllers/package.json index 5e2c1778cf..9895d4410c 100644 --- a/packages/snaps-controllers/package.json +++ b/packages/snaps-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-controllers", - "version": "11.0.1", + "version": "11.1.0", "description": "Controllers for MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/snaps-sdk/CHANGELOG.md b/packages/snaps-sdk/CHANGELOG.md index dd56760de6..db6a85254f 100644 --- a/packages/snaps-sdk/CHANGELOG.md +++ b/packages/snaps-sdk/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.20.0] + +### Added + +- Add `AddressInput` component ([#3129](https://github.com/MetaMask/snaps/pull/3129)) +- Add `AssetSelector` component ([#3166](https://github.com/MetaMask/snaps/pull/3166)) + +### Changed + +- Bump `@metamask/key-tree` from `10.0.2` to `10.1.1` ([#3254](https://github.com/MetaMask/snaps/pull/3254), [#3217](https://github.com/MetaMask/snaps/pull/3217)) +- Bump `@metamask/providers` from `20.0.0` to `21.0.0` ([#3247](https://github.com/MetaMask/snaps/pull/3247)) + ## [6.19.0] ### Added @@ -513,7 +525,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of this package. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.19.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.20.0...HEAD +[6.20.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.19.0...@metamask/snaps-sdk@6.20.0 [6.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.18.0...@metamask/snaps-sdk@6.19.0 [6.18.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.17.1...@metamask/snaps-sdk@6.18.0 [6.17.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.17.0...@metamask/snaps-sdk@6.17.1 diff --git a/packages/snaps-sdk/package.json b/packages/snaps-sdk/package.json index 8447df8910..5edcb5a8a7 100644 --- a/packages/snaps-sdk/package.json +++ b/packages/snaps-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-sdk", - "version": "6.19.0", + "version": "6.20.0", "description": "A library containing the core functionality for building MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 2c6a3685b4..6ade61558c 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.1.0] + +### Added + +- Add utilities for validating `AssetSelector` component ([#3166](https://github.com/MetaMask/snaps/pull/3166)) + +### Changed + +- Bump `@metamask/key-tree` from `10.0.2` to `10.1.1` ([#3254](https://github.com/MetaMask/snaps/pull/3254), [#3217](https://github.com/MetaMask/snaps/pull/3217)) + ## [9.0.1] ### Fixed @@ -572,7 +582,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.1.0...HEAD +[9.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.0.1...@metamask/snaps-utils@9.1.0 [9.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@9.0.0...@metamask/snaps-utils@9.0.1 [9.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.10.0...@metamask/snaps-utils@9.0.0 [8.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.9.1...@metamask/snaps-utils@8.10.0 diff --git a/packages/snaps-utils/package.json b/packages/snaps-utils/package.json index 240d0f8181..b7ac952e48 100644 --- a/packages/snaps-utils/package.json +++ b/packages/snaps-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-utils", - "version": "9.0.1", + "version": "9.1.0", "description": "A collection of utilities for MetaMask Snaps", "keywords": [ "MetaMask", diff --git a/packages/test-snaps/CHANGELOG.md b/packages/test-snaps/CHANGELOG.md index b02bf59ed3..0a4686af27 100644 --- a/packages/test-snaps/CHANGELOG.md +++ b/packages/test-snaps/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.20.2] + +### Changed + +- Use latest versions of example Snaps ([#3256](https://github.com/MetaMask/snaps/pull/3256)) + ## [2.20.1] ### Fixed @@ -295,7 +301,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621)) -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.2...HEAD +[2.20.2]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.1...@metamask/test-snaps@2.20.2 [2.20.1]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.20.0...@metamask/test-snaps@2.20.1 [2.20.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.19.0...@metamask/test-snaps@2.20.0 [2.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/test-snaps@2.18.1...@metamask/test-snaps@2.19.0 diff --git a/packages/test-snaps/package.json b/packages/test-snaps/package.json index 6d2d98108d..e10aee1028 100644 --- a/packages/test-snaps/package.json +++ b/packages/test-snaps/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-snaps", - "version": "2.20.1", + "version": "2.20.2", "private": true, "description": "The test snaps website for MetaMask Snaps, used for end-to-end testing", "keywords": [