Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - flutter_riverpod@2.0.2
 - hooks_riverpod@2.0.2
 - riverpod@2.0.2
 - riverpod_annotation@1.0.2
 - riverpod_generator@1.0.2
  • Loading branch information
rrousselGit committed Oct 3, 2022
1 parent 8c9b02e commit c97bb8c
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 22 deletions.
2 changes: 1 addition & 1 deletion examples/pub/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
flutter_hooks: ^0.18.0
flutter_svg: ^1.1.4
freezed_annotation: ^2.1.0
hooks_riverpod: any
hooks_riverpod: ^2.0.2
html: ^0.15.0
json_annotation: ^4.6.0
pubspec_parse: ^1.2.1
Expand Down
2 changes: 1 addition & 1 deletion examples/random_number/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_riverpod: ^1.0.0-dev.6
flutter_riverpod: ^2.0.2
mockito: ^5.0.13
build_runner: ^2.0.6

Expand Down
2 changes: 1 addition & 1 deletion examples/stackoverflow/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
flutter_hooks: ^0.18.0
freezed_annotation: ^2.1.0
hooks_riverpod: any
hooks_riverpod: ^2.0.2
html: ^0.15.0
json_annotation: ^4.6.0
riverpod_annotation:
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.2

- **FIX**: Fixed an assert error if a `family` depends on itself while specifying `dependencies`. (#1721).

# 2.0.2

Fixed an assert error if a `family` depends on itself while specifying `dependencies`.
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.0.1
version: 2.0.2
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod

Expand All @@ -15,7 +15,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
riverpod: 2.0.1
riverpod: 2.0.2
state_notifier: ^0.7.0

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.0.2

- **FIX**: Fixed an assert error if a `family` depends on itself while specifying `dependencies`. (#1721).

# 2.0.2

Fixed an assert error if a `family` depends on itself while specifying `dependencies`.
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.0.1
version: 2.0.2
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod

Expand All @@ -15,8 +15,8 @@ dependencies:
flutter:
sdk: flutter
flutter_hooks: ^0.18.0
flutter_riverpod: 2.0.1
riverpod: 2.0.1
flutter_riverpod: 2.0.2
riverpod: 2.0.2
state_notifier: ^0.7.0

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

- **FIX**: Fixed an assert error if a `family` depends on itself while specifying `dependencies`. (#1721).

# 2.0.2

Fixed an assert error if a `family` depends on itself while specifying `dependencies`.
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.0.1
version: 2.0.2
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod

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 @@
## 1.0.2

- Update a dependency to the latest release.

## 1.0.1

Upgrade Riverpod version
Expand Down
5 changes: 2 additions & 3 deletions packages/riverpod_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: riverpod_annotation
description: A package exposing annotations for riverpod_generator
version: 1.0.1
version: 1.0.2

environment:
sdk: ">=2.17.0 <3.0.0"

dependencies:
meta: ^1.7.0
riverpod: 2.0.1

riverpod: 2.0.2
dev_dependencies:
test: ^1.21.0

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
flutter:
sdk: flutter
flutter_hooks:
flutter_riverpod: ^1.0.4
hooks_riverpod: ^1.0.4
riverpod: ^1.0.3+1
flutter_riverpod: ^2.0.2
hooks_riverpod: ^2.0.2
riverpod: ^2.0.2
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 @@
## 1.0.2

- Update a dependency to the latest release.

## 1.0.1

Fix version conflict with Riverpod
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: 1.0.1
version: 1.0.2

environment:
sdk: ">=2.17.0 <3.0.0"
Expand All @@ -12,10 +12,10 @@ dependencies:
collection: ^1.15.0
crypto: ^3.0.2
meta: ^1.7.0
riverpod_annotation: ^1.0.0
riverpod_annotation: ^1.0.2
source_gen: ^1.2.0

dev_dependencies:
build_runner: ^2.1.7
riverpod: ^2.0.0
riverpod: ^2.0.2
test: ^1.21.0
4 changes: 3 additions & 1 deletion packages/riverpod_lint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: riverpod_lint
version: 0.0.1
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/river_pod
# temporarily excluded from publishing
publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"
Expand All @@ -13,7 +15,7 @@ dependencies:
custom_lint_builder: ^0.0.8
meta: ^1.7.0
path: ^1.8.1
riverpod: ^2.0.0
riverpod: ^2.0.2
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
Expand Up @@ -7,8 +7,8 @@ environment:
flutter: ">=3.0.0"

dependencies:
riverpod_annotation: any
hooks_riverpod: any
riverpod_annotation: ^1.0.2
hooks_riverpod: ^2.0.2
flutter:
sdk: flutter

Expand All @@ -20,7 +20,7 @@ dev_dependencies:
riverpod_lint:
path: ../riverpod_lint
build_runner: any
riverpod_generator: any
riverpod_generator: ^1.0.2

dependency_overrides:
riverpod_generator:
Expand Down

0 comments on commit c97bb8c

Please sign in to comment.