Skip to content

Commit

Permalink
chore: Release 1.7.1 (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu authored Nov 9, 2023
1 parent ff5a90c commit 3dd49ac
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/seven-moose-brake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silent-cooks-cheat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-terms-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-birds-move.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.7.1

### Patch Changes

- 5199f66e: fix: disallow empty casts
- 6890969b: fix: remove references to old contracts
- 5199f66e: fix: Allow syncTrie to handle names that are substrings
- 5199f66e: fix: Fix peer check job not actually starting
- Updated dependencies [6890969b]
- @farcaster/hub-nodejs@0.10.17

## 1.7.0

### Minor 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.7.0",
"version": "1.7.1",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@chainsafe/libp2p-gossipsub": "6.1.0",
"@chainsafe/libp2p-noise": "^11.0.0 ",
"@faker-js/faker": "~7.6.0",
"@farcaster/hub-nodejs": "^0.10.16",
"@farcaster/hub-nodejs": "^0.10.17",
"@farcaster/rocksdb": "^5.5.0",
"@fastify/cors": "^8.4.0",
"@grpc/grpc-js": "~1.8.21",
Expand Down
2 changes: 2 additions & 0 deletions apps/replicator/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.env
grafana/data
1 change: 0 additions & 1 deletion apps/replicator/src/.gitignore

This file was deleted.

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

## 0.13.1

### Patch Changes

- 5199f66e: fix: disallow empty casts
- 6890969b: fix: remove references to old contracts
- 5199f66e: fix: Allow syncTrie to handle names that are substrings

## 0.13.0

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

## 0.10.17

### Patch Changes

- 6890969b: fix: remove references to old contracts
- Updated dependencies [5199f66e]
- Updated dependencies [6890969b]
- Updated dependencies [5199f66e]
- @farcaster/core@0.13.1

## 0.10.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.10.16",
"version": "0.10.17",
"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.13.0",
"@farcaster/core": "0.13.1",
"@grpc/grpc-js": "~1.8.21",
"@noble/hashes": "^1.3.0",
"neverthrow": "^6.0.0"
Expand Down

0 comments on commit 3dd49ac

Please sign in to comment.