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 Feb 12, 2024
1 parent 814fe90 commit c45d839
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 19 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-02-12

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`ferry_exec` - `v0.6.1-dev.0+1`](#ferry_exec---v061-dev01)
- [`ferry_cache` - `v0.9.0-dev.1`](#ferry_cache---v090-dev1)
- [`ferry_generator` - `v0.10.0-dev.1`](#ferry_generator---v0100-dev1)
- [`ferry_test_graphql2` - `v0.3.0-dev.1`](#ferry_test_graphql2---v030-dev1)
- [`ferry` - `v0.16.0-dev.1`](#ferry---v0160-dev1)
- [`ferry_flutter` - `v0.9.0-dev.2`](#ferry_flutter---v090-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_cache` - `v0.9.0-dev.1`
- `ferry_generator` - `v0.10.0-dev.1`
- `ferry_test_graphql2` - `v0.3.0-dev.1`
- `ferry` - `v0.16.0-dev.1`
- `ferry_flutter` - `v0.9.0-dev.2`

---

#### `ferry_exec` - `v0.6.1-dev.0+1`

- **DOCS**(ferry_exec): fix typo.


## 2024-02-12

### 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.0+2
ferry: ^0.16.0-dev.1
hive:
ferry_hive_store:
path_provider:
Expand Down
6 changes: 3 additions & 3 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.16.0-dev.0+2
ferry: ^0.16.0-dev.1
ferry_hive_store: ^0.5.2
ferry_flutter: ^0.9.0-dev.1
ferry_flutter: ^0.9.0-dev.2
hive: ^2.0.0
hive_flutter: ^1.1.0
get_it: ^7.1.3
Expand All @@ -20,7 +20,7 @@ dependencies:
dev_dependencies:
flutter_lints: 2.0.1
build_runner: ^2.0.2
ferry_generator: ^0.10.0-dev.0+1
ferry_generator: ^0.10.0-dev.1
flutter_test:
sdk: flutter
gql_exec: ^1.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.0-dev.1

- Update a dependency to the latest release.

## 0.16.0-dev.0+2

- Update a dependency to the latest release.
Expand Down
8 changes: 4 additions & 4 deletions 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.0+2
version: 0.16.0-dev.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 @@ -19,15 +19,15 @@ dependencies:
collection: ^1.15.0
hive: ^2.0.0
built_value: ^8.0.4
ferry_exec: ^0.6.1
ferry_exec: ^0.6.1-dev.0+1
normalize: ^0.9.1
ferry_cache: ^0.9.0-dev.0+2
ferry_cache: ^0.9.0-dev.1
dev_dependencies:
test: ^1.16.8
mockito: ^5.3.1
build_test: ^2.0.0
built_value_generator: ^8.0.4
ferry_test_graphql2: ^0.3.0-dev.0+1
ferry_test_graphql2: ^0.3.0-dev.1
pedantic: ^1.11.0
async: ^2.5.0
build_runner: ^2.0.2
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.9.0-dev.1

- Update a dependency to the latest release.

## 0.9.0-dev.0+2

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/ferry_cache/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ferry_cache
version: 0.9.0-dev.0+2
version: 0.9.0-dev.1
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 @@ -10,7 +10,7 @@ topics:
- gql
- ferry
dependencies:
ferry_exec: ^0.6.1
ferry_exec: ^0.6.1-dev.0+1
meta: ^1.3.0
rxdart: ^0.27.1
normalize: ^0.9.1
Expand All @@ -19,7 +19,7 @@ dependencies:
pedantic: ^1.11.0
dev_dependencies:
test: ^1.16.8
ferry_test_graphql2: ^0.3.0-dev.0+1
ferry_test_graphql2: ^0.3.0-dev.1
gql_exec: ^1.0.0
gql: ^1.0.0
gql_tristate_value: ^1.0.0
4 changes: 4 additions & 0 deletions packages/ferry_exec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.1-dev.0+1

- **DOCS**(ferry_exec): fix typo.

## 0.6.1

- Graduate package to a stable release. See pre-releases prior to this version for changelog
Expand Down
2 changes: 1 addition & 1 deletion packages/ferry_exec/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ferry_exec
version: 0.6.1
version: 0.6.1-dev.0+1
homepage: https://ferrygraphql.com/
description: A strongly typed execution interface for GraphQL operations
repository: https://github.com/gql-dart/ferry
Expand Down
6 changes: 3 additions & 3 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.1
version: 0.9.0-dev.2
homepage: https://ferrygraphql.com/
description: Flutter widgets for the Ferry GraphQL client
repository: https://github.com/gql-dart/ferry
Expand All @@ -10,9 +10,9 @@ topics:
- gql
- ferry
dependencies:
ferry: ^0.16.0-dev.0+2
ferry: ^0.16.0-dev.1
gql_exec: '>=0.4.0 <2.0.0'
ferry_exec: ^0.6.1
ferry_exec: ^0.6.1-dev.0+1
flutter:
sdk: flutter
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/ferry_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.0-dev.1

- Update a dependency to the latest release.

## 0.10.0-dev.0+1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/ferry_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ferry_generator
version: 0.10.0-dev.0+1
version: 0.10.0-dev.1
homepage: https://ferrygraphql.com/
description: Generated types for Ferry GraphQL Client
repository: https://github.com/gql-dart/ferry
Expand All @@ -18,7 +18,7 @@ dependencies:
code_builder: ^4.3.0
build: ^2.0.0
path: ^1.8.0
ferry_exec: ^0.6.1
ferry_exec: ^0.6.1-dev.0+1
yaml: ^3.1.0
dart_style: ^2.3.2
glob: ^2.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/ferry_test_graphql2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0-dev.1

- Update a dependency to the latest release.

## 0.3.0-dev.0+1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/ferry_test_graphql2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ferry_test_graphql2
version: 0.3.0-dev.0+1
version: 0.3.0-dev.1
description: Example GraphQL Operations, used in Ferry tests
repository: https://github.com/gql-dart/ferry
environment:
Expand All @@ -9,7 +9,7 @@ dependencies:
gql: '>=0.14.0 <2.0.0'
gql_exec: '>=0.4.0 <2.0.0'
gql_link: '>=0.5.0 <2.0.0'
ferry_exec: ^0.6.1
ferry_exec: ^0.6.1-dev.0+1
built_value: ^8.0.4
built_collection: ^5.0.0
gql_code_builder: ^0.10.0
Expand Down

0 comments on commit c45d839

Please sign in to comment.