diff --git a/packages/plugin_platform_interface/CHANGELOG.md b/packages/plugin_platform_interface/CHANGELOG.md index 06d47d0c0ee4..5da2a4df45da 100644 --- a/packages/plugin_platform_interface/CHANGELOG.md +++ b/packages/plugin_platform_interface/CHANGELOG.md @@ -1,6 +1,5 @@ -## 2.1.3 +## NEXT -* Support a broader range of `meta` versions. * Adds an additional test for `PlatformInterface`. ## 2.1.2 diff --git a/packages/plugin_platform_interface/pubspec.yaml b/packages/plugin_platform_interface/pubspec.yaml index 287373d50a63..e73d5207d4b4 100644 --- a/packages/plugin_platform_interface/pubspec.yaml +++ b/packages/plugin_platform_interface/pubspec.yaml @@ -15,13 +15,13 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+ # be done when absolutely necessary and after the ecosystem has already migrated to 2.X.Y version # that is forward compatible with 3.0.0 (ideally the ecosystem have migrated to depend on: # `plugin_platform_interface: >=2.X.Y <4.0.0`). -version: 2.1.3 +version: 2.1.2 environment: sdk: ">=2.12.0 <3.0.0" dependencies: - meta: ^1.0.3 + meta: ^1.3.0 dev_dependencies: mockito: ^5.0.0