Skip to content

Commit

Permalink
The following packages have been updated:
Browse files Browse the repository at this point in the history
riverpod                : 2.3.4 -> 2.3.5
riverpod_analyzer_utils : 0.2.1 -> 0.3.0
riverpod_annotation     : 2.0.4 -> 2.1.0
riverpod_generator      : 2.1.6 -> 2.2.0
riverpod_lint           : 1.2.0 -> 1.3.0
flutter_riverpod        : 2.3.4 -> 2.3.5
hooks_riverpod          : 2.3.4 -> 2.3.5
  • Loading branch information
rrousselGit committed Apr 18, 2023
1 parent 45ff7eb commit 270ed48
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 26 deletions.
4 changes: 2 additions & 2 deletions packages/flutter_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased fix
## 2.3.5 - 2023-04-18

- Fix `ChangeNotifierProvider` docs
- fix `AsyncValue.isReloading` docs

## 2.3.4 - 2023-04-07

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.4
version: 2.3.5
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.4
riverpod: 2.3.5
state_notifier: ^0.7.2

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/hooks_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.5 - 2023-04-18

- fix `AsyncValue.isReloading` docs

## 2.3.4 - 2023-04-07

- Fixes an issue with nested ProviderScope (thanks to @jeiea)
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.4
version: 2.3.5
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
flutter_riverpod: 2.3.4
riverpod: 2.3.4
flutter_riverpod: 2.3.5
riverpod: 2.3.5
state_notifier: ^0.7.2

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 fix
## 2.3.5 - 2023-04-18

- fix `AsyncValue.isReloading` docs

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.4
version: 2.3.5
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod_analyzer_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased minor
## 0.3.0 - 2023-04-18

- Added `DartType.isRaw` extension property for checking if a type is from a `Raw` typedef.
- Added `isFromRiverpodAnnotation` type checker.
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod_analyzer_utils/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository: https://github.com/rrousselGit/river_pod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
funding:
- https://github.com/sponsors/rrousselGit/
version: 0.2.1
version: 0.3.0

environment:
sdk: ">=2.18.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased minor
## 2.1.0 - 2023-04-18

- Added support for `Raw` typedef in the return value of providers.
This can be used to disable the conversion of Futures/Streams into AsyncValues
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.0.4
version: 2.1.0
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.4
riverpod: ^2.3.5

dev_dependencies:
test: ^1.21.0
2 changes: 1 addition & 1 deletion packages/riverpod_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased minor
## 2.2.0 - 2023-04-18

- Added support for `Raw` typedef in the return value of providers.
This can be used to disable the conversion of Futures/Streams into AsyncValues
Expand Down
6 changes: 3 additions & 3 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.1.6
version: 2.2.0
repository: https://github.com/rrousselGit/riverpod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
funding:
Expand All @@ -17,8 +17,8 @@ dependencies:
crypto: ^3.0.2
meta: ^1.7.0
path: ^1.8.0
riverpod_analyzer_utils: ^0.2.1
riverpod_annotation: ^2.0.4
riverpod_analyzer_utils: ^0.3.0
riverpod_annotation: ^2.1.0
source_gen: ^1.2.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased minor
## 1.3.0 - 2023-04-18

- Added support for `Raw` typedef in the return value of providers.
This can be used to silence `unsupported_provider_value` when a provider knowingly
Expand Down
6 changes: 3 additions & 3 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 developper tool for users of Riverpod, designed to help stop common issue and simplify repetetive tasks.
version: 1.2.0
version: 1.3.0
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/river_pod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
Expand All @@ -18,8 +18,8 @@ dependencies:
custom_lint_builder: ^0.3.3
meta: ^1.7.0
path: ^1.8.1
riverpod: ^2.3.4
riverpod_analyzer_utils: ^0.2.1
riverpod: ^2.3.5
riverpod_analyzer_utils: ^0.3.0
source_span: ^1.8.0
yaml: ^3.1.1

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 270ed48

Please sign in to comment.