diff --git a/.changeset/honest-tigers-thank.md b/.changeset/honest-tigers-thank.md new file mode 100644 index 0000000000..ea9673ce04 --- /dev/null +++ b/.changeset/honest-tigers-thank.md @@ -0,0 +1,6 @@ +--- +"@coinbase/onchainkit": patch +--- + +- **feat**: added `wrapper` prop to `` component, that defaults to `React.Fragment` when not passed (original behavior). By @syntag #90 #91 +- **feat**: exported `FrameMetadataResponse` type which can be useful when using `getFrameMetadata` in a TS project. By @syntag #90