Skip to content

Commit

Permalink
riverpod_analyzer_utils : 0.3.4 -> 0.3.5
Browse files Browse the repository at this point in the history
riverpod_generator      : 2.3.3-dev -> 3.0.0-dev.1
riverpod_lint           : 2.1.1 -> 2.2.0
flutter_riverpod        : 2.4.1 -> 2.4.2
hooks_riverpod          : 2.4.1 -> 2.4.2
  • Loading branch information
rrousselGit committed Oct 2, 2023
1 parent 90c7c73 commit 5558665
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/flutter_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased patch
## 2.4.2 - 2023-10-02

- Improved the error message when WidgetRef is used after the associated widget got unmounted.

Expand Down
2 changes: 1 addition & 1 deletion 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.4.1
version: 2.4.2
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/hooks_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.2 - 2023-10-02

- `flutter_riverpod` upgraded to `2.4.2`

## 2.4.1 - 2023-09-27

- `flutter_riverpod` upgraded to `2.4.1`
Expand Down
4 changes: 2 additions & 2 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.4.1
version: 2.4.2
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
flutter_hooks: '>=0.18.0 <0.21.0'
flutter_riverpod: 2.4.1
flutter_riverpod: 2.4.2
riverpod: 2.4.1
state_notifier: ">=0.7.2 <2.0.0"

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 patch
## 0.3.5 - 2023-10-02

- Correctly parse import aliases when used inside `ref.watch(<...>)`

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.3.4
version: 0.3.5

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
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 major
## 3.0.0-dev.1 - 2023-10-02

The code generator now supports import aliases, generated types and typedefs
as input of providers!.
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.3
version: 3.0.0-dev.1
repository: https://github.com/rrousselGit/riverpod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
funding:
Expand All @@ -17,7 +17,7 @@ dependencies:
crypto: ^3.0.2
meta: ^1.7.0
path: ^1.8.0
riverpod_analyzer_utils: ^0.3.4
riverpod_analyzer_utils: ^0.3.5
riverpod_annotation: ^2.1.6
source_gen: ^1.2.0

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
## 2.2.0 - 2023-10-02

- Added `avoid_build_context_in_providers` (thanks to @charlescyt)
- Fixed false positive with `avoid_manual_providers_as_generated_provider_dependency` when using import aliases
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.1.1
version: 2.2.0
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/river_pod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
Expand All @@ -18,7 +18,7 @@ dependencies:
meta: ^1.7.0
path: ^1.8.1
riverpod: ^2.4.1
riverpod_analyzer_utils: ^0.3.4
riverpod_analyzer_utils: ^0.3.5
source_span: ^1.8.0
yaml: ^3.1.1

Expand Down

0 comments on commit 5558665

Please sign in to comment.