From 10a7863a57cf7c52ebfd68fcd14957e11822aa52 Mon Sep 17 00:00:00 2001 From: Flutter GitHub Bot Date: Tue, 4 Aug 2026 13:38:06 -0700 Subject: [PATCH] [cupertino_ui] Batch release (#12365) This PR was created automatically to batch release the `cupertino_ui`. --- packages/cupertino_ui/CHANGELOG.md | 7 +++++++ .../pending_changelogs/change_2026_07_28_docMacros.yaml | 5 ----- .../pending_changelogs/change_2026_07_28_docRefs.yaml | 3 --- .../change_2026_07_29_compatibility_bridge.yaml | 3 --- .../pending_changelogs/change_2026_08_03_workspaces.yaml | 3 --- packages/cupertino_ui/pubspec.yaml | 2 +- 6 files changed, 8 insertions(+), 15 deletions(-) delete mode 100644 packages/cupertino_ui/pending_changelogs/change_2026_07_28_docMacros.yaml delete mode 100644 packages/cupertino_ui/pending_changelogs/change_2026_07_28_docRefs.yaml delete mode 100644 packages/cupertino_ui/pending_changelogs/change_2026_07_29_compatibility_bridge.yaml delete mode 100644 packages/cupertino_ui/pending_changelogs/change_2026_08_03_workspaces.yaml diff --git a/packages/cupertino_ui/CHANGELOG.md b/packages/cupertino_ui/CHANGELOG.md index c3376d127109..a479e52ead3a 100644 --- a/packages/cupertino_ui/CHANGELOG.md +++ b/packages/cupertino_ui/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.0.3 + +- Fix API doc by clearing unsupported directives introduced by macros. +- Fix API doc references. +- Adds CupertinoUiCompatibilityBridge for legacy flutter/cupertino.dart compatibility. +- Refactors examples to not cross-import material_ui. + ## 0.0.2 - Copies over all Cupertino code from flutter/flutter. diff --git a/packages/cupertino_ui/pending_changelogs/change_2026_07_28_docMacros.yaml b/packages/cupertino_ui/pending_changelogs/change_2026_07_28_docMacros.yaml deleted file mode 100644 index 389d13b28301..000000000000 --- a/packages/cupertino_ui/pending_changelogs/change_2026_07_28_docMacros.yaml +++ /dev/null @@ -1,5 +0,0 @@ -# Use this file as a template to draft an unreleased changelog file. -# Make a copy of this file in the same directory, give it an appropriate name, and fill in the details. -changelog: | - - Fix API doc by clearing unsupported directives introduced by macros. -version: patch diff --git a/packages/cupertino_ui/pending_changelogs/change_2026_07_28_docRefs.yaml b/packages/cupertino_ui/pending_changelogs/change_2026_07_28_docRefs.yaml deleted file mode 100644 index b85ffd444b50..000000000000 --- a/packages/cupertino_ui/pending_changelogs/change_2026_07_28_docRefs.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changelog: | - - Fix API doc references. -version: patch diff --git a/packages/cupertino_ui/pending_changelogs/change_2026_07_29_compatibility_bridge.yaml b/packages/cupertino_ui/pending_changelogs/change_2026_07_29_compatibility_bridge.yaml deleted file mode 100644 index 6510f17c30f9..000000000000 --- a/packages/cupertino_ui/pending_changelogs/change_2026_07_29_compatibility_bridge.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changelog: | - - Adds CupertinoUiCompatibilityBridge for legacy flutter/cupertino.dart compatibility. -version: minor diff --git a/packages/cupertino_ui/pending_changelogs/change_2026_08_03_workspaces.yaml b/packages/cupertino_ui/pending_changelogs/change_2026_08_03_workspaces.yaml deleted file mode 100644 index c536de5561f6..000000000000 --- a/packages/cupertino_ui/pending_changelogs/change_2026_08_03_workspaces.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changelog: | - - Refactors examples to not cross-import material_ui. -version: patch diff --git a/packages/cupertino_ui/pubspec.yaml b/packages/cupertino_ui/pubspec.yaml index 00e2aa641779..a5fc09bab0f3 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.2 +version: 0.0.3 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