@metamask/snaps-utils 0.35.0-flask.1 → 0.35.1-flask.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.35.1-flask.1]
10
+ ### Changed
11
+ - No changes this release.
12
+
9
13
  ## [0.35.0-flask.1]
10
14
  ### Added
11
15
  - Add `snap_manageAccounts` RPC method ([#1290](https://github.com/MetaMask/snaps/pull/1290))
@@ -226,7 +230,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226
230
  ### Added
227
231
  - Initial release ([#410](https://github.com/MetaMask/snaps-monorepo/pull/410), [#421](https://github.com/MetaMask/snaps-monorepo/pull/421))
228
232
 
229
- [Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...HEAD
233
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...HEAD
234
+ [0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
230
235
  [0.35.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.1-flask.1...v0.35.0-flask.1
231
236
  [0.34.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.0-flask.1...v0.34.1-flask.1
232
237
  [0.34.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.1-flask.1...v0.34.0-flask.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-utils",
3
- "version": "0.35.0-flask.1",
3
+ "version": "0.35.1-flask.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/MetaMask/snaps.git"
@@ -84,7 +84,7 @@
84
84
  "@metamask/permission-controller": "^4.0.0",
85
85
  "@metamask/providers": "^11.0.0",
86
86
  "@metamask/snaps-registry": "^1.2.1",
87
- "@metamask/snaps-ui": "^0.35.0-flask.1",
87
+ "@metamask/snaps-ui": "^0.35.1-flask.1",
88
88
  "@metamask/utils": "^6.0.1",
89
89
  "@noble/hashes": "^1.3.1",
90
90
  "@scure/base": "^1.1.1",