Skip to content

Commit

Permalink
chore: Release 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu committed Oct 26, 2023
1 parent 3313c23 commit f6d155c
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .changeset/new-fireants-smile.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/pink-beds-beg.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.7.0

### Minor Changes

- 3313c232: Adds support for contact info content signing + strictNoSign
- f3d32227: feat: Support v2 id and key registry contracts

### Patch Changes

- Updated dependencies [f3d32227]
- @farcaster/hub-nodejs@0.10.16

## 1.6.6

### 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.6",
"version": "1.7.0",
"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.15",
"@farcaster/hub-nodejs": "^0.10.16",
"@farcaster/rocksdb": "^5.5.0",
"@fastify/cors": "^8.4.0",
"@grpc/grpc-js": "~1.8.21",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @farcaster/core

## 0.13.0

### Minor Changes

- 3313c232: Adds support for contact info content signing + strictNoSign

### Patch Changes

- f3d32227: feat: Support v2 id and key registry contracts

## 0.12.15

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

## 0.10.16

### Patch Changes

- f3d32227: feat: Support v2 id and key registry contracts
- Updated dependencies [3313c232]
- Updated dependencies [f3d32227]
- @farcaster/core@0.13.0

## 0.10.15

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

## 0.7.0

### Minor Changes

- 3313c232: Adds support for contact info content signing + strictNoSign

### Patch Changes

- f3d32227: feat: Support v2 id and key registry contracts
- Updated dependencies [3313c232]
- Updated dependencies [f3d32227]
- @farcaster/core@0.13.0

## 0.6.10

### 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.10",
"version": "0.7.0",
"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.15",
"@farcaster/core": "^0.13.0",
"@improbable-eng/grpc-web": "^0.15.0",
"rxjs": "^7.8.0"
}
Expand Down

0 comments on commit f6d155c

Please sign in to comment.