Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.22.2-b"
".": "3.22.3-b"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [3.22.3-b](https://github.com/i99dev/ilink/compare/v3.22.2-b...v3.22.3-b) (2026-09-06)


### Bug Fixes

* **privacy:** stop Android backup restoring optional-service consent ([0b813f4](https://github.com/i99dev/ilink/commit/0b813f4a71f60814a9e4bdc99b8f2039c50fa081))

## [3.22.2-b](https://github.com/i99dev/ilink/releases/tag/v3.22.2-b) (2026-09-06)

First release published from the standalone iLINK repository.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 3.22.2-b+3022000
version: 3.22.3-b+3022000

environment:
sdk: ^3.10.8
Expand Down