Skip to content

Commit

Permalink
chore: bump packages (#1735)
Browse files Browse the repository at this point in the history
## Change Summary

Run using `pm2` process supervisor.
Add `state` field to frame messages.

## Merge Checklist

_Choose all relevant options below by adding an `x` now or at any time
before submitting for review_

- [x] PR title adheres to the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/) standard
- [x] PR has a
[changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets)
- [x] PR has been tagged with a change label(s) (i.e. documentation,
feature, bugfix, or chore)
- [x] PR includes
[documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs)
if necessary.
- [x] All [commits have been
signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits)


<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates various package versions and dependencies across
different apps and packages.

### Detailed summary
- Updated `@farcaster/core` to version 0.14.2
- Updated `@farcaster/hub-web` to version 0.8.1
- Updated `@farcaster/hub-nodejs` to version 0.11.2
- Updated `@farcaster/hubble` to version 1.10.3
- Updated `@farcaster/replicator` to version 0.3.1

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
horsefacts committed Feb 22, 2024
1 parent 8767950 commit d02afad
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 33 deletions.
7 changes: 0 additions & 7 deletions .changeset/cyan-shirts-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-teachers-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-pots-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-knives-move.md

This file was deleted.

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

## 1.10.3

### Patch Changes

- 9bcaa9c1: Run via pm2 process supervisor
- a8b7dfcb: fix: Replace hot-shots with @figma/hot-shots
- Updated dependencies [5703d339]
- @farcaster/hub-nodejs@0.11.2

## 1.10.2

### 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.10.2",
"version": "1.10.3",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@chainsafe/libp2p-gossipsub": "6.1.0",
"@chainsafe/libp2p-noise": "^11.0.0 ",
"@faker-js/faker": "~7.6.0",
"@farcaster/hub-nodejs": "^0.11.1",
"@farcaster/hub-nodejs": "^0.11.2",
"@farcaster/rocksdb": "^5.5.0",
"@fastify/cors": "^8.4.0",
"@grpc/grpc-js": "~1.8.21",
Expand Down
8 changes: 8 additions & 0 deletions apps/replicator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/replicator

## 0.3.1

### Patch Changes

- a8b7dfcb: fix: Replace hot-shots with @figma/hot-shots
- Updated dependencies [5703d339]
- @farcaster/hub-nodejs@0.11.2

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/replicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/replicator",
"version": "0.3.0",
"version": "0.3.1",
"description": "Replicate Farcaster hub data into Postgres",
"author": "",
"license": "",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@bull-board/api": "^5.8.4",
"@bull-board/fastify": "^5.8.4",
"@commander-js/extra-typings": "^11.0.0",
"@farcaster/hub-nodejs": "^0.11.0",
"@farcaster/hub-nodejs": "^0.11.2",
"bullmq": "^4.11.4",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/core

## 0.14.2

### Patch Changes

- 5703d339: feat: add state field to frame message
- 136ef6b4: fix: Remove old dependencies

## 0.14.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/core",
"version": "0.14.1",
"version": "0.14.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -11,7 +11,9 @@
"types": "./dist/index.d.ts"
}
},
"files": ["dist"],
"files": [
"dist"
],
"license": "MIT",
"dependencies": {
"@noble/curves": "^1.0.0",
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.11.2

### Patch Changes

- 5703d339: feat: add state field to frame message
- Updated dependencies [5703d339]
- Updated dependencies [136ef6b4]
- @farcaster/core@0.14.2

## 0.11.1

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

## 0.8.1

### Patch Changes

- 5703d339: feat: add state field to frame message
- Updated dependencies [5703d339]
- Updated dependencies [136ef6b4]
- @farcaster/core@0.14.2

## 0.8.0

### Minor 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.8.0",
"version": "0.8.1",
"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.14.0",
"@farcaster/core": "^0.14.2",
"@improbable-eng/grpc-web": "^0.15.0",
"rxjs": "^7.8.0"
}
Expand Down

0 comments on commit d02afad

Please sign in to comment.