Skip to content

Commit e82709a

Browse files
authored
deps: update package_info_plus range to include 7 (#1984)
* Update range to include 7 * Update CHANGELOG
1 parent 6daa837 commit e82709a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
### Dependencies
1414

15+
- Expand dependency range of `package_info_plus` to include major version 7 ([#1984](https://github.com/getsentry/sentry-dart/pull/1984))
1516
- Bump Android SDK from v7.6.0 to v7.8.0 ([#1977](https://github.com/getsentry/sentry-dart/pull/1977))
1617
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780)
1718
- [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.8.0)

flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
flutter_web_plugins:
1717
sdk: flutter
1818
sentry: 7.19.0
19-
package_info_plus: '>=1.0.0 <7.0.0'
19+
package_info_plus: '>=1.0.0 <8.0.0'
2020
meta: ^1.3.0
2121
ffi: ^2.0.0
2222

0 commit comments

Comments
 (0)