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