Skip to content

Commit 15643ff

Browse files
committed
published stable versions of nullsafety packages
1 parent b761664 commit 15643ff

File tree

18 files changed

+67
-67
lines changed

18 files changed

+67
-67
lines changed

codegen/end_to_end_test/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ environment:
88
dependencies:
99
built_collection: ^5.0.0
1010
built_value: ^8.0.6
11-
gql_exec: ^0.3.0-nullsafety.2
12-
gql_build: ^0.2.0-nullsafety.1
13-
gql_code_builder: ^0.2.0-nullsafety.1
11+
gql_exec: ^0.3.0
12+
gql_build: ^0.2.0
13+
gql_code_builder: ^0.2.0
1414
dev_dependencies:
1515
build: ^2.0.0
1616
build_runner: ^2.0.0

codegen/gql_build/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gql_build
2-
version: 0.2.0-nullsafety.1
2+
version: 0.2.0
33
description: Useful builders for your GraphQL SDL and documents. Based on package:gql_code_builder and package:build
44
repository: https://github.com/gql-dart/gql
55
environment:
@@ -13,8 +13,8 @@ dependencies:
1313
code_builder: ^4.0.0
1414
dart_style: ^2.0.0
1515
glob: ^2.0.0
16-
gql: ^0.13.0-nullsafety.2
17-
gql_code_builder: ^0.2.0-nullsafety.1
16+
gql: ^0.13.0
17+
gql_code_builder: ^0.2.0
1818
path: ^1.8.0
1919
yaml: ^3.1.0
2020
dev_dependencies:

codegen/gql_code_builder/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gql_code_builder
2-
version: 0.2.0-nullsafety.1
2+
version: 0.2.0
33
description: Dart code builders taking *.graphql documents and SDL to build useful classes.
44
repository: https://github.com/gql-dart/gql
55
environment:
@@ -10,10 +10,10 @@ dependencies:
1010
built_value: ^8.0.6
1111
code_builder: ^4.0.0
1212
collection: ^1.15.0
13-
gql: ^0.13.0-nullsafety.2
14-
gql_exec: ^0.3.0-nullsafety.2
13+
gql: ^0.13.0
14+
gql_exec: ^0.3.0
1515
path: ^1.8.0
16-
recase: ^4.0.0-nullsafety.0
16+
recase: ^4.0.0
1717
dev_dependencies:
1818
build_runner: ^2.0.0
1919
gql_pedantic: ^1.0.2

examples/gql_example_build/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ environment:
33
sdk: '>=2.12.0 <3.0.0'
44
dev_dependencies:
55
build_runner: ^2.0.0
6-
gql_build: ^0.2.0-nullsafety.0
6+
gql_build: ^0.2.0
77
gql_pedantic: ^1.0.2
88
test: ^1.0.0

examples/gql_example_cli/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ environment:
33
sdk: '>=2.12.0 <3.0.0'
44
dependencies:
55
args: ^2.0.0
6-
gql: ^0.13.0-nullsafety.2
7-
gql_exec: ^0.3.0-nullsafety.2
8-
gql_http_link: ^0.4.0-nullsafety.1
9-
gql_link: ^0.4.0-nullsafety.3
6+
gql: ^0.13.0
7+
gql_exec: ^0.3.0
8+
gql_http_link: ^0.4.0
9+
gql_link: ^0.4.0
1010
dev_dependencies:
1111
build_runner: ^2.0.0
12-
gql_build: ^0.2.0-nullsafety.0
12+
gql_build: ^0.2.0
1313
gql_pedantic: ^1.0.2

examples/gql_example_cli_github/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ environment:
33
sdk: '>=2.12.0 <3.0.0'
44
dependencies:
55
args: ^2.0.0
6-
gql: ^0.13.0-nullsafety.2
7-
gql_exec: ^0.3.0-nullsafety.2
8-
gql_http_link: ^0.4.0-nullsafety.1
9-
gql_transform_link: ^0.2.0-nullsafety.1
6+
gql: ^0.13.0
7+
gql_exec: ^0.3.0
8+
gql_http_link: ^0.4.0
9+
gql_transform_link: ^0.2.0
1010
dev_dependencies:
1111
build_runner: ^2.0.0
12-
gql_build: ^0.2.0-nullsafety.0
12+
gql_build: ^0.2.0
1313
gql_pedantic: ^1.0.2

examples/gql_example_dio_link/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
sdk: '>=2.7.0 <3.0.0'
55
dependencies:
66
dio: ^4.0.0
7-
gql: ^0.13.0-nullsafety.1
8-
gql_link: ^0.4.0-nullsafety.1
9-
gql_exec: ^0.3.0-nullsafety.1
10-
gql_dio_link: ^0.1.0-nullsafety.1
7+
gql: ^0.13.0
8+
gql_link: ^0.4.0
9+
gql_exec: ^0.3.0
10+
gql_dio_link: ^0.1.0

examples/gql_example_flutter/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ version: 1.0.0+1
33
environment:
44
sdk: '>=2.12.0 <3.0.0'
55
dependencies:
6-
gql: ^0.13.0-nullsafety.2
7-
gql_link: ^0.4.0-nullsafety.3
8-
gql_http_link: ^0.4.0-nullsafety.1
9-
gql_exec: ^0.3.0-nullsafety.2
6+
gql: ^0.13.0
7+
gql_link: ^0.4.0
8+
gql_http_link: ^0.4.0
9+
gql_exec: ^0.3.0
1010
cupertino_icons: ^1.0.2
1111
flutter:
1212
sdk: flutter
1313
dev_dependencies:
1414
build_runner: ^1.11.1
1515
gql_pedantic: ^1.0.2
16-
gql_build: ^0.2.0-nullsafety.0
16+
gql_build: ^0.2.0
1717
flutter_test:
1818
sdk: flutter
1919
flutter:

examples/gql_example_http_auth_link/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: gql_example_http_auth_link
22
environment:
33
sdk: '>=2.12.0 <3.0.0'
44
dependencies:
5-
gql: ^0.13.0-nullsafety.2
6-
gql_error_link: ^0.2.0-nullsafety.1
7-
gql_exec: ^0.3.0-nullsafety.2
8-
gql_http_link: ^0.4.0-nullsafety.1
9-
gql_link: ^0.4.0-nullsafety.3
10-
gql_transform_link: ^0.2.0-nullsafety.1
5+
gql: ^0.13.0
6+
gql_error_link: ^0.2.0
7+
gql_exec: ^0.3.0
8+
gql_http_link: ^0.4.0
9+
gql_link: ^0.4.0
10+
gql_transform_link: ^0.2.0
1111
http: ^0.13.1
1212
dev_dependencies:
13-
gql_build: ^0.2.0-nullsafety.0
13+
gql_build: ^0.2.0
1414
gql_pedantic: ^1.0.2

gql/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gql
2-
version: 0.13.0-nullsafety.2
2+
version: 0.13.0
33
description: GraphQL tools for parsing, transforming and printing GraphQL documents.
44
repository: https://github.com/gql-dart/gql
55
environment:

0 commit comments

Comments
 (0)