From a9f78a7a60419c95ba5db3edb99787aa617cef02 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Wed, 18 Mar 2026 00:45:05 +0000 Subject: [PATCH 1/2] Prepare to publish --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b8e927..cdfdbecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.3.0-wip +## 2.3.0 - Add `leftTranslateByVector2` method to `Matrix4`. Equivalent to the `leftTranslate` set of methods, that multiplies this matrix by a translation matrix from the left. diff --git a/pubspec.yaml b/pubspec.yaml index 07f8d415..2924df32 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: vector_math -version: 2.3.0-wip +version: 2.3.0 description: A Vector Math library for 2D and 3D applications. repository: https://github.com/google/vector_math.dart From 809c6b1e341ab762276e8769c463068921b30fe0 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Wed, 18 Mar 2026 21:44:41 +0000 Subject: [PATCH 2/2] Code block ticks in changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfdbecc..cb9248a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - Add `leftTranslateByVector2` method to `Matrix4`. Equivalent to the `leftTranslate` set of methods, that multiplies this matrix by a translation matrix from the left. - Added `Matrix4.leftMultiply` method. -- Add translateByVector2 method to Matrix4. +- Add `translateByVector2` method to `Matrix4`. - Require `sdk: ^3.7.0`. ## 2.2.0