Skip to content

Commit be885bd

Browse files
authored
chore: Client release for profile tokens (#2649)
## Why is this change needed? Release client versions for #2648 ## 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 the `@farcaster/core` package and its dependencies, along with corresponding changelog updates to reflect these changes. ### Detailed summary - Updated `@farcaster/core` version from `0.18.6` to `0.18.7`. - Added changelog entries for versions `0.18.7`, `0.11.5`, and `0.15.7` with details on protobuf updates. - Updated `@farcaster/core` dependency version in `packages/hub-web` and `packages/hub-nodejs` from `0.18.6` to `0.18.7`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent e640c6c commit be885bd

File tree

7 files changed

+27
-12
lines changed

7 files changed

+27
-12
lines changed

.changeset/hungry-beers-ring.md

Lines changed: 0 additions & 7 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.7
4+
5+
### Patch Changes
6+
7+
- e640c6c4: Update protobufs to pick up new types (support profile tokens)
8+
39
## 0.18.6
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.6",
3+
"version": "0.18.7",
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.7
4+
5+
### Patch Changes
6+
7+
- e640c6c4: Update protobufs to pick up new types (support profile tokens)
8+
- Updated dependencies [e640c6c4]
9+
- @farcaster/core@0.18.7
10+
311
## 0.15.6
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.6",
3+
"version": "0.15.7",
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.6",
23+
"@farcaster/core": "0.18.7",
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.5
4+
5+
### Patch Changes
6+
7+
- e640c6c4: Update protobufs to pick up new types (support profile tokens)
8+
- Updated dependencies [e640c6c4]
9+
- @farcaster/core@0.18.7
10+
311
## 0.11.4
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.4",
3+
"version": "0.11.5",
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.5",
35+
"@farcaster/core": "^0.18.7",
3636
"@improbable-eng/grpc-web": "^0.15.0",
3737
"rxjs": "^7.8.0"
3838
}

0 commit comments

Comments
 (0)