This repository was archived by the owner on Jul 25, 2026. It is now read-only.
frog@0.17.0
·
35 commits
to main
since this release
Minor Changes
-
#476
4539665Thanks @dalechyn! - Breaking Change:parentandchannelKeyare deprecated inComposerActionMessageimport { postComposerActionMessage } from 'frog/next' postComposerActionMessage({ type: "createCast", data: { cast: { embeds: [/*...*/]; text: 'Hi'; - parent: '0x...' - channelKey: '...' }; }; })import { postComposerCreateCastActionMessage } from 'frog/next' postComposerCreateCastActionMessage({ embeds: [/*...*/]; text: 'Hi'; - parent: '0x...' - channelKey: '...' })