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 Nov 11, 2023
1 parent 68c88a0 commit a4bc375
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 8 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
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:

- There are no breaking changes in this release.

Packages with other changes:

- [`ferry` - `v0.15.0+1`](#ferry---v01501)
- [`ferry_cache` - `v0.8.0`](#ferry_cache---v080)
- [`ferry_flutter` - `v0.9.0`](#ferry_flutter---v090)

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

- `ferry` - `v0.15.0+1`
- `ferry_cache` - `v0.8.0`
- `ferry_flutter` - `v0.9.0`

---

#### `ferry` - `v0.15.0+1`

#### `ferry_cache` - `v0.8.0`

#### `ferry_flutter` - `v0.9.0`


## 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-dev.0+1
ferry: ^0.15.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-dev.0+1
ferry: ^0.15.0+1
ferry_hive_store: ^0.5.1
ferry_flutter: ^0.9.0-dev.0
ferry_flutter: ^0.9.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+1

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

## 0.15.0-dev.0+1

- Update a dependency to the latest release.
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-dev.0+1
version: 0.15.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.8.0-dev.0
ferry_cache: ^0.8.0
dev_dependencies:
test: ^1.16.8
mockito: ^5.3.1
Expand Down
4 changes: 4 additions & 0 deletions packages/ferry_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

## 0.8.0-dev.0

> 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.8.0-dev.0
version: 0.8.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
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

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

## 0.9.0-dev.0

> Note: This release has breaking changes.
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.9.0-dev.0
version: 0.9.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-dev.0+1
ferry: ^0.15.0+1
gql_exec: '>=0.4.0 <2.0.0'
ferry_exec: ^0.5.0
flutter:
Expand Down

0 comments on commit a4bc375

Please sign in to comment.