Skip to content

Commit a62c9e8

Browse files
authored
Fix: drift_sqlite_async version (#73)
* Bump sqlite_async to v0.10.0 * chore(release): publish packages - [email protected] * Fix sqlite_async version
1 parent 490e5c3 commit a62c9e8

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

Diff for: CHANGELOG.md

+28
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-10-28
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+
- [`drift_sqlite_async` - `v0.2.0-alpha.2`](#drift_sqlite_async---v020-alpha2)
19+
- [`sqlite_async` - `v0.10.0`](#sqlite_async---v0100)
20+
21+
---
22+
23+
#### `drift_sqlite_async` - `v0.2.0-alpha.2`
24+
25+
- Bump sqlite_async to v0.10.0
26+
27+
#### `sqlite_async` - `v0.10.0`
28+
29+
- Add the `exposeEndpoint()` method available on web databases. It returns a serializable
30+
description of the database endpoint that can be sent across workers.
31+
This allows sharing an opened database connection across workers.
32+
33+
634
## 2024-09-03
735

836
### Changes

Diff for: packages/drift_sqlite_async/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0-alpha.2
2+
3+
- Bump `sqlite_async` to v0.10.0
4+
15
## 0.2.0-alpha.1
26

37
- Support `drift` version >=2.19 and `web` v1.0.0.

Diff for: packages/drift_sqlite_async/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: drift_sqlite_async
2-
version: 0.2.0-alpha.1
2+
version: 0.2.0-alpha.2
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.9.0
18+
sqlite_async: ^0.10.0
1919
dev_dependencies:
2020
build_runner: ^2.4.8
2121
drift_dev: ">=2.19.0 <3.0.0"

0 commit comments

Comments
 (0)