Skip to content

Commit 1180210

Browse files
chore: version packages v0.4.2 🌊 (#73)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 89e5210 commit 1180210

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/lazy-shirts-warn.md

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

CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 89e5210: - **feat**: Added support for Text Input metadata for Farcaster Frames. By @taycaldwell #67
8+
- **feat**: Added `FrameMetadata` component, to help support metadata elements with classic React apps. By @zizzamia #71
9+
- **feat**: Added `OnchainName` component, to our Identity Kit. The `OnchainName` component primarily focuses on showcasing ENS names for given Ethereum addresses, and defaults to displaying a sliced version of the address when an ENS name isn't available. By @alvaroraminelli #49
10+
311
## 0.4.1
412

513
### Minor Changes
@@ -125,7 +133,7 @@ const frameMetadata = getFrameMetadata({
125133
```ts
126134
type Button = {
127135
label: string;
128-
action?: 'post' | 'post_redirect';
136+
action?: "post" | "post_redirect";
129137
};
130138

131139
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.1",
3+
"version": "0.4.2",
44
"repository": "https://github.com/coinbase/onchainkit.git",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)