Skip to content

Commit 35df707

Browse files
chore: version packages v0.4.1 🌊 (#64)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 97c146d commit 35df707

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/smart-actors-walk.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.1
4+
5+
### Patch Changes
6+
7+
- 97c146d: - **fix**: missing apiKey
8+
39
## 0.4.0
410

511
### Minor Changes
@@ -97,7 +103,7 @@ const frameMetadata = getFrameMetadata({
97103
```ts
98104
type Button = {
99105
label: string;
100-
action?: 'post' | 'post_redirect';
106+
action?: "post" | "post_redirect";
101107
};
102108

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

0 commit comments

Comments
 (0)