Skip to content

Commit

Permalink
chore(mocktail_image_network): v0.3.0-dev.1 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Dec 20, 2021
1 parent ed5aa6a commit 6dcdef0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/mocktail_image_network/CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.3.0-dev.1

- feat: upgrade to `mocktail ^0.3.0-dev.1`

# 0.2.0

- feat: upgrade to `mocktail ^0.2.0`
Expand Down
4 changes: 2 additions & 2 deletions packages/mocktail_image_network/pubspec.yaml
@@ -1,14 +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.2.0
version: 0.3.0-dev.1
repository: https://github.com/felangel/mocktail
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail_image_network

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
mocktail: ^0.2.0
mocktail: ^0.3.0-dev.1

dev_dependencies:
test: ^1.16.0

0 comments on commit 6dcdef0

Please sign in to comment.