Skip to content

Commit

Permalink
chore: Release 1.5.5 (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu authored Sep 20, 2023
1 parent b859337 commit dd4aec3
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 61 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-carrots-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-planes-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-peas-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-crabs-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-emus-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-paws-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-islands-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-dancers-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-donkeys-do.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wicked-wasps-kiss.md

This file was deleted.

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

## 1.5.5

### Patch Changes

- a232963c: fix: Cleanup old snapshots from S3
- 7cbd77ee: test: Add e2e test for hubble startup
- 7b438e62: test: Add 2 hubble sync+gossip test
- e8b2dafa: fix: Fix flaky pruneMessagesJob test
- 0bc82ce4: test: Fix broken test due to Link storage limits change
- 82c996af: fix: Grafana: Sync times are blank for longer timeranges
- 7e2a66e5: feat: Add a function to parse the timestamp from the eventId
- 520843ba: feat: Move libp2p to worker thread
- d77970b1: chore: Delete deprecated rpc calls and events
- Updated dependencies [d77970b1]
- @farcaster/hub-nodejs@0.10.9

## 1.5.4

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

### Patch Changes

- 7e2a66e5: feat: Add a function to parse the timestamp from the eventId
- 20062ceb: chore: cleanup default links store size code
- d77970b1: chore: Delete deprecated rpc calls and events

## 0.12.8

### 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.8",
"version": "0.12.9",
"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.9

### Patch Changes

- d77970b1: chore: Delete deprecated rpc calls and events
- Updated dependencies [7e2a66e5]
- Updated dependencies [20062ceb]
- Updated dependencies [d77970b1]
- @farcaster/core@0.12.9

## 0.10.8

### 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.8",
"version": "0.10.9",
"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.8",
"@farcaster/core": "0.12.9",
"@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.5

### Patch Changes

- d77970b1: chore: Delete deprecated rpc calls and events
- Updated dependencies [7e2a66e5]
- Updated dependencies [20062ceb]
- Updated dependencies [d77970b1]
- @farcaster/core@0.12.9

## 0.6.4

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

0 comments on commit dd4aec3

Please sign in to comment.