Skip to content

Commit 22e45f1

Browse files
authored
chore(mocktail): v1.0.2 (#222)
1 parent cee5c5f commit 22e45f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/mocktail/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.2
2+
3+
- chore(deps): allow pkg:test_api >=0.7.0 ([#220](https://github.com/felangel/mocktail/issues/220))
4+
- docs: update `verify` example in `README.md` ([#215](https://github.com/felangel/mocktail/issues/215))
5+
16
# 1.0.1
27

38
- chore(deps): replace dependency on `package:test` with `package:test_api` to resolve version resolution issues with `pkg:analyzer`, `pkg:test`, and `flutter_test` ([#209](https://github.com/felangel/mocktail/issues/209))

packages/mocktail/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mocktail
22
description: A Dart mock library which simplifies mocking with null safety support and no manual mocks or code generation.
3-
version: 1.0.1
3+
version: 1.0.2
44
repository: https://github.com/felangel/mocktail
55
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail
66
topics: [mock, test]

0 commit comments

Comments
 (0)