From f890ceae783f5b0c4c85f6290f03dfdbd69fb4d4 Mon Sep 17 00:00:00 2001 From: flutteractionsbot Date: Mon, 3 Aug 2026 16:26:10 +0000 Subject: [PATCH] [packages/packages/material_ui] Prepare for batch release --- packages/material_ui/CHANGELOG.md | 6 ++++++ .../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 --- packages/material_ui/pubspec.yaml | 2 +- 5 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 packages/material_ui/pending_changelogs/change_2026_07_28_docMacros.yaml delete mode 100644 packages/material_ui/pending_changelogs/change_2026_07_28_docRefs.yaml delete mode 100644 packages/material_ui/pending_changelogs/change_2026_07_29_compatibility_bridge.yaml diff --git a/packages/material_ui/CHANGELOG.md b/packages/material_ui/CHANGELOG.md index f994884120a8..a7383a05a440 100644 --- a/packages/material_ui/CHANGELOG.md +++ b/packages/material_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 MaterialUiCompatibilityBridge for legacy flutter/material.dart compatibility. + ## 0.0.2 - Copies over all Material code from flutter/flutter. diff --git a/packages/material_ui/pending_changelogs/change_2026_07_28_docMacros.yaml b/packages/material_ui/pending_changelogs/change_2026_07_28_docMacros.yaml deleted file mode 100644 index 389d13b28301..000000000000 --- a/packages/material_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/material_ui/pending_changelogs/change_2026_07_28_docRefs.yaml b/packages/material_ui/pending_changelogs/change_2026_07_28_docRefs.yaml deleted file mode 100644 index b85ffd444b50..000000000000 --- a/packages/material_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/material_ui/pending_changelogs/change_2026_07_29_compatibility_bridge.yaml b/packages/material_ui/pending_changelogs/change_2026_07_29_compatibility_bridge.yaml deleted file mode 100644 index ed05a52525a4..000000000000 --- a/packages/material_ui/pending_changelogs/change_2026_07_29_compatibility_bridge.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changelog: | - - Adds MaterialUiCompatibilityBridge for legacy flutter/material.dart compatibility. -version: minor diff --git a/packages/material_ui/pubspec.yaml b/packages/material_ui/pubspec.yaml index 924ce466bb0f..40bc290848d1 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.2 +version: 0.0.3 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