From d029a85a71adf93ebddeb2a735c0a8ad3b45b283 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Mon, 20 Jul 2026 15:40:09 -0700 Subject: [PATCH] Remove manual version changes So that they can be done automatically by the batch release process, when that is turned off in a subsequent PR. --- packages/material_ui/CHANGELOG.md | 9 --------- packages/material_ui/pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/packages/material_ui/CHANGELOG.md b/packages/material_ui/CHANGELOG.md index 1f7af5cd445e..2807f26fb5c6 100644 --- a/packages/material_ui/CHANGELOG.md +++ b/packages/material_ui/CHANGELOG.md @@ -1,12 +1,3 @@ -## 0.0.2 - -* Copied over all Material code from flutter/flutter. -* Copied over Material localizations from flutter/flutter's - flutter_localizations package. -* Unpin material_color_utilities. -* Migrated API doc samples and formatting. -* Updates minimum supported SDK version to Flutter 3.44/Dart 3.12. - ## 0.0.1 * Initial setup of the `material_ui` package, preparing for decoupling Material widgets from the Flutter framework. diff --git a/packages/material_ui/pubspec.yaml b/packages/material_ui/pubspec.yaml index 38faee72f38c..2b6d6aa45329 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.1 publish_to: none 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