Skip to content

Commit

Permalink
chore(fresh_graphql): v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jul 25, 2023
1 parent cb5a3bb commit 36d497b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/fresh_graphql/CHANGELOG.md
@@ -1,3 +1,14 @@
# 0.6.0

- **BREAKING**: deps: remove `package:graphql` dependency
- deps: upgrade dependencies
- `gql_exec: ^1.0.0`
- `gql_link: ^1.0.0`
- `http: ^1.0.0`
- docs: minor updates to `LICENSE` and `README`
- chore: adjust dart sdk constraint to `">=2.15.0 <4.0.0"`
- chore: use more strict analysis options

# 0.5.2

- feat: upgrade dependencies
Expand Down
5 changes: 2 additions & 3 deletions packages/fresh_graphql/README.md
@@ -1,9 +1,8 @@
# fresh_graphql 🍋

[![Pub](https://img.shields.io/pub/v/fresh_graphql.svg)](https://pub.dev/packages/fresh_graphql)
[![build](https://github.com/felangel/fresh/workflows/build/badge.svg)](https://github.com/felangel/fresh/actions)
[![coverage](https://github.com/felangel/fresh/blob/master/packages/fresh_graphql/coverage_badge.svg)](https://github.com/felangel/fresh/actions)
[![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://github.com/tenhobi/effective_dart)
[![fresh_graphql](https://github.com/felangel/fresh/actions/workflows/fresh_graphql.yaml/badge.svg)](https://github.com/felangel/fresh/actions/workflows/fresh_graphql.yaml)
[![coverage](https://raw.githubusercontent.com/felangel/fresh/master/packages/fresh_graphql/coverage_badge.svg)](https://github.com/felangel/fresh/actions)
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)

---
Expand Down
2 changes: 1 addition & 1 deletion packages/fresh_graphql/pubspec.yaml
Expand Up @@ -4,7 +4,7 @@ repository: https://github.com/felangel/fresh
issue_tracker: https://github.com/felangel/fresh/issues
homepage: https://github.com/felangel/fresh

version: 0.5.2
version: 0.6.0

environment:
sdk: ">=2.15.0 <4.0.0"
Expand Down

0 comments on commit 36d497b

Please sign in to comment.