Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkgs/graphs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.3.3-wip

## 2.3.2

- Require Dart 3.4
Expand Down
2 changes: 2 additions & 0 deletions pkgs/graphs/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ analyzer:
strict-raw-types: true
errors:
sort_pub_dependencies: ignore
# https://github.com/dart-lang/sdk/issues/56465
unintended_html_in_doc_comment: ignore

linter:
rules:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/graphs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down