From ebc0ae3ca58f984b179c24ded2e752a3ff9f1e70 Mon Sep 17 00:00:00 2001 From: thinkmill-release-bot <124844276+thinkmill-release-bot@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:12:25 +1000 Subject: [PATCH] Version Packages (#941) Co-authored-by: github-actions[bot] --- .changeset/small-cooks-shake.md | 6 ------ packages/keystatic/CHANGELOG.md | 7 +++++++ packages/keystatic/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/small-cooks-shake.md 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",