zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.23k stars 608 forks source link

fix(graphql): bump uuid dependency to ^4.0.0 #1393

Closed francescoberardi closed 7 months ago

francescoberardi commented 7 months ago

fix(graphql): bump uuid dependency to ^4.0.0

Fixes #1391

The commit update the uuid dependency to version ^4.0.0. Uuid class now takes a GlobalOptions class instead of a Map<String, dynamic>.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2c1601a) 64.63% compared to head (4fa6dd6) 64.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1393 +/- ## ========================================== - Coverage 64.63% 64.58% -0.05% ========================================== Files 41 41 Lines 1719 1717 -2 ========================================== - Hits 1111 1109 -2 Misses 608 608 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

marc-wilson commented 6 months ago

Can you we get this released?

vincenzopalazzo commented 6 months ago

Can you we get this released?

Yah I will try to do it today!

vincenzopalazzo commented 6 months ago

Released, sorry for delay