Skip to content

Commit

Permalink
chore: release 1.14.5 (#2270)
Browse files Browse the repository at this point in the history
## Why is this change needed?

Release 1.14.5

## 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)
- [ ] PR includes
[documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs)
if necessary.


<!-- start pr-codex -->

---

## PR-Codex overview
This PR bumps versions of various packages, introduces time range
options for reconciliation, and moves storage unit type helper functions
to the hub-nodejs package.

### Detailed summary
- Bumped versions of multiple packages
- Added time range option for reconciliation
- Moved storage unit type helper functions to hub-nodejs package

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

<!-- end pr-codex -->
  • Loading branch information
sanjayprabhu committed Aug 20, 2024
1 parent 70d1f83 commit e342280
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-spies-approve.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rude-garlics-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-lies-type.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.14.5

### Patch Changes

- fbd3ba5f: fix: Move storage unit type helper functions to hub-nodejs package
- cc0d0a3e: feat: added start/stop time filters for bulk queries
- Updated dependencies [cc0d0a3e]
- @farcaster/hub-nodejs@0.12.1

## 1.14.4

### 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.14.4",
"version": "1.14.5",
"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.0",
"@farcaster/hub-nodejs": "^0.12.1",
"@fastify/cors": "^8.4.0",
"@figma/hot-shots": "^9.0.0-figma.1",
"@grpc/grpc-js": "~1.11.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.15.1

### Patch Changes

- fbd3ba5f: fix: Move storage unit type helper functions to hub-nodejs package
- cc0d0a3e: feat: added start/stop time filters for bulk queries

## 0.15.0

### Minor 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.0",
"version": "0.15.1",
"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.12.1

### Patch Changes

- cc0d0a3e: feat: added start/stop time filters for bulk queries
- Updated dependencies [fbd3ba5f]
- Updated dependencies [cc0d0a3e]
- @farcaster/core@0.15.1

## 0.12.0

### Minor 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.0",
"version": "0.12.1",
"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.0",
"@farcaster/core": "0.15.1",
"@grpc/grpc-js": "~1.11.1",
"@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.9.1

### Patch Changes

- cc0d0a3e: feat: added start/stop time filters for bulk queries
- Updated dependencies [fbd3ba5f]
- Updated dependencies [cc0d0a3e]
- @farcaster/core@0.15.1

## 0.9.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.9.0",
"version": "0.9.1",
"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.0",
"@farcaster/core": "^0.15.1",
"@improbable-eng/grpc-web": "^0.15.0",
"rxjs": "^7.8.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/shuttle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/hub-shuttle

## 0.5.13

### Patch Changes

- 70d1f830: feat: add time range option for reconciliation
- Updated dependencies [cc0d0a3e]
- @farcaster/hub-nodejs@0.12.1

## 0.5.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/shuttle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/shuttle",
"version": "0.5.12",
"version": "0.5.13",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"@farcaster/hot-shots": "^10.0.0",
"@farcaster/hub-nodejs": "^0.12.0",
"@farcaster/hub-nodejs": "^0.12.1",
"commander": "11.0.0",
"dotenv": "16.4.5",
"ioredis": "^5.3.2",
Expand Down

0 comments on commit e342280

Please sign in to comment.