Skip to content

Commit

Permalink
Update package_info_plus (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Oct 19, 2022
1 parent 870f5eb commit ef2f368
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixes

- Avoid dependency conflict with package_info_plus v3 ([#1084](https://github.com/getsentry/sentry-dart/pull/1084))

## 6.13.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
provider: ^6.0.0
dio: ^4.0.0
logging: ^1.0.2
package_info_plus: ^2.0.0
package_info_plus: ^3.0.0

dev_dependencies:
pedantic: ^1.11.1
Expand Down
2 changes: 1 addition & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
sentry: 6.13.0
package_info_plus: '>=1.0.0 <3.0.0'
package_info_plus: '>=1.0.0 <4.0.0'
meta: ^1.3.0

dev_dependencies:
Expand Down

0 comments on commit ef2f368

Please sign in to comment.