Skip to content

Commit 87d3d12

Browse files
committed
Fixed changelog entry.
1 parent 2d99ceb commit 87d3d12

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1111

1212
Packages with breaking changes:
1313

14-
- There are no breaking changes in this release.
14+
- There are no breaking changes in this release.
1515

1616
Packages with other changes:
1717

18-
- [`sqlite_async` - `v0.8.2`](#sqlite_async---v082)
19-
- [`drift_sqlite_async` - `v0.1.0-alpha.5`](#drift_sqlite_async---v010-alpha5)
18+
- [`sqlite_async` - `v0.8.2`](#sqlite_async---v082)
19+
- [`drift_sqlite_async` - `v0.1.0-alpha.5`](#drift_sqlite_async---v010-alpha5)
2020

2121
Packages with dependency updates only:
2222

2323
> 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.
2424
25-
- `drift_sqlite_async` - `v0.1.0-alpha.5`
25+
- `drift_sqlite_async` - `v0.1.0-alpha.5`
2626

2727
---
2828

2929
#### `sqlite_async` - `v0.8.2`
3030

31-
- **FEAT**: use navigator locks.
32-
31+
- Added `refreshSchema()`, allowing queries and watch calls to work against updated schemas.
3332

3433
## 2024-07-10
3534

packages/sqlite_async/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.8.2
22

3-
- **FEAT**: use navigator locks.
3+
- Added `refreshSchema()`, allowing queries and watch calls to work against updated schemas.
44

55
## 0.8.1
66

0 commit comments

Comments
 (0)