Skip to content

Commit

Permalink
riverpod : 2.4.9 -> 2.5.0 (#3317)
Browse files Browse the repository at this point in the history
riverpod_annotation : 2.3.3 -> 2.3.4
riverpod_generator  : 2.3.9 -> 2.3.10
riverpod_lint       : 2.3.7 -> 2.3.8
flutter_riverpod    : 2.4.9 -> 2.4.10
hooks_riverpod      : 2.4.9 -> 2.4.10

## Related Issues

fixes #your-issue-number

<!--
  Update to link the issue that is going to be fixed by this.
  Unless this concerns documentation, make sure to create an issue first
  before raising a PR.

  You do not need to describe what this PR is doing, as this should
  already be covered by the associated issue.
  If the linked issue isn't enough, then chances are a new issue
  is needed.

  Don't hesitate to create many issues! This can avoid working
  on something, only to have your PR closed or have to be rewritten
  due to a disagreement/misunderstanding.
 -->

## Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`).

- [ ] I have updated the `CHANGELOG.md` of the relevant packages.
      Changelog files must be edited under the form:

  ```md
  ## Unreleased fix/major/minor

  - Description of your change. (thanks to @yourgithubid)
  ```

- [ ] If this contains new features or behavior changes,
      I have updated the documentation to match those changes.
  • Loading branch information
rrousselGit authored Feb 3, 2024
1 parent 07d4b86 commit 4d6adc8
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 20 deletions.
3 changes: 2 additions & 1 deletion packages/flutter_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased fix
## 2.4.10 - 2024-02-03

- Fix out of date `pub.dev` description
- Add `test` argument to `AsyncValue.guard` method. (thanks to @utamori)

## 2.4.9 - 2023-11-27

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 reactive caching and data-binding framework.
Riverpod makes working with asynchronous code a breeze.
version: 2.4.9
version: 2.4.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.4.9
riverpod: 2.5.0
state_notifier: ">=0.7.2 <2.0.0"

dev_dependencies:
Expand Down
3 changes: 2 additions & 1 deletion packages/hooks_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased fix
## 2.4.10 - 2024-02-03

- Fix out of date `pub.dev` description
- Add `test` argument to `AsyncValue.guard` method. (thanks to @utamori)

## 2.4.9 - 2023-11-27

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 reactive caching and data-binding framework.
Riverpod makes working with asynchronous code a breeze.
version: 2.4.9
version: 2.4.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.4.9
riverpod: 2.4.9
flutter_riverpod: 2.4.10
riverpod: 2.5.0
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 minor
## 2.5.0 - 2024-02-03

- Add `test` argument to `AsyncValue.guard` method. (thanks to @utamori)

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 reactive caching and data-binding framework.
Riverpod makes working with asynchronous code a breeze.
version: 2.4.9
version: 2.5.0
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_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased patch
## 2.3.4 - 2024-02-03

- Improved `@Riverpod(dependencies: [...])` documentation.

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.3.3
version: 2.3.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.4.9
riverpod: ^2.5.0

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 patch
## 2.3.10 - 2024-02-03

- Improved error handling if:
- a Notifier has no default constructor
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.3.9
version: 2.3.10
repository: https://github.com/rrousselGit/riverpod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
funding:
Expand All @@ -18,11 +18,11 @@ dependencies:
meta: ^1.7.0
path: ^1.8.0
riverpod_analyzer_utils: ^0.5.0
riverpod_annotation: ^2.3.3
riverpod_annotation: ^2.3.4
source_gen: ^1.2.0

dev_dependencies:
build_runner: ^2.1.7
build_verify: ^3.0.0
riverpod: ^2.4.9
riverpod: ^2.5.0
test: ^1.21.0
5 changes: 3 additions & 2 deletions packages/riverpod_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Unreleased fix
## 2.3.8 - 2024-02-03

- Fix `async_value_nullable_pattern` false positive when used with generics
that have non-nullable type constrains.
- Add migration widget field when convert Stateless-based and Stateful-based to each other.
- Add migration widget field when convert Stateless-based and
Stateful-based to each other (thanks to @Kurogoma4D)

## 2.3.7 - 2023-11-27

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.3.7
version: 2.3.8
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.4.9
riverpod: ^2.5.0
riverpod_analyzer_utils: ^0.5.0
source_span: ^1.8.0
yaml: ^3.1.1
Expand Down

0 comments on commit 4d6adc8

Please sign in to comment.