Skip to content

Commit

Permalink
chore: Release 1.6.3 (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu authored Oct 14, 2023
1 parent 89ce7d2 commit c2f0761
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-tools-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-shoes-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/late-radios-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-singers-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-students-jam.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rude-needles-look.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.6.3

### Patch Changes

- 89ce7d2d: fix: enable asyncValidation so we don't forward invalid messages on gossip
- a5708f85: chore: Remove grpc-web
- b518b97f: fix: Cache numFids and numFnames
- 86bed6f5: fix: Make message counts on-demand to speed startup
- ba86d374: feat: Allow signing raw message data bytes to support rust, Golang etc...
- Updated dependencies [ba86d374]
- @farcaster/hub-nodejs@0.10.14

## 1.6.2

### 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.6.2",
"version": "1.6.3",
"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.12",
"@farcaster/hub-nodejs": "^0.10.14",
"@farcaster/rocksdb": "^5.5.0",
"@fastify/cors": "^8.4.0",
"@grpc/grpc-js": "~1.8.21",
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.14

### Patch Changes

- ba86d374: feat: Allow signing raw message data bytes to support rust, Golang etc...

## 0.12.13

### 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.13",
"version": "0.12.14",
"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.10.14

### Patch Changes

- ba86d374: feat: Allow signing raw message data bytes to support rust, Golang etc...
- Updated dependencies [ba86d374]
- @farcaster/core@0.12.14

## 0.10.13

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

## 0.6.9

### Patch Changes

- 06bb2f43: chore: Go lang example for submitMessage()
- a5708f85: chore: Remove grpc-web
- ba86d374: feat: Allow signing raw message data bytes to support rust, Golang etc...
- Updated dependencies [ba86d374]
- @farcaster/core@0.12.14

## 0.6.8

### 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.6.8",
"version": "0.6.9",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"ts-proto": "^1.146.0"
},
"dependencies": {
"@farcaster/core": "^0.12.13",
"@farcaster/core": "^0.12.14",
"@improbable-eng/grpc-web": "^0.15.0",
"rxjs": "^7.8.0"
}
Expand Down

0 comments on commit c2f0761

Please sign in to comment.