From 16278bc44743d3eb32adb42b993ec3fe467d782f Mon Sep 17 00:00:00 2001 From: flutteractionsbot Date: Mon, 21 Sep 2026 23:21:00 +0000 Subject: [PATCH] [packages/packages/cupertino_ui] Prepare for batch release --- packages/cupertino_ui/CHANGELOG.md | 4 ++++ .../change_2026_09_18_bump_flutter_version.yaml | 3 --- packages/cupertino_ui/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 packages/cupertino_ui/pending_changelogs/change_2026_09_18_bump_flutter_version.yaml diff --git a/packages/cupertino_ui/CHANGELOG.md b/packages/cupertino_ui/CHANGELOG.md index 5162bc209bc9..4fa1a58e4f03 100644 --- a/packages/cupertino_ui/CHANGELOG.md +++ b/packages/cupertino_ui/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +- Updates minimum supported SDK version to Flutter 3.47/Dart 3.13. + ## 1.1.0 - Add `hasPlatformViews` to Cupertino sheet transitions to keep platform views synchronized with the underlying route. diff --git a/packages/cupertino_ui/pending_changelogs/change_2026_09_18_bump_flutter_version.yaml b/packages/cupertino_ui/pending_changelogs/change_2026_09_18_bump_flutter_version.yaml deleted file mode 100644 index 4fd924331bdd..000000000000 --- a/packages/cupertino_ui/pending_changelogs/change_2026_09_18_bump_flutter_version.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changelog: | - - Updates minimum supported SDK version to Flutter 3.47/Dart 3.13. -version: patch diff --git a/packages/cupertino_ui/pubspec.yaml b/packages/cupertino_ui/pubspec.yaml index 512cbb761b4f..b397a6b9fdce 100644 --- a/packages/cupertino_ui/pubspec.yaml +++ b/packages/cupertino_ui/pubspec.yaml @@ -1,6 +1,6 @@ name: cupertino_ui description: The official Flutter Cupertino Design Library, implementing the iOS design system. -version: 1.1.0 +version: 1.1.1 repository: https://github.com/flutter/packages/tree/main/packages/cupertino_ui issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A%20cupertino_ui%22