Skip to content

Commit

Permalink
chore: Release 1.13.2 (#2081)
Browse files Browse the repository at this point in the history
## Motivation

Release 1.13.2

## 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)
- [ ] PR includes
[documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs)
if necessary.
- [x] 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
The focus of this PR is to update package versions and dependencies
across multiple repositories.

### Detailed summary
- Updated package versions to `0.14.16`, `0.8.11`, `0.11.17`, `0.4.0`,
`1.13.2`
- Updated dependencies in various packages
- Added rpc to expose `LinkCompactStateMessage` with explicit handling
of type

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

<!-- end pr-codex -->
  • Loading branch information
sanjayprabhu authored Jun 21, 2024
1 parent 4c64539 commit ff4ec34
Show file tree
Hide file tree
Showing 18 changed files with 60 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-bulldogs-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-shrimps-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-bags-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-pillows-shout.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lazy-flies-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-crabs-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-dolphins-live.md

This file was deleted.

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

## 1.13.2

### Patch Changes

- e58e963d: fix: Always log when updating contact info
- 27a1cfc8: fix: updated the cli tool to flush logs before exiting
- f25f133f: chore: Segment bundle delay stats by message status
- dab95118: Add rpc to expose LinkCompactStateMessage + explicit handling of type
- 6ceb8f54: add libp2p/peer-store patch to resolve corrupt peer id loads
- Updated dependencies [dab95118]
- @farcaster/hub-nodejs@0.11.17

## 1.13.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.13.1",
"version": "1.13.2",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@chainsafe/libp2p-noise": "^11.0.0 ",
"@datastructures-js/priority-queue": "^6.3.1",
"@faker-js/faker": "~7.6.0",
"@farcaster/hub-nodejs": "^0.11.16",
"@farcaster/hub-nodejs": "^0.11.17",
"@fastify/cors": "^8.4.0",
"@figma/hot-shots": "^9.0.0-figma.1",
"@grpc/grpc-js": "~1.8.22",
Expand Down
4 changes: 4 additions & 0 deletions apps/hubble/src/console/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import {
getSSLHubRpcClient,
toFarcasterTime,
fromFarcasterTime,
bytesToHexString,
hexStringToBytes,
} from "@farcaster/hub-nodejs";
import path from "path";
import * as repl from "repl";
Expand Down Expand Up @@ -94,6 +96,8 @@ export const startConsole = async (addressString: string, useInsecure: boolean)
replServer.context["SyncId"] = SyncId;
replServer.context["toFarcasterTime"] = toFarcasterTime;
replServer.context["fromFarcasterTime"] = fromFarcasterTime;
replServer.context["bytesToHex"] = bytesToHexString;
replServer.context["hexToBytes"] = hexStringToBytes;

// Run the info command to start

Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farcaster/core

## 0.14.16

### Patch Changes

- dab95118: Add rpc to expose LinkCompactStateMessage + explicit handling of type

## 0.14.15

### 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.15",
"version": "0.14.16",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/hub-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/hub-nodejs

## 0.11.17

### Patch Changes

- dab95118: Add rpc to expose LinkCompactStateMessage + explicit handling of type
- Updated dependencies [dab95118]
- @farcaster/core@0.14.16

## 0.11.16

### 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.16",
"version": "0.11.17",
"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.15",
"@farcaster/core": "0.14.16",
"@grpc/grpc-js": "~1.8.22",
"@noble/hashes": "^1.3.0",
"neverthrow": "^6.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/hub-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/hub-web

## 0.8.11

### Patch Changes

- dab95118: Add rpc to expose LinkCompactStateMessage + explicit handling of type
- Updated dependencies [dab95118]
- @farcaster/core@0.14.16

## 0.8.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hub-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hub-web",
"version": "0.8.10",
"version": "0.8.11",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"ts-proto": "^1.146.0"
},
"dependencies": {
"@farcaster/core": "^0.14.15",
"@farcaster/core": "^0.14.16",
"@improbable-eng/grpc-web": "^0.15.0",
"rxjs": "^7.8.0"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/shuttle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @farcaster/hub-shuttle

## 0.4.0

### Minor Changes

- ad281729: Link reconciliation now calls the compact state rpc as well

### Patch Changes

- 76c0504f: Lower level of shuttle logs to debug
- dab95118: Add rpc to expose LinkCompactStateMessage + explicit handling of type
- Updated dependencies [dab95118]
- @farcaster/hub-nodejs@0.11.17

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/shuttle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/shuttle",
"version": "0.3.3",
"version": "0.4.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"@farcaster/hot-shots": "^10.0.0",
"@farcaster/hub-nodejs": "^0.11.16",
"@farcaster/hub-nodejs": "^0.11.17",
"kysely": "^0.26.1",
"commander": "^11.0.0",
"ioredis": "^5.3.2",
Expand Down

0 comments on commit ff4ec34

Please sign in to comment.