@metamask-previews/smart-transactions-controller 24.2.1-preview-0bd5566 → 24.2.2-preview-22ab7e3

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 +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [24.2.2]
11
+
10
12
  ### Changed
11
13
 
12
- - This package was migrated to the core monorepo from [`MetaMask/smart-transactions-controller`](https://github.com/MetaMask/smart-transactions-controller). For the changelog up to and including v24.2.1 (the last release from the original repo), see the [historical changelog](https://github.com/MetaMask/smart-transactions-controller/blob/v24.2.1/CHANGELOG.md) ([#9139](https://github.com/MetaMask/core/pull/9139)).
14
+ - This package was migrated from `MetaMask/smart-transactions-controller` to the `MetaMask/core` monorepo ([#9139](https://github.com/MetaMask/core/pull/9139))
15
+ - See [MetaMask/smart-transactions-controller](https://github.com/MetaMask/smart-transactions-controller/blob/main/CHANGELOG.md) for the original changelog.
13
16
  - Bump `@metamask/transaction-controller` from `^68.0.0` to `^68.0.1` ([#9177](https://github.com/MetaMask/core/pull/9177))
17
+ - Drop unused dependencies `@ethereumjs/tx`, `@ethereumjs/util`, and `fast-json-patch` ([#9139](https://github.com/MetaMask/core/pull/9139))
14
18
 
15
- [Unreleased]: https://github.com/MetaMask/core/
19
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/smart-transactions-controller@24.2.2...HEAD
20
+ [24.2.2]: https://github.com/MetaMask/core/releases/tag/@metamask/smart-transactions-controller@24.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/smart-transactions-controller",
3
- "version": "24.2.1-preview-0bd5566",
3
+ "version": "24.2.2-preview-22ab7e3",
4
4
  "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
5
5
  "keywords": [
6
6
  "Ethereum",