Skip to content

Commit 025df95

Browse files
committed
Update changelogs
1 parent 1438dd3 commit 025df95

File tree

9 files changed

+25
-50
lines changed

9 files changed

+25
-50
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18
1+
v20

packages/examples/packages/ethereum-provider/CHANGELOG.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [2.3.0]
1111

12-
### Uncategorized
13-
14-
- feat: Unblock `wallet_switchEthereumChain` ([#2634](https://github.com/MetaMask/snaps/pull/2634))
15-
- release: 104.0.0 ([#3384](https://github.com/MetaMask/snaps/pull/3384))
16-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
17-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
18-
- release: 103.0.0 ([#3360](https://github.com/MetaMask/snaps/pull/3360))
19-
- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232))
20-
- Release 99.0.0 ([#3309](https://github.com/MetaMask/snaps/pull/3309))
21-
- chore(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 ([#3297](https://github.com/MetaMask/snaps/pull/3297))
22-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.0 to 5.0.1 ([#3283](https://github.com/MetaMask/snaps/pull/3283))
23-
- chore(deps-dev): bump @metamask/auto-changelog from 4.1.0 to 5.0.0 ([#3277](https://github.com/MetaMask/snaps/pull/3277))
24-
- Release 98.0.0 ([#3269](https://github.com/MetaMask/snaps/pull/3269))
25-
- Release 96.0.0 ([#3256](https://github.com/MetaMask/snaps/pull/3256))
26-
- Release 91.0.0 ([#3185](https://github.com/MetaMask/snaps/pull/3185))
27-
- Migrate to ESLint 9 ([#3118](https://github.com/MetaMask/snaps/pull/3118))
28-
- Release 90.0.0 ([#3123](https://github.com/MetaMask/snaps/pull/3123))
29-
- chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 ([#3091](https://github.com/MetaMask/snaps/pull/3091))
30-
- chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 ([#3050](https://github.com/MetaMask/snaps/pull/3050))
31-
- Release 88.0.0 ([#3061](https://github.com/MetaMask/snaps/pull/3061))
32-
- Release 87.0.0 ([#3055](https://github.com/MetaMask/snaps/pull/3055))
33-
- Release 85.0.0 ([#3038](https://github.com/MetaMask/snaps/pull/3038))
12+
### Changed
13+
14+
- Use `wallet_switchEthereumChain` to switch to specified chain ID ([#2634](https://github.com/MetaMask/snaps/pull/2634))
3415

3516
## [2.2.1]
3617

packages/snaps-controllers/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [12.1.0]
1111

12-
### Uncategorized
12+
### Added
1313

14-
- feat: Unblock `wallet_switchEthereumChain` ([#2634](https://github.com/MetaMask/snaps/pull/2634))
15-
- feat: Implement SIP-31 ([#3394](https://github.com/MetaMask/snaps/pull/3394))
14+
- Add support for `wallet_switchEthereumChain` ([#2634](https://github.com/MetaMask/snaps/pull/2634))
15+
- Add support for SIP-31 `onClientRequest` handler ([#3394](https://github.com/MetaMask/snaps/pull/3394))
1616

1717
## [12.0.1]
1818

packages/snaps-execution-environments/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [8.1.0]
1111

12-
### Uncategorized
12+
### Added
1313

14-
- feat: Unblock `wallet_switchEthereumChain` ([#2634](https://github.com/MetaMask/snaps/pull/2634))
15-
- feat: Implement SIP-31 ([#3394](https://github.com/MetaMask/snaps/pull/3394))
14+
- Add support for `wallet_switchEthereumChain` ([#2634](https://github.com/MetaMask/snaps/pull/2634))
15+
- Add support for SIP-31 `onClientRequest` handler ([#3394](https://github.com/MetaMask/snaps/pull/3394))
1616

1717
## [8.0.1]
1818

packages/snaps-rpc-methods/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [12.3.0]
1111

12-
### Uncategorized
12+
### Added
1313

14-
- feat: Implement SIP-31 ([#3394](https://github.com/MetaMask/snaps/pull/3394))
15-
- feat: Add `showTestnets` to `snap_getPreferences` ([#3395](https://github.com/MetaMask/snaps/pull/3395))
14+
- Add support for SIP-31 `onClientRequest` handler ([#3394](https://github.com/MetaMask/snaps/pull/3394))
15+
- Add `showTestnets` to `snap_getPreferences` ([#3395](https://github.com/MetaMask/snaps/pull/3395))
1616

1717
## [12.2.0]
1818

packages/snaps-sdk/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [6.24.0]
1111

12-
### Uncategorized
12+
### Added
1313

14-
- feat: Implement SIP-31 ([#3394](https://github.com/MetaMask/snaps/pull/3394))
15-
- feat: Add `showTestnets` to `snap_getPreferences` ([#3395](https://github.com/MetaMask/snaps/pull/3395))
14+
- Add support for SIP-31 `onClientRequest` handler ([#3394](https://github.com/MetaMask/snaps/pull/3394))
15+
- This adds the corresponding `OnClientRequestHandler` type.
16+
- Add `showTestnets` to `snap_getPreferences` ([#3395](https://github.com/MetaMask/snaps/pull/3395))
1617

1718
## [6.23.0]
1819

packages/snaps-simulation/CHANGELOG.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [2.6.0]
1111

12-
### Uncategorized
13-
14-
- feat: Unblock `wallet_switchEthereumChain` ([#2634](https://github.com/MetaMask/snaps/pull/2634))
15-
- feat: Add `showTestnets` to `snap_getPreferences` ([#3395](https://github.com/MetaMask/snaps/pull/3395))
16-
- chore(deps-dev): bump @lavamoat/allow-scripts from 3.0.4 to 3.3.3 ([#3378](https://github.com/MetaMask/snaps/pull/3378))
17-
- chore(deps): bump @metamask/base-controller from 8.0.0 to 8.0.1 ([#3365](https://github.com/MetaMask/snaps/pull/3365))
18-
- chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 ([#3369](https://github.com/MetaMask/snaps/pull/3369))
19-
- chore(deps): bump @metamask/phishing-controller from 12.4.1 to 12.5.0 ([#3342](https://github.com/MetaMask/snaps/pull/3342))
20-
- feat: Add `snaps-sandbox` package and integrate into CLI ([#3306](https://github.com/MetaMask/snaps/pull/3306))
21-
- chore(deps): bump @metamask/eth-json-rpc-middleware from 16.0.1 to 17.0.0 ([#3328](https://github.com/MetaMask/snaps/pull/3328))
22-
- chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 ([#3232](https://github.com/MetaMask/snaps/pull/3232))
12+
### Added
13+
14+
- Add support for `wallet_switchEthereumChain` ([#2634](https://github.com/MetaMask/snaps/pull/2634))
15+
- Add `showTestnets` to `snap_getPreferences` ([#3395](https://github.com/MetaMask/snaps/pull/3395))
2316

2417
## [2.5.0]
2518

packages/snaps-utils/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [9.3.0]
1111

12-
### Uncategorized
12+
### Added
1313

14-
- feat: Implement SIP-31 ([#3394](https://github.com/MetaMask/snaps/pull/3394))
14+
- Add support for SIP-31 `onClientRequest` handler ([#3394](https://github.com/MetaMask/snaps/pull/3394))
1515

1616
## [9.2.2]
1717

packages/test-snaps/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [2.22.0]
1111

12-
### Uncategorized
12+
### Changed
1313

14-
- feat: Unblock `wallet_switchEthereumChain` ([#2634](https://github.com/MetaMask/snaps/pull/2634))
14+
- Use latest versions of example Snaps ([#3400](https://github.com/MetaMask/snaps/pull/3400))
1515

1616
## [2.21.1]
1717

0 commit comments

Comments
 (0)