Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 11, 2023
1 parent 2a4a412 commit 68c88a0
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 8 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-11-11

### Changes

---

Packages with breaking changes:

- [`ferry_cache` - `v0.8.0-dev.0`](#ferry_cache---v080-dev0)
- [`ferry_flutter` - `v0.9.0-dev.0`](#ferry_flutter---v090-dev0)

Packages with other changes:

- [`ferry` - `v0.15.0-dev.0+1`](#ferry---v0150-dev01)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `ferry` - `v0.15.0-dev.0+1`

---

#### `ferry_cache` - `v0.8.0-dev.0`

- **FIX**(normalize): When there are dangling references in child objects of a list, by default do not treat the whole entity as partial data, but remove it from the list. This can be configured using the allowDanglingReference parameter.
- **FEAT**(ferry_generator): add option to reuse data classes for fragments with a single inline fragment spread as selection (#530).
- **BREAKING** **FEAT**(ferry_exec): remove usage of dynamic in cache and AddTypeNameTypedLink by adding new methods to operationrequest (#547).

#### `ferry_flutter` - `v0.9.0-dev.0`

- **BREAKING** **FEAT**(ferry_exec): remove usage of dynamic in cache and AddTypeNameTypedLink by adding new methods to operationrequest (#547).


## 2023-11-11

### Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/auth_token_with_isolate/client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
ferry: ^0.15.0
ferry: ^0.15.0-dev.0+1
hive:
ferry_hive_store:
path_provider:
Expand Down
4 changes: 2 additions & 2 deletions examples/pokemon_explorer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ environment:
dependencies:
gql_link: '>=0.5.0 <2.0.0'
gql_http_link: '>=0.4.0 <2.0.0'
ferry: ^0.15.0
ferry: ^0.15.0-dev.0+1
ferry_hive_store: ^0.5.1
ferry_flutter: ^0.8.1
ferry_flutter: ^0.9.0-dev.0
hive: ^2.0.0
hive_flutter: ^1.1.0
get_it: ^7.1.3
Expand Down
4 changes: 4 additions & 0 deletions packages/ferry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.0-dev.0+1

- Update a dependency to the latest release.

## 0.15.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expand Down
4 changes: 2 additions & 2 deletions packages/ferry/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ferry
version: 0.15.0
version: 0.15.0-dev.0+1
homepage: https://ferrygraphql.com/
description: Ferry is a simple, powerful GraphQL Client for Flutter and Dart.
repository: https://github.com/gql-dart/ferry
Expand All @@ -16,7 +16,7 @@ dependencies:
built_value: ^8.0.4
ferry_exec: ^0.5.0
normalize: ^0.9.0
ferry_cache: ^0.7.1
ferry_cache: ^0.8.0-dev.0
dev_dependencies:
test: ^1.16.8
mockito: ^5.3.1
Expand Down
8 changes: 8 additions & 0 deletions packages/ferry_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.8.0-dev.0

> Note: This release has breaking changes.
- **FIX**(normalize): When there are dangling references in child objects of a list, by default do not treat the whole entity as partial data, but remove it from the list. This can be configured using the allowDanglingReference parameter.
- **FEAT**(ferry_generator): add option to reuse data classes for fragments with a single inline fragment spread as selection (#530).
- **BREAKING** **FEAT**(ferry_exec): remove usage of dynamic in cache and AddTypeNameTypedLink by adding new methods to operationrequest (#547).

## 0.7.1-dev.6

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/ferry_cache/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ferry_cache
version: 0.7.1
version: 0.8.0-dev.0
homepage: https://ferrygraphql.com/
description: A normalized, strongly typed, optimistic cache for GraphQL Operations and Fragments
repository: https://github.com/gql-dart/ferry
Expand Down
6 changes: 6 additions & 0 deletions packages/ferry_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.0-dev.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**(ferry_exec): remove usage of dynamic in cache and AddTypeNameTypedLink by adding new methods to operationrequest (#547).

## 0.8.1-dev.6

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/ferry_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: ferry_flutter
version: 0.8.1
version: 0.9.0-dev.0
homepage: https://ferrygraphql.com/
description: Flutter widgets for the Ferry GraphQL client
repository: https://github.com/gql-dart/ferry
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
ferry: ^0.15.0
ferry: ^0.15.0-dev.0+1
gql_exec: '>=0.4.0 <2.0.0'
ferry_exec: ^0.5.0
flutter:
Expand Down

0 comments on commit 68c88a0

Please sign in to comment.