From 567ae0b8aa40856de7db88b747057d4c9b507627 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 18 Jul 2024 09:09:51 -0700 Subject: [PATCH] rev to 2.3.2 in prep for publishing --- pkgs/graphs/CHANGELOG.md | 2 +- pkgs/graphs/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/graphs/CHANGELOG.md b/pkgs/graphs/CHANGELOG.md index b0cd3f680..6d0c36c7e 100644 --- a/pkgs/graphs/CHANGELOG.md +++ b/pkgs/graphs/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.3.2-wip +## 2.3.2 - Require Dart 3.4 - Update to the latest version of `package:dart_flutter_team_lints`. diff --git a/pkgs/graphs/pubspec.yaml b/pkgs/graphs/pubspec.yaml index bd4dd09fa..3696467d3 100644 --- a/pkgs/graphs/pubspec.yaml +++ b/pkgs/graphs/pubspec.yaml @@ -1,6 +1,6 @@ name: graphs -version: 2.3.2-wip -description: Graph algorithms that operate on graphs in any representation +version: 2.3.2 +description: Graph algorithms that operate on graphs in any representation. repository: https://github.com/dart-lang/tools/tree/main/pkgs/graphs environment: