Skip to content

Commit

Permalink
chore: version packages v0.4.3 🌊 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 3, 2024
1 parent 4bd8ec8 commit 169e37c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-bottles-arrive.md

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.3

### Patch Changes

- 4bd8ec8: - **feat**: added `textInput` to `FrameData`.

## 0.4.2

### Patch Changes
Expand Down Expand Up @@ -133,7 +139,7 @@ const frameMetadata = getFrameMetadata({
```ts
type Button = {
label: string;
action?: 'post' | 'post_redirect';
action?: "post" | "post_redirect";
};

type FrameMetadata = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 169e37c

Please sign in to comment.