Skip to content

Commit 0bb7645

Browse files
authored
Release Candidate v9.0.0 (#385)
* Release Candidate v9.0.0 This is the release candidate PR for `v9.0.0` ### Added - Add SignTypedData primaryType variants: Blur - Order, PermitBatch, PermitSingle, Seaport - BulkOrder ([#376](#376)) ### Changed - Move all components to separate files, use shared global state and events for updating cards based on connect / disconnect / deploy contract ([#379](#379)) * Put Unreleased lines back in CHANGELOG
1 parent dac0701 commit 0bb7645

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [9.0.0]
9+
### Added
10+
- Add SignTypedData primaryType variants: Blur - Order, PermitBatch, PermitSingle, Seaport - BulkOrder ([#376](https://github.com/MetaMask/test-dapp/pull/376))
11+
12+
### Changed
13+
- Move all components to separate files, use shared global state and events for updating cards based on connect / disconnect / deploy contract ([#379](https://github.com/MetaMask/test-dapp/pull/379))
14+
815
## [8.13.0]
916
### Changed
1017
- Fix malicious trade order button on test dapp ([#373](https://github.com/MetaMask/test-dapp/pull/373))
@@ -222,7 +229,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222229
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
223230
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
224231

225-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.13.0...HEAD
232+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.0.0...HEAD
233+
[9.0.0]: https://github.com/MetaMask/test-dapp/compare/v8.13.0...v9.0.0
226234
[8.13.0]: https://github.com/MetaMask/test-dapp/compare/v8.12.0...v8.13.0
227235
[8.12.0]: https://github.com/MetaMask/test-dapp/compare/v8.11.0...v8.12.0
228236
[8.11.0]: https://github.com/MetaMask/test-dapp/compare/v8.10.0...v8.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/test-dapp",
3-
"version": "8.13.0",
3+
"version": "9.0.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)