Skip to content

Commit 10ed100

Browse files
authored
chore: Release 1.19.3 (#2575)
## Why is this change needed? Release 0.19.3 ## 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. <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the versions of various packages within the Farcaster project, specifically enhancing dependencies and making minor version increments to ensure compatibility and improvements. ### Detailed summary - Updated `@farcaster/core` from `0.16.1` to `0.16.2`. - Updated `@farcaster/hub-nodejs` from `0.13.2` to `0.13.3`. - Updated `@farcaster/hubble` from `1.19.2` to `1.19.3`. - Added changelog entries for versions `0.16.2`, `0.13.3`, and `1.19.3`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent f63c019 commit 10ed100

File tree

8 files changed

+25
-15
lines changed

8 files changed

+25
-15
lines changed

.changeset/early-pumas-prove.md

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

.changeset/witty-kangaroos-sell.md

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

apps/hubble/CHANGELOG.md

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

3+
## 1.19.3
4+
5+
### Patch Changes
6+
7+
- f63c0197: chore: Extend hubble expiry by a few weeks
8+
- @farcaster/hub-nodejs@0.13.3
9+
310
## 1.19.2
411

512
### 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.19.2",
3+
"version": "1.19.3",
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.13.2",
78+
"@farcaster/hub-nodejs": "^0.13.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

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

3+
## 0.16.2
4+
5+
### Patch Changes
6+
7+
- a4070feb: fix: support removals for social usernames, already supported upstream
8+
39
## 0.16.1
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.16.1",
3+
"version": "0.16.2",
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.13.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a4070feb]
8+
- @farcaster/core@0.16.2
9+
310
## 0.13.2
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.13.2",
3+
"version": "0.13.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.16.1",
23+
"@farcaster/core": "0.16.2",
2424
"@grpc/grpc-js": "~1.11.1",
2525
"@noble/hashes": "^1.3.0",
2626
"neverthrow": "^6.0.0"

0 commit comments

Comments
 (0)