Skip to content

Commit c5a6aac

Browse files
changeset version (#889)
1 parent 87b2789 commit c5a6aac

File tree

13 files changed

+50
-31
lines changed

13 files changed

+50
-31
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"changelog": "@changesets/changelog-git",
4-
"commit": true,
4+
"commit": false,
55
"fixed": [],
66
"linked": [],
77
"access": "public",

.changeset/eight-bugs-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-cats-breathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-fireants-confess.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/twelve-files-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/hubble/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @farcaster/hubble
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 87b2789: upgrade to protocol version 2023.4.19
8+
- 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs
9+
10+
### Patch Changes
11+
12+
- a027a3e: periodically compact the db while syncing to prevent bloat
13+
- 0cb0a52: chore: re-organize SyncEngine to merge messages through Hub's submitMessage method rather than the storage engine directly
14+
- Updated dependencies [87b2789]
15+
- @farcaster/hub-nodejs@0.7.0
16+
317
## 1.1.0
418

519
### Minor Changes

apps/hubble/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hubble",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Farcaster Hub",
55
"author": "",
66
"license": "",
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@chainsafe/libp2p-gossipsub": "6.1.0",
5050
"@chainsafe/libp2p-noise": "^11.0.0 ",
51-
"@farcaster/hub-nodejs": "^0.6.3",
51+
"@farcaster/hub-nodejs": "^0.7.0",
5252
"@grpc/grpc-js": "~1.8.7",
5353
"@libp2p/interface-connection": "^3.0.2",
5454
"@libp2p/interface-peer-id": "^2.0.0",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farcaster/core
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs
8+
39
## 0.6.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/core",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/hub-nodejs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @farcaster/hub-nodejs
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [87b2789]
12+
- @farcaster/core@0.7.0
13+
314
## 0.6.3
415

516
### Patch Changes

0 commit comments

Comments
 (0)