Skip to content

Commit 078aa49

Browse files
committed
chore(release): 2.6.1
1 parent 805869a commit 078aa49

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.6.1](https://github.com/Superhero-com/superhero-wallet/compare/v2.6.0...v2.6.1) (2025-05-07)
6+
7+
8+
### Features
9+
10+
* account name on transaction review ([bc90aea](https://github.com/Superhero-com/superhero-wallet/commit/bc90aeae7d4b20c149c927650bb2713ecae74f0e))
11+
* select account in multisig dashboard ([31ac897](https://github.com/Superhero-com/superhero-wallet/commit/31ac8976f97ee3b6dff7861c0281ead29ff4babe))
12+
* sign transaction despite not enough balance ([db3d91c](https://github.com/Superhero-com/superhero-wallet/commit/db3d91c0cf2ee3e6d60788c650839dca4012451a))
13+
* ui improvement on single recipient ([19eeceb](https://github.com/Superhero-com/superhero-wallet/commit/19eecebeba07d7bda2f3624122d7a82c8012e9ca))
14+
15+
16+
### Bug Fixes
17+
18+
* chrome extension store missing icons ([83f3c14](https://github.com/Superhero-com/superhero-wallet/commit/83f3c1446e13c5c532195986a45577988b5cf250))
19+
* dynamic symbol of token in test ([61c9227](https://github.com/Superhero-com/superhero-wallet/commit/61c9227a80e89daea44216fec6cfb469b494d35a))
20+
521
## [2.6.0](https://github.com/Superhero-com/superhero-wallet/compare/v2.5.3...v2.6.0) (2025-04-15)
622

723

android/app/build.gradle

+2-2
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 20600
11-
versionName "2.6.0"
10+
versionCode 20601
11+
versionName "2.6.1"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
"$(inherited)",
366366
"@executable_path/Frameworks",
367367
);
368-
MARKETING_VERSION = 2.6.0;
368+
MARKETING_VERSION = 2.6.1;
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.6.0;
393+
MARKETING_VERSION = 2.6.1;
394394
PRODUCT_BUNDLE_IDENTIFIER = com.superhero.cordova;
395395
PRODUCT_NAME = "$(TARGET_NAME)";
396396
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superhero-wallet",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Superhero wallet",
55
"author": "Superhero",
66
"license": "ISC",

0 commit comments

Comments
 (0)