Skip to content

Commit

Permalink
chore: version packages v0.4.0 🌊 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Leonardo Zizzamia <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2024
1 parent 0355c73 commit 6256225
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .changeset/new-dragons-serve.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- **feat**: deprecated `getFrameAccountAddress` as now `getFrameMessage` returns also the Account Address. #60 0355c73
- **feat**: integrated with Neynars api to get validated messages + additional context like recast/follow/etc. By @robpolak #59
- **fix**: removed farcaster references as they were generating build errors and compatibility issues. By @robpolak #59

BREAKING CHANGES

I will write the breaking changes in the next PR

## 0.3.1

### Patch Changes
Expand Down Expand Up @@ -85,7 +97,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.3.1",
"version": "0.4.0",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 6256225

Please sign in to comment.