Skip to content

Commit

Permalink
Release Candidate v9.0.0 (#385)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Montoya authored Jan 21, 2025
1 parent dac0701 commit 0bb7645
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [9.0.0]
### Added
- Add SignTypedData primaryType variants: Blur - Order, PermitBatch, PermitSingle, Seaport - BulkOrder ([#376](https://github.com/MetaMask/test-dapp/pull/376))

### Changed
- 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))

## [8.13.0]
### Changed
- Fix malicious trade order button on test dapp ([#373](https://github.com/MetaMask/test-dapp/pull/373))
Expand Down Expand Up @@ -222,7 +229,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))

[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.13.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.0.0...HEAD
[9.0.0]: https://github.com/MetaMask/test-dapp/compare/v8.13.0...v9.0.0
[8.13.0]: https://github.com/MetaMask/test-dapp/compare/v8.12.0...v8.13.0
[8.12.0]: https://github.com/MetaMask/test-dapp/compare/v8.11.0...v8.12.0
[8.11.0]: https://github.com/MetaMask/test-dapp/compare/v8.10.0...v8.11.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-dapp",
"version": "8.13.0",
"version": "9.0.0",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 18.0.0"
Expand Down

0 comments on commit 0bb7645

Please sign in to comment.