Skip to content

Commit d76d9c6

Browse files
Version Packages (#2691)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @farcaster/shuttle@0.9.7 ### Patch Changes - eb884b8: chore: rebuild against `@farcaster/hub-nodejs@0.15.11` so the rolled-up `.d.ts` re-exports the new V16 types (`KeyAddMessage` / `KeyRemoveMessage` / `SignerInfo` / `SignersByFidRequest` / etc.) for consumers importing them through `@farcaster/shuttle`. No source change. <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the version of the `@farcaster/shuttle` package from `0.9.6` to `0.9.7` and includes a changelog entry detailing a rebuild against the `@farcaster/hub-nodejs@0.15.11`, which adds new TypeScript definitions. ### Detailed summary - Updated `version` of `@farcaster/shuttle` from `0.9.6` to `0.9.7`. - Added changelog entry for version `0.9.7`: - Rebuilt against `@farcaster/hub-nodejs@0.15.11`. - Updated `.d.ts` to include new V16 types (`KeyAddMessage`, `KeyRemoveMessage`, `SignerInfo`, `SignersByFidRequest`, etc.). > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb884b8 commit d76d9c6

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/neyn-10555-shuttle-bump.md

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

packages/shuttle/CHANGELOG.md

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

3+
## 0.9.7
4+
5+
### Patch Changes
6+
7+
- eb884b8b: chore: rebuild against `@farcaster/hub-nodejs@0.15.11` so the rolled-up
8+
`.d.ts` re-exports the new V16 types (`KeyAddMessage` / `KeyRemoveMessage` /
9+
`SignerInfo` / `SignersByFidRequest` / etc.) for consumers importing them
10+
through `@farcaster/shuttle`. No source change.
11+
312
## 0.9.6
413

514
### Patch Changes

packages/shuttle/package.json

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

0 commit comments

Comments
 (0)