Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
NEXT and don't change meta
Browse files Browse the repository at this point in the history
  • Loading branch information
collinjackson committed Jan 10, 2022
1 parent 98753ff commit 08842d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/plugin_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## 2.1.3
## NEXT

* Support a broader range of `meta` versions.
* Adds an additional test for `PlatformInterface`.

## 2.1.2
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08842d0

Please sign in to comment.