From e163ff83874a9fe8fc73a0b1dcebc4faebc53eb4 Mon Sep 17 00:00:00 2001 From: flutteractionsbot Date: Mon, 10 Aug 2026 08:37:00 +0000 Subject: [PATCH] [packages/packages/material_ui] Prepare for batch release --- packages/material_ui/CHANGELOG.md | 6 ++++++ .../pending_changelogs/change_2026_08_05_example.yaml | 4 ---- .../pending_changelog_docImports_8_5.yaml | 3 --- packages/material_ui/pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 packages/material_ui/pending_changelogs/change_2026_08_05_example.yaml delete mode 100644 packages/material_ui/pending_changelogs/pending_changelog_docImports_8_5.yaml diff --git a/packages/material_ui/CHANGELOG.md b/packages/material_ui/CHANGELOG.md index a7383a05a440..eb2c5d9a5ab1 100644 --- a/packages/material_ui/CHANGELOG.md +++ b/packages/material_ui/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.0.3+1 + +- Replace unresolvable doc imports +- Added a main.dart example for the Pub "Example" tab that reference a curated +list of existing examples. + ## 0.0.3 - Fix API doc by clearing unsupported directives introduced by macros. diff --git a/packages/material_ui/pending_changelogs/change_2026_08_05_example.yaml b/packages/material_ui/pending_changelogs/change_2026_08_05_example.yaml deleted file mode 100644 index c007dcb866c4..000000000000 --- a/packages/material_ui/pending_changelogs/change_2026_08_05_example.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changelog: | - - Added a main.dart example for the Pub "Example" tab that reference a curated - list of existing examples. -version: patch diff --git a/packages/material_ui/pending_changelogs/pending_changelog_docImports_8_5.yaml b/packages/material_ui/pending_changelogs/pending_changelog_docImports_8_5.yaml deleted file mode 100644 index 62cd21d308d2..000000000000 --- a/packages/material_ui/pending_changelogs/pending_changelog_docImports_8_5.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changelog: | - - Replace unresolvable doc imports -version: patch diff --git a/packages/material_ui/pubspec.yaml b/packages/material_ui/pubspec.yaml index d2ed5cee3293..be7e667e38e1 100644 --- a/packages/material_ui/pubspec.yaml +++ b/packages/material_ui/pubspec.yaml @@ -1,6 +1,6 @@ name: material_ui description: The official Flutter Material UI Library, implementing Google's Material Design design system. -version: 0.0.3 +version: 0.0.3+1 repository: https://github.com/flutter/packages/tree/main/packages/material_ui issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A%20material%20design%22