diff --git a/pkgs/graphs/CHANGELOG.md b/pkgs/graphs/CHANGELOG.md index 6d0c36c7..314ec1b7 100644 --- a/pkgs/graphs/CHANGELOG.md +++ b/pkgs/graphs/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.3.3-wip + ## 2.3.2 - Require Dart 3.4 diff --git a/pkgs/graphs/analysis_options.yaml b/pkgs/graphs/analysis_options.yaml index 872953af..0e3a9960 100644 --- a/pkgs/graphs/analysis_options.yaml +++ b/pkgs/graphs/analysis_options.yaml @@ -6,6 +6,7 @@ analyzer: strict-raw-types: true errors: sort_pub_dependencies: ignore + unintended_html_in_doc_comment: ignore linter: rules: diff --git a/pkgs/graphs/pubspec.yaml b/pkgs/graphs/pubspec.yaml index 3696467d..5b5457a7 100644 --- a/pkgs/graphs/pubspec.yaml +++ b/pkgs/graphs/pubspec.yaml @@ -1,5 +1,5 @@ name: graphs -version: 2.3.2 +version: 2.3.3-wip description: Graph algorithms that operate on graphs in any representation. repository: https://github.com/dart-lang/tools/tree/main/pkgs/graphs