@metamask/transaction-pay-controller 24.0.2 → 24.0.3

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 (3) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/LICENSE +1 -0
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [24.0.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/ramps-controller` from `^15.1.0` to `^16.0.0` ([#9481](https://github.com/MetaMask/core/pull/9481))
15
+ - Update `LICENSE` text ([#9472](https://github.com/MetaMask/core/pull/9472))
16
+
10
17
  ## [24.0.2]
11
18
 
12
19
  ### Changed
@@ -1268,7 +1275,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1268
1275
 
1269
1276
  - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
1270
1277
 
1271
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.2...HEAD
1278
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.3...HEAD
1279
+ [24.0.3]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.2...@metamask/transaction-pay-controller@24.0.3
1272
1280
  [24.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.1...@metamask/transaction-pay-controller@24.0.2
1273
1281
  [24.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.0...@metamask/transaction-pay-controller@24.0.1
1274
1282
  [24.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.4...@metamask/transaction-pay-controller@24.0.0
package/LICENSE CHANGED
@@ -18,3 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/transaction-pay-controller",
3
- "version": "24.0.2",
3
+ "version": "24.0.3",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -66,7 +66,7 @@
66
66
  "@metamask/messenger": "^2.0.0",
67
67
  "@metamask/metamask-eth-abis": "^3.1.1",
68
68
  "@metamask/network-controller": "^34.0.0",
69
- "@metamask/ramps-controller": "^15.1.0",
69
+ "@metamask/ramps-controller": "^16.0.0",
70
70
  "@metamask/remote-feature-flag-controller": "^4.2.2",
71
71
  "@metamask/transaction-controller": "^69.0.0",
72
72
  "@metamask/utils": "^11.11.0",