Skip to content

Commit f9a4b82

Browse files
authored
Prepare for the 2.11 dev SDKs (#233)
Bump the upper bound to allow 2.10 stable and 2.11.0 dev SDK versions.
1 parent af41953 commit f9a4b82

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v 2.1.0-nullsafety.3
2+
3+
* Allow 2.10 stable and 2.11.0 dev SDK versions.
4+
15
## v 2.1.0-nullsafety.2
26

37
* Update for the 2.10 dev sdk.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: vector_math
2-
version: 2.1.0-nullsafety.2
2+
version: 2.1.0-nullsafety.3
33
description: A Vector Math library for 2D and 3D applications.
44
homepage: https://github.com/google/vector_math.dart
55

66
environment:
77
# This must remain a tight constraint until nnbd is stable
8-
sdk: '>=2.10.0-0 <2.10.0'
8+
sdk: '>=2.10.0-0 <2.11.0'
99

1010
dev_dependencies:
1111
benchmark_harness: any

0 commit comments

Comments
 (0)