From f0df5321f969d1a94972c91041fda1e1f4be264b Mon Sep 17 00:00:00 2001 From: Flutter GitHub Bot Date: Mon, 10 Aug 2026 14:26:50 -0700 Subject: [PATCH] [cupertino_ui] Batch release (#12424) This PR was created automatically to batch release the `cupertino_ui`. --- packages/cupertino_ui/CHANGELOG.md | 4 ++++ .../pending_changelogs/pending_changelog_docImports_8_5.yaml | 3 --- packages/cupertino_ui/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 packages/cupertino_ui/pending_changelogs/pending_changelog_docImports_8_5.yaml diff --git a/packages/cupertino_ui/CHANGELOG.md b/packages/cupertino_ui/CHANGELOG.md index a479e52ead3a..a75fc306271d 100644 --- a/packages/cupertino_ui/CHANGELOG.md +++ b/packages/cupertino_ui/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.3+1 + +- Remove unresolvable doc import for flutter_test + ## 0.0.3 - Fix API doc by clearing unsupported directives introduced by macros. diff --git a/packages/cupertino_ui/pending_changelogs/pending_changelog_docImports_8_5.yaml b/packages/cupertino_ui/pending_changelogs/pending_changelog_docImports_8_5.yaml deleted file mode 100644 index f1b9174bd12a..000000000000 --- a/packages/cupertino_ui/pending_changelogs/pending_changelog_docImports_8_5.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changelog: | - - Remove unresolvable doc import for flutter_test -version: patch diff --git a/packages/cupertino_ui/pubspec.yaml b/packages/cupertino_ui/pubspec.yaml index a5fc09bab0f3..2e225476a4eb 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: 0.0.3 +version: 0.0.3+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%22