Skip to content

Commit 2bf0959

Browse files
authored
chore: Release 1.13.3 (#2091)
## Motivation Release 1.13.3 ## Change Summary Describe the changes being made in 1-2 concise sentences. ## 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. - [x] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) ## Additional Context If this is a relatively large or complex change, provide more details here that will help reviewers
1 parent b150e90 commit 2bf0959

File tree

9 files changed

+27
-21
lines changed

9 files changed

+27
-21
lines changed

.changeset/honest-flies-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wicked-masks-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-chefs-dance.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/hubble/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @farcaster/hubble
22

3+
## 1.13.3
4+
5+
### Patch Changes
6+
7+
- 2d26d305: CLI tool for measuring sync health
8+
- b150e900: fix: Use stricter socket timeout for gossip
9+
- eacf29c9: fix: http endoint return not found instead of internal database error
10+
- @farcaster/hub-nodejs@0.11.18
11+
312
## 1.13.2
413

514
### Patch Changes

apps/hubble/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hubble",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "Farcaster Hub",
55
"author": "",
66
"license": "",
@@ -75,7 +75,7 @@
7575
"@chainsafe/libp2p-noise": "^11.0.0 ",
7676
"@datastructures-js/priority-queue": "^6.3.1",
7777
"@faker-js/faker": "~7.6.0",
78-
"@farcaster/hub-nodejs": "^0.11.17",
78+
"@farcaster/hub-nodejs": "^0.11.18",
7979
"@fastify/cors": "^8.4.0",
8080
"@figma/hot-shots": "^9.0.0-figma.1",
8181
"@grpc/grpc-js": "~1.8.22",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farcaster/core
22

3+
## 0.14.17
4+
5+
### Patch Changes
6+
7+
- eacf29c9: fix: http endoint return not found instead of internal database error
8+
39
## 0.14.16
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/core",
3-
"version": "0.14.16",
3+
"version": "0.14.17",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/hub-nodejs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @farcaster/hub-nodejs
22

3+
## 0.11.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eacf29c9]
8+
- @farcaster/core@0.14.17
9+
310
## 0.11.17
411

512
### Patch Changes

packages/hub-nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hub-nodejs",
3-
"version": "0.11.17",
3+
"version": "0.11.18",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-nodejs"
2121
},
2222
"dependencies": {
23-
"@farcaster/core": "0.14.16",
23+
"@farcaster/core": "0.14.17",
2424
"@grpc/grpc-js": "~1.8.22",
2525
"@noble/hashes": "^1.3.0",
2626
"neverthrow": "^6.0.0"

0 commit comments

Comments
 (0)