Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CassOnMars committed Oct 28, 2024
1 parent 36847df commit 0c6c596
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-stingrays-rest.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tall-dots-roll.md

This file was deleted.

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

## 1.16.2

### Patch Changes

- 36847dfc: Place backups in dedicated directory
- Updated dependencies [913c0f67]
- @farcaster/hub-nodejs@0.12.7

## 1.16.1

### 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.16.1",
"version": "1.16.2",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@chainsafe/libp2p-noise": "15.1.0",
"@datastructures-js/priority-queue": "^6.3.1",
"@faker-js/faker": "~7.6.0",
"@farcaster/hub-nodejs": "^0.12.6",
"@farcaster/hub-nodejs": "^0.12.7",
"@fastify/cors": "^8.4.0",
"@figma/hot-shots": "^9.0.0-figma.1",
"@grpc/grpc-js": "~1.11.1",
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.15.6

### Patch Changes

- 913c0f67: feat: support twitter and github usernames

## 0.15.5

### 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.15.5",
"version": "0.15.6",
"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.12.7

### Patch Changes

- 913c0f67: feat: support twitter and github usernames
- Updated dependencies [913c0f67]
- @farcaster/core@0.15.6

## 0.12.6

### 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.12.6",
"version": "0.12.7",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-nodejs"
},
"dependencies": {
"@farcaster/core": "0.15.5",
"@farcaster/core": "0.15.6",
"@grpc/grpc-js": "~1.11.1",
"@noble/hashes": "^1.3.0",
"neverthrow": "^6.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/hub-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/hub-web

## 0.9.5

### Patch Changes

- 913c0f67: feat: support twitter and github usernames
- Updated dependencies [913c0f67]
- @farcaster/core@0.15.6

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

0 comments on commit 0c6c596

Please sign in to comment.