Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami committed Jan 6, 2025
1 parent e6300d7 commit b122d37
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2025-01-06

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`ferry` - `v0.16.1`](#ferry---v0161)
- [`ferry_flutter` - `v0.9.1-dev.2`](#ferry_flutter---v091-dev2)

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.1-dev.2`

---

#### `ferry` - `v0.16.1`

- Bump "ferry" to `0.16.1`.


## 2024-10-23

### 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.16.0-dev.5
ferry: ^0.16.1
hive:
ferry_hive_store:
path_provider:
Expand Down
2 changes: 1 addition & 1 deletion examples/pokemon_explorer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
dependencies:
gql_link: '>=0.5.0 <2.0.0'
gql_http_link: '>=0.4.0 <2.0.0'
ferry: ^0.16.0-dev.5
ferry: ^0.16.1
ferry_hive_store: ^0.6.0-dev.1
ferry_flutter: ^0.9.1-dev.1
hive: ^2.0.0
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.16.1

- Bump "ferry" to `0.16.1`.

## 0.16.0-dev.5

- **REFACTOR**(ferry): Use const to list.
Expand Down
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.16.0-dev.5
version: 0.16.1
homepage: https://ferry.gql-dart.dev
description: Ferry is a simple, powerful GraphQL Client for Flutter and Dart.
repository: https://github.com/gql-dart/ferry
Expand Down
2 changes: 1 addition & 1 deletion packages/ferry_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ topics:
- gql
- ferry
dependencies:
ferry: ^0.16.0-dev.5
ferry: ^0.16.1
gql_exec: '>=0.4.0 <2.0.0'
ferry_exec: ^0.6.1-dev.1
flutter:
Expand Down

0 comments on commit b122d37

Please sign in to comment.