Skip to content

Commit

Permalink
chore: release 1.5.4 (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu authored Sep 12, 2023
1 parent 4893e02 commit 87ec4c3
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-ducks-invent.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clean-buckets-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-eggs-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-moons-sip.md

This file was deleted.

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

## 1.5.4

### Patch Changes

- 0805122c: fix: Grafana issue where incoming sync count was not correct
- 4893e02d: fix: Update links store size to be 2500 in the future
- 5dc7d113: chore: Remove GossipMetricsRecorder (Use grafana dashboard instead)
- 8d21803e: feat: Add "up" and "down" commands to hubble.sh
- @farcaster/hub-nodejs@0.10.8

## 1.5.3

### 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.5.3",
"version": "1.5.4",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@chainsafe/libp2p-gossipsub": "6.1.0",
"@chainsafe/libp2p-noise": "^11.0.0 ",
"@faker-js/faker": "~7.6.0",
"@farcaster/hub-nodejs": "^0.10.7",
"@farcaster/hub-nodejs": "^0.10.8",
"@farcaster/rocksdb": "^5.5.0",
"@grpc/grpc-js": "~1.8.21",
"@libp2p/interface-connection": "^3.0.2",
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.12.8

### Patch Changes

- 4893e02d: fix: Update links store size to be 2500 in the future

## 0.12.7

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

## 0.10.8

### Patch Changes

- Updated dependencies [4893e02d]
- @farcaster/core@0.12.8

## 0.10.7

### 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.10.7",
"version": "0.10.8",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
],
"license": "MIT",
"dependencies": {
"@farcaster/core": "0.12.7",
"@farcaster/core": "0.12.8",
"@grpc/grpc-js": "~1.8.21",
"@noble/hashes": "^1.3.0",
"neverthrow": "^6.0.0"
Expand Down

0 comments on commit 87ec4c3

Please sign in to comment.