diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ebe7a8af..e4145684e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -146,7 +146,7 @@ jobs: cd packages/graphql VERSION=${CIRCLE_TAG%"@beta"} - VERSION=${CIRCLE_TAG#"v"} + VERSION=${VERSION#"v"} # patch version ~/yq w pubspec.yaml version $VERSION > patched_pubspec.yaml @@ -158,7 +158,7 @@ jobs: cd packages/graphql_flutter VERSION=${CIRCLE_TAG%"@beta"} - VERSION=${CIRCLE_TAG#"v"} + VERSION=${VERSION#"v"} # patch version ~/yq w pubspec.yaml version $VERSION > patched_pubspec.yaml diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index bfbe8a118..586a516e6 100644 --- a/packages/graphql/pubspec.yaml +++ b/packages/graphql/pubspec.yaml @@ -1,7 +1,7 @@ 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: 1.0.1-beta.3@beta +version: 1.0.1-beta.3 authors: - Eus Dima - Zino Hofmann diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index 65a027604..08b13e960 100644 --- a/packages/graphql_flutter/pubspec.yaml +++ b/packages/graphql_flutter/pubspec.yaml @@ -1,14 +1,14 @@ 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: 1.0.1-beta.3@beta +version: 1.0.1-beta.3 authors: - Eus Dima - Zino Hofmann - Michael Joseph Rosenthal homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter dependencies: - graphql: ^1.0.1-beta.3@beta + graphql: ^1.0.1-beta.3 flutter: sdk: flutter meta: ^1.1.6