Skip to content

Commit

Permalink
chore: release 1.4.3 (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu authored Jul 20, 2023
1 parent 376ae0f commit f49df2d
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-trains-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-items-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-comics-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-cups-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-rivers-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-dolls-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-radios-jump.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.4.3

### Patch Changes

- f00d7d2: fix: Move validatorOrRevokeMessage and storageCache iterators to be managed
- 115f1b5: feat: Do the validateOrRevokeMessages job fid-by-fid
- 998979d: feat: Warn if there are no incoming connections
- c1bb21c: fix: When retring messages due to failed signers, use a queue
- 376ae0f: feat: Use a web based network config for hubble
- @farcaster/hub-nodejs@0.9.1

## 1.4.2

- 1d9c34af: Testnet should not require allow listed peers
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.4.2",
"version": "1.4.3",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@chainsafe/libp2p-gossipsub": "6.1.0",
"@chainsafe/libp2p-noise": "^11.0.0 ",
"@faker-js/faker": "~7.6.0",
"@farcaster/hub-nodejs": "^0.9.0",
"@farcaster/hub-nodejs": "^0.9.1",
"@farcaster/rocksdb": "^5.5.0",
"@grpc/grpc-js": "~1.8.8",
"@libp2p/interface-connection": "^3.0.2",
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.11.1

### Patch Changes

- e36fcae: Fix username proof timestamp validation + add builders for UsernameProofData and UsernameProofMessage
- 88f31f2: fix: Fix typing for merge username proof events

## 0.11.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.11.0",
"version": "0.11.1",
"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.9.1

### Patch Changes

- Updated dependencies [e36fcae]
- Updated dependencies [88f31f2]
- @farcaster/core@0.11.1

## 0.9.0

### Minor 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.9.0",
"version": "0.9.1",
"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.11.0",
"@farcaster/core": "0.11.1",
"@grpc/grpc-js": "^1.8.8",
"@noble/hashes": "^1.3.0",
"neverthrow": "^6.0.0"
Expand Down

0 comments on commit f49df2d

Please sign in to comment.