Skip to content

Commit d1838e2

Browse files
committed
chore(release): 2.9.0
1 parent 4dc098a commit d1838e2

File tree

5 files changed

+43
-7
lines changed

5 files changed

+43
-7
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.9.0](https://github.com/Superhero-com/superhero-wallet/compare/v2.8.1...v2.9.0) (2025-10-07)
6+
7+
8+
### Features
9+
10+
* **address-book:** add ability to sort by chain ([73ba0b4](https://github.com/Superhero-com/superhero-wallet/commit/73ba0b4e07a7003bdfe93366e1e021f16ee1884c))
11+
* be able to search a protocol ([817a8f1](https://github.com/Superhero-com/superhero-wallet/commit/817a8f108ae91ce10df18bc4f0f8562e61edc809))
12+
* collapse AccountDetailsBase header on transaction list scroll ([3ad4bc8](https://github.com/Superhero-com/superhero-wallet/commit/3ad4bc8c974fb7596c3a18052244d7503b9a3393))
13+
* **evm:** propogate active account to the dApp ([0bd90db](https://github.com/Superhero-com/superhero-wallet/commit/0bd90dbebf497954901bbc09ae8f376fe555aa1b))
14+
* search by input and chain in account selector ([8be540f](https://github.com/Superhero-com/superhero-wallet/commit/8be540f359cbcbe03e312928958b38be399b09a3))
15+
* show spinner in AssetSelector on tokens loading ([97f6470](https://github.com/Superhero-com/superhero-wallet/commit/97f6470b38f181b357530aa50776f022297f21be))
16+
* update Chinese translation ([66b641c](https://github.com/Superhero-com/superhero-wallet/commit/66b641c9a61881b9c1471574347467e14edbb79d))
17+
* **wallet-connect:** propagate account change ([9b819e8](https://github.com/Superhero-com/superhero-wallet/commit/9b819e80aab1652fe367ca2d578e24702243ac61))
18+
19+
20+
### Bug Fixes
21+
22+
* webApp wallet connect link redirection ([ea87fb5](https://github.com/Superhero-com/superhero-wallet/commit/ea87fb56fe1d9838f063ef9eda0cd5d79fd5eecc))
23+
24+
25+
### Maintenance
26+
27+
* enable transitions on chrome ([61ebb72](https://github.com/Superhero-com/superhero-wallet/commit/61ebb72bf7467270d9b9052dc6773a88f018a0b9))
28+
29+
30+
### Tests
31+
32+
* add several walletConnect tests ([9c7061b](https://github.com/Superhero-com/superhero-wallet/commit/9c7061be1fa2942a748f64d9d7715b7c27dd469f))
33+
* be able to login using password ([bb9d89a](https://github.com/Superhero-com/superhero-wallet/commit/bb9d89a50ba6c9feb51393f3f77b16ef821b1f90))
34+
35+
36+
### Performance
37+
38+
* do not store all aeternity tokens in localStorage ([6f2c99a](https://github.com/Superhero-com/superhero-wallet/commit/6f2c99aa1ec1d39e66e4b4ef6a51ced125c74ffb))
39+
* optimize infiniteScroll component ([abc1f9b](https://github.com/Superhero-com/superhero-wallet/commit/abc1f9ba824637961cf8c719a2020b0eb69ca6be))
40+
541
### [2.8.1](https://github.com/Superhero-com/superhero-wallet/compare/v2.8.0...v2.8.1) (2025-09-19)
642

743

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.superhero.cordova"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 20801
11-
versionName "2.8.1"
10+
versionCode 20900
11+
versionName "2.9.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
"$(inherited)",
366366
"@executable_path/Frameworks",
367367
);
368-
MARKETING_VERSION = 2.8.1;
368+
MARKETING_VERSION = 2.9.0;
369369
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
370370
PRODUCT_BUNDLE_IDENTIFIER = com.superhero.cordova;
371371
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -390,7 +390,7 @@
390390
"$(inherited)",
391391
"@executable_path/Frameworks",
392392
);
393-
MARKETING_VERSION = 2.8.1;
393+
MARKETING_VERSION = 2.9.0;
394394
PRODUCT_BUNDLE_IDENTIFIER = com.superhero.cordova;
395395
PRODUCT_NAME = "$(TARGET_NAME)";
396396
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superhero-wallet",
3-
"version": "2.8.1",
3+
"version": "2.9.0",
44
"description": "Superhero wallet",
55
"author": "Superhero",
66
"license": "ISC",

0 commit comments

Comments
 (0)