Skip to content

Commit

Permalink
chore: version packages v0.4.2 🌊 (#73)
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] authored Feb 3, 2024
1 parent 89e5210 commit 1180210
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/lazy-shirts-warn.md

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.4.2

### Patch Changes

- 89e5210: - **feat**: Added support for Text Input metadata for Farcaster Frames. By @taycaldwell #67
- **feat**: Added `FrameMetadata` component, to help support metadata elements with classic React apps. By @zizzamia #71
- **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

## 0.4.1

### Minor Changes
Expand Down Expand Up @@ -125,7 +133,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.1",
"version": "0.4.2",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 1180210

Please sign in to comment.