@metamask/snaps-jest 3.0.0 → 3.1.0

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 +5 -5
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
+ ## [3.1.0]
10
+ ### Added
11
+ - Add support for links in custom UI and notifications ([#1814](https://github.com/MetaMask/snaps/pull/1814))
12
+
9
13
  ## [3.0.0]
10
14
  ### Changed
11
15
  - **BREAKING:** Improve error handling ([#1841](https://github.com/MetaMask/snaps/pull/1841))
@@ -61,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
61
65
  - The version of the package no longer needs to match the version of all other
62
66
  MetaMask Snaps packages.
63
67
 
64
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@3.0.0...HEAD
68
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@3.1.0...HEAD
69
+ [3.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@3.0.0...@metamask/snaps-jest@3.1.0
65
70
  [3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@2.0.0...@metamask/snaps-jest@3.0.0
66
71
  [2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@1.0.0...@metamask/snaps-jest@2.0.0
67
72
  [1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.5-flask.1...@metamask/snaps-jest@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-jest",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers.",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.js",
@@ -37,10 +37,10 @@
37
37
  "@jest/expect": "^29.5.0",
38
38
  "@jest/globals": "^29.5.0",
39
39
  "@metamask/snaps-execution-environments": "^3.1.0",
40
- "@metamask/snaps-rpc-methods": "^3.1.0",
41
- "@metamask/snaps-simulator": "^2.1.0",
42
- "@metamask/snaps-ui": "^3.0.1",
43
- "@metamask/snaps-utils": "^3.1.0",
40
+ "@metamask/snaps-rpc-methods": "^3.2.0",
41
+ "@metamask/snaps-simulator": "^2.2.0",
42
+ "@metamask/snaps-ui": "^3.1.0",
43
+ "@metamask/snaps-utils": "^3.2.0",
44
44
  "@metamask/utils": "^8.1.0",
45
45
  "express": "^4.18.2",
46
46
  "jest-environment-node": "^29.5.0",