diff --git a/.changeset/small-cooks-shake.md b/.changeset/small-cooks-shake.md deleted file mode 100644 index 86abda1af..000000000 --- a/.changeset/small-cooks-shake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystatic/core': patch ---- - -Persist collaboration state in IDB and optimistically connect to multiplayer -websocket diff --git a/packages/keystatic/CHANGELOG.md b/packages/keystatic/CHANGELOG.md index e393f768f..0cf7b167d 100644 --- a/packages/keystatic/CHANGELOG.md +++ b/packages/keystatic/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystatic/core +## 0.3.15 + +### Patch Changes + +- 976d93cd: Persist collaboration state in IDB and optimistically connect to + multiplayer websocket + ## 0.3.14 ### Patch Changes diff --git a/packages/keystatic/package.json b/packages/keystatic/package.json index 9cb0c333c..414a606b6 100644 --- a/packages/keystatic/package.json +++ b/packages/keystatic/package.json @@ -1,6 +1,6 @@ { "name": "@keystatic/core", - "version": "0.3.14", + "version": "0.3.15", "license": "MIT", "repository": { "type": "git",