Skip to content

Commit 68e49c3

Browse files
chore: release packages
1 parent e79ff68 commit 68e49c3

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/quiet-apples-peel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/turso/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @workflow-worlds/turso
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [#32](https://github.com/mizzle-dev/workflow-worlds/pull/32) [`483d576`](https://github.com/mizzle-dev/workflow-worlds/commit/483d5763b52eca176554566d84f0b5d233863b73) Thanks [@dustintownsend](https://github.com/dustintownsend)! - Configure runtime local SQLite connections with `PRAGMA journal_mode = WAL` and `PRAGMA busy_timeout = 5000` to reduce transient `SQLITE_BUSY` lock failures under e2e workloads.
8+
39
## 0.2.2
410

511
### Patch Changes

packages/turso/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow-worlds/turso",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Turso/libSQL World implementation for Workflow DevKit",
55
"author": "Dustin Townsend",
66
"license": "MIT",

0 commit comments

Comments
 (0)