From 7f9f597e64fa52faebd3c0a2214f61a7b081174d Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 3 Dec 2024 12:57:59 -0800 Subject: [PATCH] update the pubspec version of package:collection (#730) --- pkgs/collection/CHANGELOG.md | 2 +- pkgs/collection/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/collection/CHANGELOG.md b/pkgs/collection/CHANGELOG.md index b6a9c82b..2891b0dc 100644 --- a/pkgs/collection/CHANGELOG.md +++ b/pkgs/collection/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.19.1-wip +## 1.20.0-wip - Add `IterableMapEntryExtension` for working on `Map` as a list of pairs, using `Map.entries`. diff --git a/pkgs/collection/pubspec.yaml b/pkgs/collection/pubspec.yaml index d8f65901..a1a3a0b1 100644 --- a/pkgs/collection/pubspec.yaml +++ b/pkgs/collection/pubspec.yaml @@ -1,5 +1,5 @@ name: collection -version: 1.19.1-wip +version: 1.20.0-wip description: >- Collections and utilities functions and classes related to collections. repository: https://github.com/dart-lang/core/tree/main/pkgs/collection