Skip to content

Commit

Permalink
riverpod : 2.3.9 -> 2.3.10
Browse files Browse the repository at this point in the history
riverpod_annotation : 2.1.3 -> 2.1.4
riverpod_generator  : 2.3.0 -> 2.3.1
riverpod_lint       : 2.0.2 -> 2.0.3
flutter_riverpod    : 2.3.9 -> 2.3.10
hooks_riverpod      : 2.3.9 -> 2.3.10
  • Loading branch information
rrousselGit committed Aug 28, 2023
1 parent ee5144e commit 42c7a6e
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 13 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.10 - 2023-08-28

- `riverpod` upgraded to `2.3.10`

## 2.3.9 - 2023-08-28

- Fix some exceptions causing Flutter asking to demangle stacktraces (#1874)
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
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.3.9
version: 2.3.10
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
Expand All @@ -18,7 +18,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.4.0
riverpod: 2.3.9
riverpod: 2.3.10
state_notifier: ">=0.7.2 <2.0.0"

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/hooks_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.3.10 - 2023-08-28

- `flutter_riverpod` upgraded to `2.3.10`
- `riverpod` upgraded to `2.3.10`

## 2.3.9 - 2023-08-28

- Fix some exceptions causing Flutter asking to demangle stacktraces (#1874)
Expand Down
6 changes: 3 additions & 3 deletions packages/hooks_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
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.3.9
version: 2.3.10
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
Expand All @@ -18,8 +18,8 @@ dependencies:
flutter:
sdk: flutter
flutter_hooks: '>=0.18.0 <0.21.0'
flutter_riverpod: ^2.3.9
riverpod: ^2.3.9
flutter_riverpod: ^2.3.10
riverpod: ^2.3.10
state_notifier: ">=0.7.2 <2.0.0"

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased patch
## 2.3.10 - 2023-08-28

Riverpod now requires package:meta >=1.9.0

Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
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.3.9
version: 2.3.10
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/riverpod_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.4 - 2023-08-28

- `riverpod` upgraded to `2.3.10`

## 2.1.3 - 2023-08-28

- `riverpod` upgraded to `2.3.8`
Expand Down
4 changes: 2 additions & 2 deletions packages/riverpod_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: riverpod_annotation
description: A package exposing annotations for riverpod_generator
version: 2.1.3
version: 2.1.4
repository: https://github.com/rrousselGit/riverpod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
funding:
Expand All @@ -11,7 +11,7 @@ environment:

dependencies:
meta: ^1.7.0
riverpod: ^2.3.9
riverpod: ^2.3.10

dev_dependencies:
test: ^1.21.0
4 changes: 4 additions & 0 deletions packages/riverpod_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.1 - 2023-08-28

- `riverpod_annotation` upgraded to `2.1.4`

## 2.3.0 - 2023-08-28

- The "ref" object now contains the provider parameters too.
Expand Down
4 changes: 2 additions & 2 deletions packages/riverpod_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: riverpod_generator
description: A code generator for Riverpod. This both simplifies the syntax empowers it, such as allowing stateful hot-reload.
version: 2.3.0
version: 2.3.1
repository: https://github.com/rrousselGit/riverpod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
funding:
Expand All @@ -18,7 +18,7 @@ dependencies:
meta: ^1.7.0
path: ^1.8.0
riverpod_analyzer_utils: ^0.3.3
riverpod_annotation: ^2.1.3
riverpod_annotation: ^2.1.4
source_gen: ^1.2.0

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/riverpod_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.3 - 2023-08-28

- `riverpod` upgraded to `2.3.10`

## 2.0.2 - 2023-08-28

- Fixed typos in the package description (thanks to @saltedpotatos)
Expand Down
4 changes: 2 additions & 2 deletions packages/riverpod_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: riverpod_lint
description: Riverpod_lint is a developer tool for users of Riverpod, designed to help stop common issues and simplify repetitive tasks.
version: 2.0.2
version: 2.0.3
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/river_pod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
Expand All @@ -17,7 +17,7 @@ dependencies:
custom_lint_builder: ^0.5.2
meta: ^1.7.0
path: ^1.8.1
riverpod: ^2.3.9
riverpod: ^2.3.10
riverpod_analyzer_utils: ^0.3.3
source_span: ^1.8.0
yaml: ^3.1.1
Expand Down

0 comments on commit 42c7a6e

Please sign in to comment.