Skip to content

Commit c7491d2

Browse files
authored
chore(mocktail): v1.0.1 (#211)
1 parent 520ca77 commit c7491d2

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.1
2+
3+
- 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))
4+
- chore(deps): upgrade to `package:matcher` ^0.12.15
5+
16
# 1.0.0
27

38
- refactor: use more strict analysis options ([#203](https://github.com/felangel/mocktail/issues/203))

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.0
3+
version: 1.0.1
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)