Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Apr 6, 2023
1 parent 752529e commit d751558
Show file tree
Hide file tree
Showing 27 changed files with 44 additions and 36 deletions.
2 changes: 1 addition & 1 deletion examples/counter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: counter
description: A new Flutter project.

publish_to: "none"
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.18.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/marvel/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: marvel
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/pub/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pub_app
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.17.0 <3.0.0"
Expand All @@ -14,7 +14,7 @@ dependencies:
flutter_hooks: ^0.18.0
flutter_svg: ^1.1.4
freezed_annotation: ^2.1.0
hooks_riverpod: ^2.3.0
hooks_riverpod: ^2.3.3
html: ^0.15.0
json_annotation: ^4.6.0
pubspec_parse: ^1.2.1
Expand Down
4 changes: 2 additions & 2 deletions examples/random_number/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: random_number
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.14.0 <3.0.0"
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_riverpod: ^2.3.0
flutter_riverpod: ^2.3.3
mockito: ^5.0.13
build_runner: ^2.0.6

Expand Down
4 changes: 2 additions & 2 deletions examples/stackoverflow/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stackoverflow
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.17.0 <3.0.0"
Expand All @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
flutter_hooks: ^0.18.0
freezed_annotation: ^2.1.0
hooks_riverpod: ^2.1.1
hooks_riverpod: ^2.3.3
html: ^0.15.0
json_annotation: ^4.8.0
riverpod_annotation:
Expand Down
2 changes: 1 addition & 1 deletion examples/todos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: todos
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down
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.3.3 - 2023-04-06

- The debugger no-longer pauses on uncaught exceptions inside providers.
This was voluntary, but too many people have complained that it often
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_riverpod/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_riverpod_example
description: A new Flutter project.

publish_to: "none"
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.17.0 <3.0.0"
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.2
version: 2.3.3
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.2
riverpod: 2.3.3
state_notifier: ^0.7.2

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased patch
## 2.3.3 - 2023-04-06

- The debugger no-longer pauses on uncaught exceptions inside providers.
This was voluntary, but too many people have complained that it often
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks_riverpod/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: hooks_riverpod_example
description: A new Flutter project.

publish_to: "none"
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.12.0-0 <3.0.0"
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.2
version: 2.3.3
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.2
riverpod: 2.3.2
flutter_riverpod: 2.3.3
riverpod: 2.3.3
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 patch
## 2.3.3 - 2023-04-06

- The debugger no-longer pauses on uncaught exceptions inside providers.
This was voluntary, but too many people have complained that it often
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: riverpod_example
version: 0.0.1
version: 0.0.2
publish_to: "none"

environment:
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.2
version: 2.3.3
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.0.3 - 2023-04-06

- `riverpod` upgraded to `2.3.3`

## 2.0.2 - 2023-03-13

- `riverpod` upgraded to `2.3.2`
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.2
version: 2.0.3
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.2
riverpod: ^2.3.3

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.1.5 - 2023-04-06

- `riverpod_annotation` upgraded to `2.0.3`

## 2.1.4 - 2023-03-13

- `riverpod_analyzer_utils` upgraded to `0.2.0`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build_yaml
description: A sample command-line application.
version: 1.0.0
version: 1.0.1
publish_to: none

environment:
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.1.4
version: 2.1.5
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.2.0
riverpod_annotation: ^2.0.2
riverpod_annotation: ^2.0.3
source_gen: ^1.2.0

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: riverpod_graph_golden_addition
version: 0.0.1
version: 0.0.2
publish_to: none

environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: riverpod_graph_golden_consumer_widget
description: A new Flutter project.

publish_to: "none"
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: riverpod_graph_golden_generated
description: A new Flutter project.

publish_to: "none"
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.17.0 <3.0.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 fix
## 1.1.7 - 2023-04-06

- Fix typo in the name of the lint `avoid_manual_providers_as_generated_provider_dependency` (thanks to @mafreud)
## 1.1.6 - 2023-03-13
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.1.6
version: 1.1.7
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:
custom_lint_builder: ^0.3.3
meta: ^1.7.0
path: ^1.8.1
riverpod: ^2.3.2
riverpod: ^2.3.3
riverpod_analyzer_utils: ^0.2.0
source_span: ^1.8.0
yaml: ^3.1.1
Expand Down
6 changes: 3 additions & 3 deletions packages/riverpod_lint_flutter_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: riverpod_lint_flutter_test
version: 0.0.0
version: 0.0.1
publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"

dependencies:
riverpod_annotation: ^2.0.0
hooks_riverpod: ^2.3.0
riverpod_annotation: ^2.0.3
hooks_riverpod: ^2.3.3
flutter:
sdk: flutter
freezed_annotation: ^2.2.0
Expand Down
2 changes: 1 addition & 1 deletion website/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: website_snippets
publish_to: "none"
version: 1.0.0+1
version: 1.0.1

environment:
sdk: ">=2.12.0-0 <3.0.0"
Expand Down

0 comments on commit d751558

Please sign in to comment.