diff --git a/packages/cupertino_ui/CHANGELOG.md b/packages/cupertino_ui/CHANGELOG.md index c3376d127109..ddb34a6dfda8 100644 --- a/packages/cupertino_ui/CHANGELOG.md +++ b/packages/cupertino_ui/CHANGELOG.md @@ -1,3 +1,9 @@ +## 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. + ## 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/pubspec.yaml b/packages/cupertino_ui/pubspec.yaml index 71ca2cdd0463..0d3e5d43b6da 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