Skip to content

Commit e3c00e1

Browse files
committed
prep 8 release
1 parent 78f23ef commit e3c00e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 8.0.0-nullsafe.2
1+
## 8.0.0
22
- Allow start page, per_page, number of pages options to pagination helper
33
- Allow page options for listTags
44

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: github
2-
version: 8.0.0-nullsafe.2
2+
version: 8.0.0
33
description: A high-level GitHub API Client Library that uses Github's v3 API
44
homepage: https://github.com/SpinlockLabs/github.dart
55

66
environment:
7-
sdk: '>=2.12.0-259.12.beta <3.0.0'
7+
sdk: '>=2.12.0 <3.0.0'
88

99
dependencies:
1010
collection: ^1.15.0
@@ -18,7 +18,7 @@ dev_dependencies:
1818
build_test: any
1919
build_web_compilers: any
2020
json_serializable: ^4.0.0
21-
mockito: ^5.0.0-nullsafety.5
21+
mockito: ^5.0.0
2222
pedantic: ^1.10.0
2323
test: ^1.16.0
2424
yaml: ^3.0.0

0 commit comments

Comments
 (0)