Skip to content

Commit

Permalink
The following packages have been updated:
Browse files Browse the repository at this point in the history
riverpod_analyzer_utils : 0.3.1 -> 0.3.2
riverpod_generator      : 2.2.4 -> 2.2.5
riverpod_graph          : 0.0.1 -> 0.0.2
riverpod_lint           : 1.4.0 -> 2.0.0
  • Loading branch information
rrousselGit committed Aug 3, 2023
1 parent 540dd03 commit 211ddc4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
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.2 - 2023-08-03

Support analyzer 6.0.0

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.1
version: 0.3.2

environment:
sdk: ">=2.18.0 <3.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 patch
## 2.2.5 - 2023-08-03

Support analyzer 6.0.0

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.2.4
version: 2.2.5
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.1
riverpod_analyzer_utils: ^0.3.2
riverpod_annotation: ^2.1.1
source_gen: ^1.2.0

Expand Down
4 changes: 2 additions & 2 deletions packages/riverpod_graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Unreleased patch
## 0.0.2 - 2023-08-03

Support analyzer 6.0.0
Support analyzer 6.0.0
2 changes: 1 addition & 1 deletion packages/riverpod_graph/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: riverpod_graph
version: 0.0.1
version: 0.0.2
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod
publish_to: none
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 major
## 2.0.0 - 2023-08-03

- **Breaking** Renamed `generator_class_extends` to `notifier_extends`
- **Breaking** Renamed `stateless_ref` to `functional_ref` (thanks to @AhmedLSayed9)
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 developper tool for users of Riverpod, designed to help stop common issue and simplify repetetive tasks.
version: 1.4.0
version: 2.0.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.3.6
riverpod_analyzer_utils: ^0.3.1
riverpod_analyzer_utils: ^0.3.2
source_span: ^1.8.0
yaml: ^3.1.1

Expand Down

0 comments on commit 211ddc4

Please sign in to comment.