Skip to content

Commit

Permalink
feat(mocktail_image_network): v0.1.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Mar 12, 2021
1 parent 1941caa commit 3442b82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/mocktail_image_network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.0

- feat: upgrade to `mocktail ^0.1.0`

# 0.0.2-dev.1

- **BREAKING**: feat!: upgrade to `mocktail v0.0.2-dev`'
Expand Down
5 changes: 2 additions & 3 deletions packages/mocktail_image_network/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: mocktail_image_network
description: A Dart package which allows you to mock Image.network in your widget tests with confidence using the mocktail package.
version: 0.0.2-dev.1
version: 0.1.0
repository: https://github.com/felangel/mocktail
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail_image_network

environment:
sdk: ">=2.12-0-0 <3.0.0"

dependencies:
mocktail: ">=0.0.2-dev.4 <0.0.2"
mocktail: ^0.1.0

dev_dependencies:
coverage: ^0.14.2
test: ^1.16.0

0 comments on commit 3442b82

Please sign in to comment.