Skip to content

Commit

Permalink
changeset version (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfletcherhill authored Apr 19, 2023
1 parent 87b2789 commit c5a6aac
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": "@changesets/changelog-git",
"commit": true,
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
Expand Down
5 changes: 0 additions & 5 deletions .changeset/eight-bugs-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-cats-breathe.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tough-fireants-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-files-push.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- 87b2789: upgrade to protocol version 2023.4.19
- 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs

### Patch Changes

- a027a3e: periodically compact the db while syncing to prevent bloat
- 0cb0a52: chore: re-organize SyncEngine to merge messages through Hub's submitMessage method rather than the storage engine directly
- Updated dependencies [87b2789]
- @farcaster/hub-nodejs@0.7.0

## 1.1.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.1.0",
"version": "1.2.0",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "6.1.0",
"@chainsafe/libp2p-noise": "^11.0.0 ",
"@farcaster/hub-nodejs": "^0.6.3",
"@farcaster/hub-nodejs": "^0.7.0",
"@grpc/grpc-js": "~1.8.7",
"@libp2p/interface-connection": "^3.0.2",
"@libp2p/interface-peer-id": "^2.0.0",
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.7.0

### Minor Changes

- 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs

## 0.6.1

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

## 0.7.0

### Minor Changes

- 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs

### Patch Changes

- Updated dependencies [87b2789]
- @farcaster/core@0.7.0

## 0.6.3

### 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.6.3",
"version": "0.7.0",
"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.6.1",
"@farcaster/core": "0.7.0",
"@grpc/grpc-js": "^1.8.13",
"@noble/hashes": "^1.3.0",
"ethers": "~6.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/hub-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @farcaster/hub-web

## 0.3.0

### Minor Changes

- 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs

### Patch Changes

- Updated dependencies [87b2789]
- @farcaster/core@0.7.0

## 0.2.5

### 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.2.5",
"version": "0.3.0",
"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.6.1",
"@farcaster/core": "^0.7.0",
"@improbable-eng/grpc-web": "^0.15.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"rxjs": "^7.8.0"
Expand Down

0 comments on commit c5a6aac

Please sign in to comment.