Skip to content

Commit

Permalink
update min SDK and deps (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jan 17, 2024
1 parent 136b462 commit 8191856
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [3.0.0, dev]
sdk: [3.2, dev]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.0.1-dev
## 3.0.1-wip

- require at least Dart 3.0
- require at least Dart 3.2
- Allow latest `pkg:http`.

## 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: pubviz
version: 3.0.1-dev
version: 3.0.1-wip
description: >-
A tool to visualize package dependencies and version constraints in your Dart
project.
homepage: https://github.com/kevmoo/pubviz

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
args: ^2.0.0
Expand All @@ -29,7 +29,7 @@ dev_dependencies:
build_version: ^2.0.0
build_web_compilers: ^4.0.0
dart_flutter_team_lints: ^2.0.0
js: ^0.6.1
js: ^0.7.0
test: ^1.0.0
test_descriptor: ^2.0.0
test_process: ^2.0.0
Expand Down

0 comments on commit 8191856

Please sign in to comment.