Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - ferry@0.15.0-dev.5
 - ferry_flutter@0.9.0-dev.5
github-actions committed Nov 12, 2023
1 parent a112874 commit 3fdcff8
Showing 7 changed files with 47 additions and 6 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-11-12

### Changes

---

Packages with breaking changes:

- [`ferry` - `v0.15.0-dev.5`](#ferry---v0150-dev5)

Packages with other changes:

- [`ferry_flutter` - `v0.9.0-dev.5`](#ferry_flutter---v090-dev5)

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_flutter` - `v0.9.0-dev.5`

---

#### `ferry` - `v0.15.0-dev.5`

- **FIX**(ferry): Fix problem with operationRequest generated on initial request being included in response each time. (#545).
- **DOCS**: add topics (#548).
- **BREAKING** **FEAT**(ferry_exec): remove usage of dynamic in cache and AddTypeNameTypedLink by adding new methods to operationrequest (#547).


## 2023-11-12

### Changes
2 changes: 1 addition & 1 deletion examples/auth_token_with_isolate/client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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-dev.4
ferry: ^0.15.0-dev.5
hive:
ferry_hive_store:
path_provider:
4 changes: 2 additions & 2 deletions examples/pokemon_explorer/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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-dev.4
ferry: ^0.15.0-dev.5
ferry_hive_store: ^0.5.2-dev.1
ferry_flutter: ^0.9.0-dev.4
ferry_flutter: ^0.9.0-dev.5
hive: ^2.0.0
hive_flutter: ^1.1.0
get_it: ^7.1.3
8 changes: 8 additions & 0 deletions packages/ferry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.15.0-dev.5

> Note: This release has breaking changes.
- **FIX**(ferry): Fix problem with operationRequest generated on initial request being included in response each time. (#545).
- **DOCS**: add topics (#548).
- **BREAKING** **FEAT**(ferry_exec): remove usage of dynamic in cache and AddTypeNameTypedLink by adding new methods to operationrequest (#547).

## 0.15.0-dev.4

> Note: This release has breaking changes.
2 changes: 1 addition & 1 deletion packages/ferry/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ferry
version: 0.15.0-dev.4
version: 0.15.0-dev.5
homepage: https://ferrygraphql.com/
description: Ferry is a simple, powerful GraphQL Client for Flutter and Dart.
repository: https://github.com/gql-dart/ferry
4 changes: 4 additions & 0 deletions packages/ferry_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.0-dev.5

- Update a dependency to the latest release.

## 0.9.0-dev.4

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

0 comments on commit 3fdcff8

Please sign in to comment.