Skip to content

Commit 3503890

Browse files
authored
chore(main): release zkool 6.22.0-rc.2 (#1114)
1 parent ed0f01b commit 3503890

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.22.0-rc.1"
2+
".": "6.22.0-rc.2"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
## [6.22.0-rc.2](https://github.com/hhanh00/zkool2/compare/zkool-v6.22.0-rc.1...zkool-v6.22.0-rc.2) (2026-06-22)
5+
6+
7+
### Features
8+
9+
* hook setExpertMode to AppSettings, move verbose sync/db/memo logs to debug ([ed0f01b](https://github.com/hhanh00/zkool2/commit/ed0f01b2b4ba1808e91401fb0c6c3aa4fcfdb95f))
10+
11+
12+
### Bug Fixes
13+
14+
* move wallet sync check before transaction plan computation ([e17b296](https://github.com/hhanh00/zkool2/commit/e17b296186090adf76b2bf7528a97b969a3ffea7))
15+
* remove sensitive wallet data from production logging ([047a5e7](https://github.com/hhanh00/zkool2/commit/047a5e702a2cfc62b7e17f5b78104cd35aec41af))
16+
417
## [6.22.0-rc.1](https://github.com/hhanh00/zkool2/compare/zkool-v6.22.0-rc...zkool-v6.22.0-rc.1) (2026-06-21)
518

619

build_number.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
282
1+
283

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Zkool"
44
# pub.dev using `flutter pub publish`. This is preferred for private packages.
55
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
66

7-
version: 6.22.0-rc.1 # x-release-please-version
7+
version: 6.22.0-rc.2 # x-release-please-version
88

99
environment:
1010
sdk: ^3.6.1

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.22.0-rc.1
1+
6.22.0-rc.2

0 commit comments

Comments
 (0)