diff --git a/pkgs/graphs/CHANGELOG.md b/pkgs/graphs/CHANGELOG.md index 6d0c36c7e..314ec1b73 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 872953afe..0e3a99607 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 3696467d3..5b5457a75 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