Skip to content

Commit 872a38b

Browse files
authored
chore: release new packages for storage lending (#2651)
## Why is this change needed? Release packages for storage lending. ## 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 focuses on updating the version of several packages in the `farcaster` ecosystem to `0.18.8` for `@farcaster/core`, `0.15.8` for `@farcaster/hub-nodejs`, and `0.11.6` for `@farcaster/hub-web`. It also introduces a new feature related to storage lending. ### Detailed summary - Updated `@farcaster/core` version from `0.18.7` to `0.18.8`. - Updated `@farcaster/hub-nodejs` version from `0.15.7` to `0.15.8`. - Updated `@farcaster/hub-web` version from `0.11.5` to `0.11.6`. - Updated `@farcaster/shuttle` version from `0.9.2` to `0.9.3`. - Added feature: support for storage lending (commit `206eb72f`). > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 206eb72 commit 872a38b

File tree

9 files changed

+37
-15
lines changed

9 files changed

+37
-15
lines changed

.changeset/slimy-turtles-camp.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farcaster/core
22

3+
## 0.18.8
4+
5+
### Patch Changes
6+
7+
- 206eb72f: feat: support storage lending
8+
39
## 0.18.7
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/core",
3-
"version": "0.18.7",
3+
"version": "0.18.8",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/hub-nodejs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farcaster/hub-nodejs
22

3+
## 0.15.8
4+
5+
### Patch Changes
6+
7+
- 206eb72f: feat: support storage lending
8+
- Updated dependencies [206eb72f]
9+
- @farcaster/core@0.18.8
10+
311
## 0.15.7
412

513
### Patch Changes

packages/hub-nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hub-nodejs",
3-
"version": "0.15.7",
3+
"version": "0.15.8",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-nodejs"
2121
},
2222
"dependencies": {
23-
"@farcaster/core": "0.18.7",
23+
"@farcaster/core": "0.18.8",
2424
"@grpc/grpc-js": "~1.11.1",
2525
"@noble/hashes": "^1.3.0",
2626
"neverthrow": "^6.0.0"

packages/hub-web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farcaster/hub-web
22

3+
## 0.11.6
4+
5+
### Patch Changes
6+
7+
- 206eb72f: feat: support storage lending
8+
- Updated dependencies [206eb72f]
9+
- @farcaster/core@0.18.8
10+
311
## 0.11.5
412

513
### Patch Changes

packages/hub-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hub-web",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
@@ -32,7 +32,7 @@
3232
"ts-proto": "^1.146.0"
3333
},
3434
"dependencies": {
35-
"@farcaster/core": "^0.18.7",
35+
"@farcaster/core": "^0.18.8",
3636
"@improbable-eng/grpc-web": "^0.15.0",
3737
"rxjs": "^7.8.0"
3838
}

packages/shuttle/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @farcaster/hub-shuttle
22

3+
## 0.9.3
4+
5+
### Patch Changes
6+
7+
- 206eb72f: feat: support storage lending
8+
- Updated dependencies [206eb72f]
9+
- @farcaster/hub-nodejs@0.15.8
10+
311
## 0.9.2
412

513
### Patch Changes

packages/shuttle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/shuttle",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"dependencies": {
1919
"@farcaster/hot-shots": "^10.0.0",
20-
"@farcaster/hub-nodejs": "^0.15.2",
20+
"@farcaster/hub-nodejs": "^0.15.8",
2121
"commander": "11.0.0",
2222
"dotenv": "16.4.5",
2323
"ioredis": "^5.3.2",

0 commit comments

Comments
 (0)