From f3752b2c3d84653b77c145d189647f6d6b4b15e8 Mon Sep 17 00:00:00 2001 From: Cassandra Heart <7929478+CassOnMars@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:30:25 -0500 Subject: [PATCH] chore: release hubble v1.15.1 (#2304) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why is this change needed? Releases v1.15.1 patch update to hubble ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [x] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [x] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. --- ## PR-Codex overview This PR updates the version of `@farcaster/hubble` to `1.15.1` in the package.json file. The CHANGELOG.md includes patch changes related to adjusting announcement interval and fixing direct peering data processing. ### Detailed summary - Updated `@farcaster/hubble` version to `1.15.1` - Patch changes: - Adjusted announcement interval for contact info - Fixed direct peering data processing due to obscure node behavior > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .changeset/angry-fans-search.md | 5 ----- .changeset/mean-tomatoes-beg.md | 5 ----- apps/hubble/CHANGELOG.md | 7 +++++++ apps/hubble/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/angry-fans-search.md delete mode 100644 .changeset/mean-tomatoes-beg.md diff --git a/.changeset/angry-fans-search.md b/.changeset/angry-fans-search.md deleted file mode 100644 index ca24551f76..0000000000 --- a/.changeset/angry-fans-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -chore: adjust announcement interval for contact info diff --git a/.changeset/mean-tomatoes-beg.md b/.changeset/mean-tomatoes-beg.md deleted file mode 100644 index eefedfed0c..0000000000 --- a/.changeset/mean-tomatoes-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -fix: direct peering data needs to be processed by the worker due to obscure node behavior diff --git a/apps/hubble/CHANGELOG.md b/apps/hubble/CHANGELOG.md index 89ee31c54d..2be364924d 100644 --- a/apps/hubble/CHANGELOG.md +++ b/apps/hubble/CHANGELOG.md @@ -1,5 +1,12 @@ # @farcaster/hubble +## 1.15.1 + +### Patch Changes + +- 1943a027: chore: adjust announcement interval for contact info +- ec80ff3b: fix: direct peering data needs to be processed by the worker due to obscure node behavior + ## 1.15.0 ### Minor Changes diff --git a/apps/hubble/package.json b/apps/hubble/package.json index a3682efa4d..e77044dc65 100644 --- a/apps/hubble/package.json +++ b/apps/hubble/package.json @@ -1,6 +1,6 @@ { "name": "@farcaster/hubble", - "version": "1.15.0", + "version": "1.15.1", "description": "Farcaster Hub", "author": "", "license": "",