Skip to content

Commit f33cd01

Browse files
authored
chore: release hubble v1.15.7 (#2366)
Releasing hubble v1.15.7. ## 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) - [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [x] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the version of `@farcaster/core`, `@farcaster/hub-web`, and `@farcaster/hub-nodejs` packages to `0.15.5`, `0.9.4`, and `0.12.5` respectively, while also adding a feature for user location to the protocol and updating dependencies across various packages. ### Detailed summary - Updated `@farcaster/core` version to `0.15.5`. - Updated `@farcaster/hub-web` version to `0.9.4`. - Updated `@farcaster/hub-nodejs` version to `0.12.5`. - Added user location feature to the protocol. - Updated dependencies in `@farcaster/hub-web` and `@farcaster/hub-nodejs`. - Updated changelogs for multiple packages. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent aa9cde7 commit f33cd01

File tree

10 files changed

+38
-20
lines changed

10 files changed

+38
-20
lines changed

.changeset/serious-bulldogs-sort.md

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

.changeset/strong-teachers-cover.md

Lines changed: 0 additions & 5 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.15.7
4+
5+
### Patch Changes
6+
7+
- aa9cde75: feat: add user location to the protocol
8+
- d22394f5: chore: add metrics for http/rpc/streaming requests for grafana
9+
- Updated dependencies [aa9cde75]
10+
- @farcaster/hub-nodejs@0.12.5
11+
312
## 1.15.6
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.15.6",
3+
"version": "1.15.7",
44
"description": "Farcaster Hub",
55
"author": "",
66
"license": "",
@@ -75,7 +75,7 @@
7575
"@chainsafe/libp2p-noise": "15.1.0",
7676
"@datastructures-js/priority-queue": "^6.3.1",
7777
"@faker-js/faker": "~7.6.0",
78-
"@farcaster/hub-nodejs": "^0.12.4",
78+
"@farcaster/hub-nodejs": "^0.12.5",
7979
"@fastify/cors": "^8.4.0",
8080
"@figma/hot-shots": "^9.0.0-figma.1",
8181
"@grpc/grpc-js": "~1.11.1",

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.15.5
4+
5+
### Patch Changes
6+
7+
- aa9cde75: feat: add user location to the protocol
8+
39
## 0.15.4
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.15.4",
3+
"version": "0.15.5",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/hub-nodejs/CHANGELOG.md

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

3+
## 0.12.5
4+
5+
### Patch Changes
6+
7+
- aa9cde75: feat: add user location to the protocol
8+
- Updated dependencies [aa9cde75]
9+
- @farcaster/core@0.15.5
10+
311
## 0.12.4
412

513
### 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.12.4",
3+
"version": "0.12.5",
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.15.4",
23+
"@farcaster/core": "0.15.5",
2424
"@grpc/grpc-js": "~1.11.1",
2525
"@noble/hashes": "^1.3.0",
2626
"neverthrow": "^6.0.0"

packages/hub-web/CHANGELOG.md

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

3+
## 0.9.4
4+
5+
### Patch Changes
6+
7+
- aa9cde75: feat: add user location to the protocol
8+
- Updated dependencies [aa9cde75]
9+
- @farcaster/core@0.15.5
10+
311
## 0.9.3
412

513
### Patch Changes

packages/hub-web/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-web",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
@@ -32,7 +32,7 @@
3232
"ts-proto": "^1.146.0"
3333
},
3434
"dependencies": {
35-
"@farcaster/core": "^0.15.3",
35+
"@farcaster/core": "^0.15.5",
3636
"@improbable-eng/grpc-web": "^0.15.0",
3737
"rxjs": "^7.8.0"
3838
}

0 commit comments

Comments
 (0)