Skip to content

Commit

Permalink
Riverpod 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 2, 2022
1 parent 444281b commit 327fb24
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/flutter_riverpod/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: flutter_riverpod
description: >
A simple way to access state from anywhere in your application
while robust and testable.
version: 2.0.0
version: 2.0.1
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod

Expand All @@ -15,7 +15,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
riverpod: 2.0.0
riverpod: 2.0.1
state_notifier: ^0.7.0

dev_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions packages/hooks_riverpod/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: hooks_riverpod
description: >
A simple way to access state from anywhere in your application
while robust and testable.
version: 2.0.0
version: 2.0.1
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod

Expand All @@ -15,8 +15,8 @@ dependencies:
flutter:
sdk: flutter
flutter_hooks: ^0.18.0
flutter_riverpod: 2.0.0
riverpod: 2.0.0
flutter_riverpod: 2.0.1
riverpod: 2.0.1
state_notifier: ^0.7.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: riverpod
description: >
A simple way to access state from anywhere in your application while robust
and testable.
version: 2.0.0
version: 2.0.1
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod

Expand Down
4 changes: 4 additions & 0 deletions packages/riverpod_annotation/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.0.1

Upgrade Riverpod version

## 1.0.0

Initial release
4 changes: 2 additions & 2 deletions packages/riverpod_annotation/pubspec.yaml
@@ -1,13 +1,13 @@
name: riverpod_annotation
description: A package exposing annotations for riverpod_generator
version: 1.0.0
version: 1.0.1

environment:
sdk: ">=2.17.0 <3.0.0"

dependencies:
meta: ^1.7.0
riverpod: 2.0.0
riverpod: 2.0.1

dev_dependencies:
test: ^1.21.0
Expand Down

0 comments on commit 327fb24

Please sign in to comment.