Skip to content

Commit ce0750e

Browse files
committed
chore(release): publish packages
- sqlite_async@0.11.0 - drift_sqlite_async@0.2.0-alpha.4
1 parent c06e4ec commit ce0750e

File tree

5 files changed

+39
-3
lines changed

5 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-11-06
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`sqlite_async` - `v0.11.0`](#sqlite_async---v0110)
19+
- [`drift_sqlite_async` - `v0.2.0-alpha.4`](#drift_sqlite_async---v020-alpha4)
20+
21+
Packages with dependency updates only:
22+
23+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24+
25+
- `drift_sqlite_async` - `v0.2.0-alpha.4`
26+
27+
---
28+
29+
#### `sqlite_async` - `v0.11.0`
30+
31+
- Automatically flush IndexedDB storage to fix durability issues
32+
33+
634
## 2024-11-01
735

836
### Changes

packages/drift_sqlite_async/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0-alpha.4
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.2.0-alpha.3
26

37
- Bump `sqlite_async` to v0.10.1

packages/drift_sqlite_async/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: drift_sqlite_async
2-
version: 0.2.0-alpha.3
2+
version: 0.2.0-alpha.4
33
homepage: https://github.com/powersync-ja/sqlite_async.dart
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
description: Use Drift with a sqlite_async database, allowing both to be used in the same application.
@@ -15,7 +15,7 @@ environment:
1515
sdk: ">=3.0.0 <4.0.0"
1616
dependencies:
1717
drift: ">=2.19.0 <3.0.0"
18-
sqlite_async: ^0.10.1
18+
sqlite_async: ^0.11.0
1919
dev_dependencies:
2020
build_runner: ^2.4.8
2121
drift_dev: ">=2.19.0 <3.0.0"

packages/sqlite_async/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.11.0
2+
3+
- Automatically flush IndexedDB storage to fix durability issues
4+
15
## 0.10.1
26

37
- For database setups not using a shared worker, use a `BroadcastChannel` to share updates across different tabs.

packages/sqlite_async/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite_async
22
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
3-
version: 0.10.1
3+
version: 0.11.0
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
environment:
66
sdk: ">=3.4.0 <4.0.0"

0 commit comments

Comments
 (0)