From 43bb04cd39c9ac9654b499418a3b61beb188c328 Mon Sep 17 00:00:00 2001 From: smkhalsa Date: Wed, 19 May 2021 08:05:53 +0200 Subject: [PATCH] bump versions --- ferry_cache/CHANGELOG.md | 37 +++++++++++++++++++++---------------- ferry_cache/pubspec.yaml | 6 +++--- normalize/CHANGELOG.md | 18 +++++++++++------- normalize/pubspec.yaml | 2 +- 4 files changed, 36 insertions(+), 27 deletions(-) diff --git a/ferry_cache/CHANGELOG.md b/ferry_cache/CHANGELOG.md index 2966ffa2..b8ce54ee 100644 --- a/ferry_cache/CHANGELOG.md +++ b/ferry_cache/CHANGELOG.md @@ -1,33 +1,38 @@ +## 0.5.3 + +- add support for `dataIdFromObject` +- bump `normalize` version + ## 0.5.2+1 - - **FIX**: resolve issue with data change streams. - - **CHORE**: publish packages. - - **CHORE**: publish packages. - - **CHORE**: publish packages. - - **CHORE**: publish packages. +- **FIX**: resolve issue with data change streams. +- **CHORE**: publish packages. +- **CHORE**: publish packages. +- **CHORE**: publish packages. +- **CHORE**: publish packages. ## 0.5.2 - - **FEAT**: migrate to null safety. - - **FEAT**: migrate to null safety. - - **CHORE**: publish packages. - - **CHORE**: publish packages. +- **FEAT**: migrate to null safety. +- **FEAT**: migrate to null safety. +- **CHORE**: publish packages. +- **CHORE**: publish packages. ## 0.5.1 - - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. +- Graduate package to a stable release. See pre-releases prior to this version for changelog entries. ## 0.5.1-0.1.nullsafety.0 - - **FEAT**: migrate to null safety. - - **CHORE**: bump versions to match melos style. - - **CHORE**: publish packages. - - **CHORE**: prepare changelogs for melos. +- **FEAT**: migrate to null safety. +- **CHORE**: bump versions to match melos style. +- **CHORE**: publish packages. +- **CHORE**: prepare changelogs for melos. ## 0.5.0-1.0.nullsafety.0 - - **FEAT**: migrate to null safety. - - **CHORE**: prepare changelogs for melos. +- **FEAT**: migrate to null safety. +- **CHORE**: prepare changelogs for melos. ## [0.5.0-nullsafety.0] diff --git a/ferry_cache/pubspec.yaml b/ferry_cache/pubspec.yaml index 20fa0c24..cc990528 100644 --- a/ferry_cache/pubspec.yaml +++ b/ferry_cache/pubspec.yaml @@ -1,5 +1,5 @@ name: ferry_cache -version: 0.5.2+1 +version: 0.5.3 homepage: https://ferrygraphql.com/ description: A normalized, strongly typed, optimistic cache for GraphQL Operations and Fragments repository: https://github.com/gql-dart/ferry @@ -9,10 +9,10 @@ dependencies: ferry_exec: ^0.1.2 meta: ^1.3.0 rxdart: ^0.26.0 - normalize: ^0.5.1 + normalize: ^0.5.2 ferry_store: ^0.4.2 collection: ^1.15.0 dev_dependencies: test: ^1.16.8 pedantic: ^1.11.0 - ferry_test_graphql: ^0.1.2 \ No newline at end of file + ferry_test_graphql: ^0.1.2 diff --git a/normalize/CHANGELOG.md b/normalize/CHANGELOG.md index d93bf401..ee3be190 100644 --- a/normalize/CHANGELOG.md +++ b/normalize/CHANGELOG.md @@ -1,18 +1,22 @@ +## 0.5.2 + +- allow overriding of `__typename` when reading fragments + ## 0.5.1 - - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. +- Graduate package to a stable release. See pre-releases prior to this version for changelog entries. ## 0.5.1-0.1.nullsafety.0 - - **FEAT**: migrate to null safety. - - **CHORE**: bump versions to match melos style. - - **CHORE**: publish packages. - - **CHORE**: prepare changelogs for melos. +- **FEAT**: migrate to null safety. +- **CHORE**: bump versions to match melos style. +- **CHORE**: publish packages. +- **CHORE**: prepare changelogs for melos. ## 0.5.0-1.0.nullsafety.0 - - **FEAT**: migrate to null safety. - - **CHORE**: prepare changelogs for melos. +- **FEAT**: migrate to null safety. +- **CHORE**: prepare changelogs for melos. ## [0.4.7] diff --git a/normalize/pubspec.yaml b/normalize/pubspec.yaml index 69f9b800..892da76b 100644 --- a/normalize/pubspec.yaml +++ b/normalize/pubspec.yaml @@ -1,5 +1,5 @@ name: normalize -version: 0.5.1 +version: 0.5.2 homepage: https://github.com/gql-dart/ferry/tree/master/normalize description: Normalization and denormalization of GraphQL responses in Dart repository: https://github.com/gql-dart/ferry