From d2d50f73732c61779f4c7d86467fbc89897b254a Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Wed, 17 May 2023 18:31:46 +0200 Subject: [PATCH] docs: generate the changelog for the beta 3 Signed-off-by: Vincenzo Palazzo --- packages/graphql/CHANGELOG.md | 6 ++++++ packages/graphql/changelog.json | 2 +- packages/graphql/pubspec.yaml | 2 +- packages/graphql_flutter/CHANGELOG.md | 6 ++++++ packages/graphql_flutter/changelog.json | 2 +- packages/graphql_flutter/pubspec.yaml | 2 +- 6 files changed, 16 insertions(+), 4 deletions(-) diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 83fd22e5..814f5daa 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,3 +1,9 @@ +# v5.2.0-beta.3 + +## Added +- bump sdk version upper bound to <4.0.0 ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/8bb9ba355e53dccf5e291b1f05171459bf8867ed)). @ndelanou 17-05-2023 + + # v5.2.0-beta.2 ## Added diff --git a/packages/graphql/changelog.json b/packages/graphql/changelog.json index 56266cce..b7991320 100644 --- a/packages/graphql/changelog.json +++ b/packages/graphql/changelog.json @@ -1,6 +1,6 @@ { "package_name": "graphql", - "version": "v5.2.0-beta.2", + "version": "v5.2.0-beta.3", "api": { "name": "github", "repository": "zino-hofmann/graphql-flutter", diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index 5c81caf3..0b03533a 100644 --- a/packages/graphql/pubspec.yaml +++ b/packages/graphql/pubspec.yaml @@ -1,6 +1,6 @@ name: graphql description: A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package. -version: 5.2.0-beta.2 +version: 5.2.0-beta.3 repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues diff --git a/packages/graphql_flutter/CHANGELOG.md b/packages/graphql_flutter/CHANGELOG.md index 1155b95b..10a16657 100644 --- a/packages/graphql_flutter/CHANGELOG.md +++ b/packages/graphql_flutter/CHANGELOG.md @@ -1,3 +1,9 @@ +# v5.2.0-beta.3 + +## Added +- bump sdk version upper bound to <4.0.0 ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/8bb9ba355e53dccf5e291b1f05171459bf8867ed)). @ndelanou 17-05-2023 + + # v5.2.0-beta.2 ## Fixed diff --git a/packages/graphql_flutter/changelog.json b/packages/graphql_flutter/changelog.json index 35715cb8..6e452d11 100644 --- a/packages/graphql_flutter/changelog.json +++ b/packages/graphql_flutter/changelog.json @@ -1,6 +1,6 @@ { "package_name": "graphql_flutter", - "version": "v5.2.0-beta.2", + "version": "v5.2.0-beta.3", "api": { "name": "github", "repository": "zino-hofmann/graphql-flutter", diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index 9e99e337..fb478690 100644 --- a/packages/graphql_flutter/pubspec.yaml +++ b/packages/graphql_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: graphql_flutter description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package. -version: 5.2.0-beta.2 +version: 5.2.0-beta.3 repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues