We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd8ec8 commit 169e37cCopy full SHA for 169e37c
.changeset/nice-bottles-arrive.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.4.3
4
+
5
+### Patch Changes
6
7
+- 4bd8ec8: - **feat**: added `textInput` to `FrameData`.
8
9
## 0.4.2
10
11
### Patch Changes
@@ -133,7 +139,7 @@ const frameMetadata = getFrameMetadata({
133
139
```ts
134
140
type Button = {
135
141
label: string;
136
- action?: 'post' | 'post_redirect';
142
+ action?: "post" | "post_redirect";
137
143
};
138
144
145
type FrameMetadata = {
package.json
@@ -1,6 +1,6 @@
{
"name": "@coinbase/onchainkit",
- "version": "0.4.2",
+ "version": "0.4.3",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
"scripts": {
0 commit comments