We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c146d commit 35df707Copy full SHA for 35df707
.changeset/smart-actors-walk.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.4.1
4
+
5
+### Patch Changes
6
7
+- 97c146d: - **fix**: missing apiKey
8
9
## 0.4.0
10
11
### Minor Changes
@@ -97,7 +103,7 @@ const frameMetadata = getFrameMetadata({
97
103
```ts
98
104
type Button = {
99
105
label: string;
100
- action?: 'post' | 'post_redirect';
106
+ action?: "post" | "post_redirect";
101
107
};
102
108
109
type FrameMetadata = {
package.json
@@ -1,6 +1,6 @@
{
"name": "@coinbase/onchainkit",
- "version": "0.4.0",
+ "version": "0.4.1",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
"scripts": {
0 commit comments