Skip to content

Commit 69a8bf2

Browse files
chore(main): release 3.22.2-b (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 965fa97 commit 69a8bf2

3 files changed

Lines changed: 24 additions & 2 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-
".": "3.22.1-b"
2+
".": "3.22.2-b"
33
}

CHANGELOG.md

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

33
This repository starts with the standalone codebase. Historical release notes are retained with the private archive of the previous repository. Future release entries are managed by release-please from Conventional Commits.
44

5+
## [3.22.2-b](https://github.com/i99dev/ilink/compare/v3.22.1-b...v3.22.2-b) (2026-09-06)
6+
7+
8+
### Bug Fixes
9+
10+
* **ci:** export the password vars before keytool reads them ([4c8ca27](https://github.com/i99dev/ilink/commit/4c8ca27442fae6860f9dca166e1e7dd4a2cbfb72))
11+
* **ci:** locate keytool without relying on PATH, and reject WSL ([ac25d78](https://github.com/i99dev/ilink/commit/ac25d78e176b9e9ae98a1c9b0f79472cdca0330e))
12+
* **ci:** pin CI to Flutter 3.47.2, the version this code actually builds on ([7e37123](https://github.com/i99dev/ilink/commit/7e37123b9f65dfaab23330deb9c2b1094f984966))
13+
* **ci:** restore the blank-line layout Flutter 3.41.7's formatter expects ([65769a7](https://github.com/i99dev/ilink/commit/65769a795b9e3bb0c50f52d2cb04fedd4df066e5))
14+
* **release:** tag releases v&lt;version&gt;, not ilink-v&lt;version&gt; ([965fa97](https://github.com/i99dev/ilink/commit/965fa975c7d2a9a5447eab5558ff517b021c9688))
15+
16+
17+
### Dependencies
18+
19+
* bump com.android.application from 8.11.1 to 8.13.2 in /android ([ea07e2c](https://github.com/i99dev/ilink/commit/ea07e2c91724bf2c2ff6dc7c8de0577d491cd4c9))
20+
* bump com.google.protobuf:protobuf-java in /android ([b648f45](https://github.com/i99dev/ilink/commit/b648f454cad9ed68832fdd2e29406035a8d5e88e))
21+
* bump connectivity_plus from 7.1.1 to 7.3.1 ([865b791](https://github.com/i99dev/ilink/commit/865b791d4d692e7f07e49dc643ac9f579290b31d))
22+
* bump flutter_cache_manager from 3.4.1 to 3.4.2 ([6a16532](https://github.com/i99dev/ilink/commit/6a16532508b19d7af7c8b792fd20586e626d5254))
23+
* bump flutter_secure_storage from 10.3.0 to 10.3.1 ([760b30b](https://github.com/i99dev/ilink/commit/760b30b0ac907d810306b0b1a354f01ec49d78da))
24+
* bump flutter_svg from 2.2.4 to 2.3.0 ([84c4bba](https://github.com/i99dev/ilink/commit/84c4bba829e7613a012cf5a4a4a97b51869480f7))
25+
* bump just_audio from 0.10.5 to 0.10.6 ([4ea3720](https://github.com/i99dev/ilink/commit/4ea3720eb8765a5ace3b0bcba0afb26cf4052fba))
26+
527
## [3.22.1-b](https://github.com/i99dev/ilink/compare/ilink-v3.22.0-b...ilink-v3.22.1-b) (2026-09-06)
628

729

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 3.22.1-b+3022000
19+
version: 3.22.2-b+3022000
2020

2121
environment:
2222
sdk: ^3.10.8

0 commit comments

Comments
 (0)