Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
smkhalsa committed May 19, 2021
1 parent 67628d5 commit 43bb04c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 27 deletions.
37 changes: 21 additions & 16 deletions ferry_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down
6 changes: 3 additions & 3 deletions ferry_cache/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
ferry_test_graphql: ^0.1.2
18 changes: 11 additions & 7 deletions normalize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down
2 changes: 1 addition & 1 deletion normalize/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 43bb04c

Please sign in to comment.