From 715905f40bf90817e326e61953452ccc7cd0a50c Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Sat, 20 Apr 2024 09:10:09 -0500 Subject: [PATCH] chore: v1.11.8 release (#1934) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Motivation v 1.11.8 release with chunked snapshots --- ## PR-Codex overview This PR updates the version of the `@farcaster/hubble` package to `1.11.8` and includes a patch to split snapshots into 4GB chunks. ### Detailed summary - Updated package version to `1.11.8` - Patched to split snapshots into 4GB chunks > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .changeset/popular-dryers-walk.md | 5 ----- apps/hubble/CHANGELOG.md | 6 ++++++ apps/hubble/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/popular-dryers-walk.md diff --git a/.changeset/popular-dryers-walk.md b/.changeset/popular-dryers-walk.md deleted file mode 100644 index 91d32150f1..0000000000 --- a/.changeset/popular-dryers-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -fix: Split the snapshot into 4GB chunks diff --git a/apps/hubble/CHANGELOG.md b/apps/hubble/CHANGELOG.md index 77cfa7c6d9..94320ebc27 100644 --- a/apps/hubble/CHANGELOG.md +++ b/apps/hubble/CHANGELOG.md @@ -1,5 +1,11 @@ # @farcaster/hubble +## 1.11.8 + +### Patch Changes + +- cd7db2dc: fix: Split the snapshot into 4GB chunks + ## 1.11.7 ### Patch Changes diff --git a/apps/hubble/package.json b/apps/hubble/package.json index 066fdf5ba6..da2811d446 100644 --- a/apps/hubble/package.json +++ b/apps/hubble/package.json @@ -1,6 +1,6 @@ { "name": "@farcaster/hubble", - "version": "1.11.7", + "version": "1.11.8", "description": "Farcaster Hub", "author": "", "license": "",