Skip to content

Commit bca9618

Browse files
authored
chore: Release 1.13.1 (#2047)
## Motivation Patch release with support for long casts ## 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) - [x] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [ ] 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 <!-- start pr-codex --> --- ## PR-Codex overview This PR updates package versions in different modules, introducing support for long casts and updating dependencies. ### Detailed summary - Bumped version to `0.14.15` in `@farcaster/core` - Added support for long casts - Updated dependencies in various packages - Incremented versions in `@farcaster/hub-web` and `@farcaster/hub-nodejs` - Increased version to `1.13.1` in `@farcaster/hubble` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent c424e11 commit bca9618

File tree

9 files changed

+37
-15
lines changed

9 files changed

+37
-15
lines changed

.changeset/weak-sloths-beg.md

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

apps/hubble/CHANGELOG.md

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

3+
## 1.13.1
4+
5+
### Patch Changes
6+
7+
- c424e111: feat: Add support for long casts
8+
- Updated dependencies [c424e111]
9+
- @farcaster/hub-nodejs@0.11.16
10+
311
## 1.13.0
412

513
### Minor 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.0",
3+
"version": "1.13.1",
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.15",
78+
"@farcaster/hub-nodejs": "^0.11.16",
7979
"@fastify/cors": "^8.4.0",
8080
"@figma/hot-shots": "^9.0.0-figma.1",
8181
"@grpc/grpc-js": "~1.8.21",

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.15
4+
5+
### Patch Changes
6+
7+
- c424e111: feat: Add support for long casts
8+
39
## 0.14.14
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.14",
3+
"version": "0.14.15",
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.11.16
4+
5+
### Patch Changes
6+
7+
- c424e111: feat: Add support for long casts
8+
- Updated dependencies [c424e111]
9+
- @farcaster/core@0.14.15
10+
311
## 0.11.15
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.11.15",
3+
"version": "0.11.16",
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.14",
23+
"@farcaster/core": "0.14.15",
2424
"@grpc/grpc-js": "~1.8.21",
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.8.10
4+
5+
### Patch Changes
6+
7+
- c424e111: feat: Add support for long casts
8+
- Updated dependencies [c424e111]
9+
- @farcaster/core@0.14.15
10+
311
## 0.8.9
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.8.9",
3+
"version": "0.8.10",
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.14.12",
35+
"@farcaster/core": "^0.14.15",
3636
"@improbable-eng/grpc-web": "^0.15.0",
3737
"rxjs": "^7.8.0"
3838
}

0 commit comments

Comments
 (0)