Skip to content

Commit

Permalink
prep for publishing 1.18.0 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Jul 26, 2023
1 parent db343da commit 0a2885a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 1.18.0-wip
## 1.18.0

- `CanonicalizedMap`:
- Added methods:
- `copy`: copies an instance without recalculating the canonical values of the keys.
- `toMap`: creates a `Map<K,V>` (with the original key values).
- `toMapOfCanonicalKeys`: creates a `Map<C,V>` (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

Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0a2885a

Please sign in to comment.