Skip to content

Commit

Permalink
Fix dependencies versions in leancode debug page (#438)
Browse files Browse the repository at this point in the history
* Update pubspec.yaml

* Bump package version

* Update changelog
  • Loading branch information
Sosssen authored Feb 19, 2025
1 parent 96684cd commit 6fb4653
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/leancode_debug_page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.1

- Downgrade `sensors_plus` dependency to `^6.0.0`
- Downgrade `share_plus` dependency to `^10.0.0`

## 2.1.0

- Bump minimum Flutter version to 3.27.0
Expand Down
6 changes: 3 additions & 3 deletions packages/leancode_debug_page/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: leancode_debug_page
version: 2.1.0
version: 2.1.1
homepage: https://github.com/leancodepl/flutter_corelibrary/tree/master/packages/leancode_debug_page
repository: https://github.com/leancodepl/flutter_corelibrary
description: >-
Expand All @@ -15,8 +15,8 @@ dependencies:
http: ^1.1.0
logging: ^1.2.0
rxdart: ^0.28.0
sensors_plus: ^6.1.1
share_plus: ^10.1.4
sensors_plus: ^6.0.0
share_plus: ^10.0.0

dev_dependencies:
custom_lint: ^0.7.0
Expand Down

0 comments on commit 6fb4653

Please sign in to comment.