Skip to content

Commit d12472c

Browse files
chore: version packages v0.5.1 🌊 (#92)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f6cc8a4 commit d12472c

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/honest-tigers-thank.md

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

CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- f9f7652: - **feat**: added option for mint action on a Frame. By @zizzamia #93
8+
- **feat**: added option for simple static links when creating a Frame. By @zizzamia #93
9+
- **feat**: added `wrapper` prop to `<FrameMetadata />` component, that defaults to `React.Fragment` when not passed (original behavior). By @syntag #90 #91
10+
- **feat**: exported `FrameMetadataResponse` type which can be useful when using `getFrameMetadata` in a TS project. By @syntag #90
11+
312
## 0.5.0
413

514
### Minor Changes

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

0 commit comments

Comments
 (0)