From 2c16283f24ba28b31c14b72168ccf05b57cf05ac Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 18 Oct 2023 07:05:40 -0700 Subject: [PATCH] Allow latest pkg:build_web_compilers, bump min SDK to v3 (#299) --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d7cc3e7..d4470dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - sdk: [2.19.0, dev] + sdk: [3.0.0, dev] steps: # These are the latest versions of the github actions; dependabot will diff --git a/CHANGELOG.md b/CHANGELOG.md index 152d7507..f589437c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## 2.1.5 +## 2.1.5-dev -- Require Dart 2.19 +- Require Dart 3.0 ## 2.1.4 diff --git a/pubspec.yaml b/pubspec.yaml index 2d714338..e50ba7c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,13 +4,13 @@ description: A Vector Math library for 2D and 3D applications. repository: https://github.com/google/vector_math.dart environment: - sdk: ">=2.19.0 <3.0.0" + sdk: ^3.0.0 dev_dependencies: benchmark_harness: ^2.0.0 build_runner: ^2.0.0 build_test: ^2.0.0 - build_web_compilers: ^3.0.0 + build_web_compilers: ^4.0.0 dart_flutter_team_lints: ^1.0.0 path: ^1.8.0 test: ^1.16.0