From 50381fe63b90cca238181fcc7b4875e00d0b2d98 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 3 Dec 2024 08:51:49 -0800 Subject: [PATCH] update the pubspec version of package:collection --- 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 b6a9c82b6..2891b0dc4 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 d8f659018..a1a3a0b11 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