From 0a2885a90717cc9322faaa6a7365b69e06b531dc Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 25 Jul 2023 18:01:58 -0700 Subject: [PATCH] prep for publishing 1.18.0 (#299) --- CHANGELOG.md | 4 ++-- pubspec.yaml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1e2d8..428c2c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.18.0-wip +## 1.18.0 - `CanonicalizedMap`: - Added methods: @@ -6,7 +6,7 @@ - `toMap`: creates a `Map` (with the original key values). - `toMapOfCanonicalKeys`: creates a `Map` (with the canonicalized keys). - Fixes bugs in `ListSlice.slice` and `ListExtensions.slice`. -- lints: ^2.0.1 +- Update to `package:lints` 2.0.1. ## 1.17.2 diff --git a/pubspec.yaml b/pubspec.yaml index 34867a0..c6a48f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,7 @@ name: collection -version: 1.18.0-wip -description: Collections and utilities functions and classes related to collections. +version: 1.18.0 +description: >- + Collections and utilities functions and classes related to collections. repository: https://github.com/dart-lang/collection topics: