Skip to content

Commit

Permalink
Release generator
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Dec 25, 2022
1 parent 07e603e commit 0ef70a4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/riverpod_annotation/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.1.0

Upgrade Riverpod to latest

## 1.0.6

Upgrade Riverpod to latest
Expand Down
4 changes: 2 additions & 2 deletions packages/riverpod_annotation/pubspec.yaml
@@ -1,13 +1,13 @@
name: riverpod_annotation
description: A package exposing annotations for riverpod_generator
version: 1.0.6
version: 1.1.0

environment:
sdk: ">=2.17.0 <3.0.0"

dependencies:
meta: ^1.7.0
riverpod: 2.1.1
riverpod: 2.1.2

dev_dependencies:
test: ^1.21.0
3 changes: 2 additions & 1 deletion packages/riverpod_generator/CHANGELOG.md
@@ -1,7 +1,8 @@
## [Unreleased patch]
## 1.1.0

- The generated hash function of providers is now correctluy private (thanks to @westito)
- Allow customizing the name of the generated providers (thanks to @trejdych)
- Update dependencies.

## 1.0.6

Expand Down
4 changes: 2 additions & 2 deletions packages/riverpod_generator/pubspec.yaml
@@ -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.6
version: 1.1.0
repository: https://github.com/rrousselGit/riverpod

environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
collection: ^1.15.0
crypto: ^3.0.2
meta: ^1.7.0
riverpod_annotation: ^1.0.6
riverpod_annotation: ^1.0.7
source_gen: ^1.2.0

dev_dependencies:
Expand Down

0 comments on commit 0ef70a4

Please sign in to comment.