diff --git a/.changeset/quiet-apples-peel.md b/.changeset/quiet-apples-peel.md deleted file mode 100644 index ffe733a..0000000 --- a/.changeset/quiet-apples-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workflow-worlds/turso": patch ---- - -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. diff --git a/.changeset/quiet-sloths-arrive.md b/.changeset/quiet-sloths-arrive.md deleted file mode 100644 index f82b48a..0000000 --- a/.changeset/quiet-sloths-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workflow-worlds/mongodb": patch ---- - -chore: add release changeset diff --git a/packages/mongodb/CHANGELOG.md b/packages/mongodb/CHANGELOG.md index 61db60c..6c8f4ec 100644 --- a/packages/mongodb/CHANGELOG.md +++ b/packages/mongodb/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow-worlds/mongodb +## 0.2.2 + +### Patch Changes + +- [#35](https://github.com/mizzle-dev/workflow-worlds/pull/35) [`4c2fed0`](https://github.com/mizzle-dev/workflow-worlds/commit/4c2fed088d4e1002a6364c2cf5894ad4ca47a98d) Thanks [@dustintownsend](https://github.com/dustintownsend)! - chore: add release changeset + ## 0.2.1 ### Patch Changes diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index d9e131f..932a1b8 100644 --- a/packages/mongodb/package.json +++ b/packages/mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@workflow-worlds/mongodb", - "version": "0.2.1", + "version": "0.2.2", "description": "MongoDB World implementation for Workflow DevKit", "author": "Dustin Townsend", "license": "MIT", diff --git a/packages/turso/CHANGELOG.md b/packages/turso/CHANGELOG.md index e17afaa..280babf 100644 --- a/packages/turso/CHANGELOG.md +++ b/packages/turso/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow-worlds/turso +## 0.2.3 + +### Patch Changes + +- [#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. + ## 0.2.2 ### Patch Changes diff --git a/packages/turso/package.json b/packages/turso/package.json index 78066a2..f102b06 100644 --- a/packages/turso/package.json +++ b/packages/turso/package.json @@ -1,6 +1,6 @@ { "name": "@workflow-worlds/turso", - "version": "0.2.2", + "version": "0.2.3", "description": "Turso/libSQL World implementation for Workflow DevKit", "author": "Dustin Townsend", "license": "MIT",