Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/quiet-apples-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-sloths-arrive.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/turso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/turso/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down