Skip to content

Commit

Permalink
V1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
escamoteur committed Sep 25, 2023
1 parent 9b8490b commit 3d36397
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.5

* updates Discord invite link
## 1.0.4
* added some more asserts to provide better error messages in case you forgot to use the WatchItMixin
## 1.0.3
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ packages:
dependency: transitive
description:
name: get_it
sha256: "66c270f23f1b49d3af9c6651d8c40367319f4abefffc23380e4e7c5efd9fe4a7"
sha256: f79870884de16d689cf9a7d15eedf31ed61d750e813c538a6efb92660fea83c3
url: "https://pub.dev"
source: hosted
version: "7.6.2"
version: "7.6.4"
http:
dependency: "direct main"
description:
Expand Down Expand Up @@ -193,7 +193,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.2"
version: "1.0.4"
web:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: watch_it
description: The simple state management powered by get_it. It allows to observe changes of objects inside the get_it service locator and rebuild the UI accordingly.
version: 1.0.4
version: 1.0.5
homepage: https://github.com/escamoteur/watch_it
funding:
- https://github.com/sponsors/escamoteur/
Expand Down

0 comments on commit 3d36397

Please sign in to comment.