From b2f9abad14f50e0d719d99c95fd87004e50c30a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 16:28:59 +0000 Subject: [PATCH] chore(main): release 3.22.3-b --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9a765d2..d84dfad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.22.2-b" + ".": "3.22.3-b" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc9866..23bde6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index abe3521..33f94a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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