Skip to content

Commit 3169454

Browse files
authored
Prepare to publish matcher (#2564)
Drop `-wip` from the version and extend the `test` constraint to allow the latest. Add changes to `test` changelog since it exports the APIs and these changes are user facing.
1 parent 5ef2dd9 commit 3169454

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

pkgs/matcher/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.12.18-wip
1+
## 0.12.18
22

33
* Add `isSorted` and related matchers for iterables.
44
* Consider `NaN` to be equal to itself in `equals`.

pkgs/matcher/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: matcher
2-
version: 0.12.18-wip
2+
version: 0.12.18
33
description: >-
44
Support for specifying test expectations via an extensible Matcher class.
55
Also includes a number of built-in Matcher implementations for common cases.

pkgs/test/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 1.27.1-wip
22

3+
* Add `isSorted` and related matchers for iterables.
4+
* Consider `NaN` to be equal to itself in `equals`.
35
* Bump `test_core` to 0.6.14
46
* Removed unused `js` dependency
57

pkgs/test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020

2121
# Use a tight version constraint to ensure that a constraint on matcher
2222
# properly constrains all features it provides.
23-
matcher: '>=0.12.16 <0.12.18'
23+
matcher: '>=0.12.16 <0.12.19'
2424

2525
node_preamble: ^2.0.0
2626
package_config: ^2.0.0

0 commit comments

Comments
 (0)