Skip to content

Commit 169e37c

Browse files
chore: version packages v0.4.3 🌊 (#75)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4bd8ec8 commit 169e37c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/nice-bottles-arrive.md

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

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- 4bd8ec8: - **feat**: added `textInput` to `FrameData`.
8+
39
## 0.4.2
410

511
### Patch Changes
@@ -133,7 +139,7 @@ const frameMetadata = getFrameMetadata({
133139
```ts
134140
type Button = {
135141
label: string;
136-
action?: 'post' | 'post_redirect';
142+
action?: "post" | "post_redirect";
137143
};
138144

139145
type FrameMetadata = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/onchainkit",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"repository": "https://github.com/coinbase/onchainkit.git",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)