Skip to content

Commit

Permalink
v0.9.1; bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Oct 28, 2024
1 parent a804199 commit 8b40681
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions packages/sqlite_async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## 0.9.1

- Support version ^0.2.0 of package:sqlite3_web
- Fix update notifications to only fire outside transactions
- Fix update notifications to be debounced on web

## 0.9.0

- Support the latest version of package:web and package:sqlite3_web
- Support the latest version of package:web and package:sqlite3_web

- Export sqlite3 `open` for packages that depend on `sqlite_async`
- Export sqlite3 `open` for packages that depend on `sqlite_async`

## 0.8.3

- Updated web database implementation for get and getOptional. Fixed refreshSchema not working in web.
- Updated web database implementation for get and getOptional. Fixed refreshSchema not working in web.

## 0.8.2

Expand Down
6 changes: 3 additions & 3 deletions packages/sqlite_async/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sqlite_async
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
version: 0.9.0
version: 0.9.1
repository: https://github.com/powersync-ja/sqlite_async.dart
environment:
sdk: ">=3.4.0 <4.0.0"
Expand All @@ -12,8 +12,8 @@ topics:
- flutter

dependencies:
sqlite3: "^2.4.4"
sqlite3_web: ^0.1.3
sqlite3: "^2.4.7"
sqlite3_web: ^0.2.0
async: ^2.10.0
collection: ^1.17.0
mutex: ^3.1.0
Expand Down

0 comments on commit 8b40681

Please sign in to comment.