Skip to content

Commit 8b1d298

Browse files
committed
deps: update package_info_plus constraints (#1749)
* Update constraints * Update CHANGELOG
1 parent f684853 commit 8b1d298

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Dependencies
1010

11+
- Update package-info-plus constraint to include 5.0.1 ([#1749](https://github.com/getsentry/sentry-dart/pull/1749))
1112
- Bump Android SDK from v6.33.1 to v6.34.0 ([#1746](https://github.com/getsentry/sentry-dart/pull/1746))
1213
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6340)
1314
- [diff](https://github.com/getsentry/sentry-java/compare/6.33.1...6.34.0)

flutter/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
flutter_web_plugins:
1717
sdk: flutter
1818
sentry: 7.13.1
19-
package_info_plus: '>=1.0.0 <5.0.0'
19+
package_info_plus: '>=1.0.0 <=5.0.1'
2020
meta: ^1.3.0
2121
ffi: ^2.0.0
2222

0 commit comments

Comments
 (0)