Skip to content

Commit e2ce82b

Browse files
authored
chore: bump version (#2316)
## Why is this change needed? bumps version of hubble and libraries ## 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) - [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 updates version numbers and dependencies across different packages. ### Detailed summary - Bumped version to `0.15.3` in `@farcaster/core` - Bumped version to `0.9.3` in `@farcaster/hub-web` - Bumped version to `0.12.3` in `@farcaster/hub-nodejs` - Bumped version to `1.15.2` in `@farcaster/hubble` - Updated dependencies and added new features in various packages > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent e5a8611 commit e2ce82b

File tree

10 files changed

+41
-21
lines changed

10 files changed

+41
-21
lines changed

.changeset/gold-geckos-remain.md

-6
This file was deleted.

.changeset/pink-drinks-brush.md

-8
This file was deleted.

apps/hubble/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @farcaster/hubble
22

3+
## 1.15.2
4+
5+
### Patch Changes
6+
7+
- f084daa1: feat: request missing on chain events on related submit message errors
8+
- e5a86114: feat: support bulk message writing rpcs
9+
- Updated dependencies [e5a86114]
10+
- @farcaster/hub-nodejs@0.12.3
11+
312
## 1.15.1
413

514
### Patch Changes

apps/hubble/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hubble",
3-
"version": "1.15.1",
3+
"version": "1.15.2",
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.1",
78+
"@farcaster/hub-nodejs": "^0.12.3",
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @farcaster/core
22

3+
## 0.15.3
4+
5+
### Patch Changes
6+
7+
- f084daa1: feat: request missing on chain events on related submit message errors
8+
- e5a86114: feat: support bulk message writing rpcs
9+
310
## 0.15.2
411

512
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/core",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/hub-nodejs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @farcaster/hub-nodejs
22

3+
## 0.12.3
4+
5+
### Patch Changes
6+
7+
- e5a86114: feat: support bulk message writing rpcs
8+
- Updated dependencies [f084daa1]
9+
- Updated dependencies [e5a86114]
10+
- @farcaster/core@0.15.3
11+
312
## 0.12.2
413

514
### Patch Changes

packages/hub-nodejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hub-nodejs",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
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.2",
23+
"@farcaster/core": "0.15.3",
2424
"@grpc/grpc-js": "~1.11.1",
2525
"@noble/hashes": "^1.3.0",
2626
"neverthrow": "^6.0.0"

packages/hub-web/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @farcaster/hub-web
22

3+
## 0.9.3
4+
5+
### Patch Changes
6+
7+
- e5a86114: feat: support bulk message writing rpcs
8+
- Updated dependencies [f084daa1]
9+
- Updated dependencies [e5a86114]
10+
- @farcaster/core@0.15.3
11+
312
## 0.9.2
413

514
### Patch Changes

packages/hub-web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hub-web",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
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.2",
35+
"@farcaster/core": "^0.15.3",
3636
"@improbable-eng/grpc-web": "^0.15.0",
3737
"rxjs": "^7.8.0"
3838
}

0 commit comments

Comments
 (0)