Skip to content

Commit

Permalink
chore: Release 1.14.2 (#2235)
Browse files Browse the repository at this point in the history
## Why is this change needed?

Release 1.14.2

## 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 updates dependencies and versions across different packages. 

### Detailed summary
- Updated `@farcaster/core` version to `0.14.20`
- Updated `@farcaster/hub-nodejs` version to `0.11.23`
- Upgraded `libp2p/gossipsub` and dependencies
- Chore: upgraded `viem` to v2

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
sanjayprabhu committed Aug 1, 2024
1 parent c5e4457 commit 45e16ce
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-meals-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-cows-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-seas-raise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/violet-steaks-rule.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/hubble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @farcaster/hubble

## 1.14.2

### Patch Changes

- fb2645ee: fix: Include peerid in bootstrap multiaddr
- 501ceff2: fix: Ensure onchain + username proofs are always assigned to the same shard for linear ordering
- 61959467: upgrade libp2p/gossipsub and dependencies
- 939dde84: chore: upgrade viem to v2
- Updated dependencies [939dde84]
- @farcaster/hub-nodejs@0.11.23

## 1.14.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/hubble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hubble",
"version": "1.14.1",
"version": "1.14.2",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@chainsafe/libp2p-noise": "15.1.0",
"@datastructures-js/priority-queue": "^6.3.1",
"@faker-js/faker": "~7.6.0",
"@farcaster/hub-nodejs": "^0.11.21",
"@farcaster/hub-nodejs": "^0.11.23",
"@fastify/cors": "^8.4.0",
"@figma/hot-shots": "^9.0.0-figma.1",
"@grpc/grpc-js": "~1.11.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/core

## 0.14.20

### Patch Changes

- 61959467: upgrade libp2p/gossipsub and dependencies
- 939dde84: chore: upgrade viem to v2

## 0.14.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/core",
"version": "0.14.19",
"version": "0.14.20",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/hub-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @farcaster/hub-nodejs

## 0.11.23

### Patch Changes

- 939dde84: chore: upgrade viem to v2
- Updated dependencies [61959467]
- Updated dependencies [939dde84]
- @farcaster/core@0.14.20

## 0.11.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hub-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hub-nodejs",
"version": "0.11.22",
"version": "0.11.23",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-nodejs"
},
"dependencies": {
"@farcaster/core": "0.14.19",
"@farcaster/core": "0.14.20",
"@grpc/grpc-js": "~1.11.1",
"@noble/hashes": "^1.3.0",
"neverthrow": "^6.0.0"
Expand Down

0 comments on commit 45e16ce

Please sign in to comment.