@metamask-previews/gator-permissions-controller 2.0.0-preview-384cfdfef → 2.1.0-preview-00245ea

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 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.1.0]
11
+
10
12
  ### Changed
11
13
 
12
- - Improves permission validation during decoding ([#7844](https://github.com/MetaMask/core/pull/7844))
14
+ - Improves permission validation during decoding ([#7844](https://github.com/MetaMask/core/pull/7844), [#8127](https://github.com/MetaMask/core/pull/8127))
13
15
  - Validates `ExactCalldataEnforcer` and `ValueLteEnforcer` caveat terms
14
16
  - Validates that `periodAmount` is positive in `erc20-token-periodic` and `native-token-periodic` permission types
15
17
  - Validates that `tokenAddress` is a valid hex string in `erc20-token-periodic` and `erc20-token-stream` permission types
16
- - Bump `@metamask/transaction-controller` from `^62.17.0` to `^62.20.0` ([#7996](https://github.com/MetaMask/core/pull/7996), [#8005](https://github.com/MetaMask/core/pull/8005), [#8031](https://github.com/MetaMask/core/pull/8031), [#8104](https://github.com/MetaMask/core/pull/8104))
18
+ - Bump `@metamask/transaction-controller` from `^62.17.0` to `^62.21.0` ([#7996](https://github.com/MetaMask/core/pull/7996), [#8005](https://github.com/MetaMask/core/pull/8005), [#8031](https://github.com/MetaMask/core/pull/8031), [#8104](https://github.com/MetaMask/core/pull/8104), [#8140](https://github.com/MetaMask/core/pull/8140))
17
19
 
18
20
  ## [2.0.0]
19
21
 
@@ -170,7 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170
172
 
171
173
  - Initial release ([#6033](https://github.com/MetaMask/core/pull/6033))
172
174
 
173
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@2.0.0...HEAD
175
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@2.1.0...HEAD
176
+ [2.1.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@2.0.0...@metamask/gator-permissions-controller@2.1.0
174
177
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@1.1.2...@metamask/gator-permissions-controller@2.0.0
175
178
  [1.1.2]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@1.1.1...@metamask/gator-permissions-controller@1.1.2
176
179
  [1.1.1]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@1.1.0...@metamask/gator-permissions-controller@1.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/gator-permissions-controller",
3
- "version": "2.0.0-preview-384cfdfef",
3
+ "version": "2.1.0-preview-00245ea",
4
4
  "description": "Controller for managing gator permissions with profile sync integration",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -55,7 +55,7 @@
55
55
  "@metamask/snaps-controllers": "^17.2.0",
56
56
  "@metamask/snaps-sdk": "^10.3.0",
57
57
  "@metamask/snaps-utils": "^11.7.0",
58
- "@metamask/transaction-controller": "^62.20.0",
58
+ "@metamask/transaction-controller": "^62.21.0",
59
59
  "@metamask/utils": "^11.9.0"
60
60
  },
61
61
  "devDependencies": {