Skip to content

Commit

Permalink
fix: sqflite min version (#2075)
Browse files Browse the repository at this point in the history
* Update

* Update CHANGELOG

* update

* Update CHANGELOG

* test

* Update

* Update

* Update
  • Loading branch information
buenaflor committed Jun 10, 2024
1 parent 43abc4f commit 5688488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

### Dependencies

- Bump `sqflite` minimum version from `^2.0.0` to `^2.2.8` ([#2075](https://github.com/getsentry/sentry-dart/pull/2075))
- This is not a breaking change since we are using api internally that is only valid from that version.
- Bump Cocoa SDK from v8.25.2 to v8.26.0 ([#2060](https://github.com/getsentry/sentry-dart/pull/2060))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8260)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.25.2...8.26.0)
Expand Down
2 changes: 1 addition & 1 deletion sqflite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ platforms:

dependencies:
sentry: 8.2.0
sqflite: ^2.0.0
sqflite: ^2.2.8
sqflite_common: ^2.0.0
meta: ^1.3.0
path: ^1.8.3
Expand Down

0 comments on commit 5688488

Please sign in to comment.