Skip to content

Commit

Permalink
Dependency update (#23)
Browse files Browse the repository at this point in the history
* Update dependencies

* Bump to 0.4.2

* Decrease required pub points
  • Loading branch information
fujidaiti authored May 17, 2024
1 parent 0f358f8 commit 904b409
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Analize
working-directory: ${{ env.package_dir }}
run: pana --exit-code-threshold 0 --no-warning
run: pana --exit-code-threshold 10 --no-warning

- name: Dry run
working-directory: ${{ env.package_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Analize
working-directory: ${{ env.package_dir }}
run: pana --exit-code-threshold 0 --no-warning
run: pana --exit-code-threshold 10 --no-warning

- name: Tests
working-directory: ${{ env.package_dir }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.4.2 May 18, 2024

Dependency updates.

## 0.4.1 December 16, 2023

Just some documentation improvements. There are no functional changes.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: primer_progress_bar
description: Unofficial Flutter implementation of the progress bar defined in GitHub Primer Design System.
version: 0.4.1
version: 0.4.2
repository: https://github.com/fujidaiti/primer_progress_bar

environment:
Expand All @@ -10,11 +10,11 @@ environment:
dependencies:
flutter:
sdk: flutter
meta: ^1.9.1
meta: ^1.12.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_lints: ^4.0.0
mockito: ^5.4.2
build_runner: ^2.4.6

0 comments on commit 904b409

Please sign in to comment.