Skip to content

Commit

Permalink
chore: changeset v0.16.0 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Jan 17, 2024
1 parent a8c5968 commit f1e08c4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .changeset/wicked-months-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@coinbase/build-onchain-apps': minor
---

- **chore**: Moved the main template code into the template folder. By @zizzamia #252
- **fix**: Removed theme null. By @wespickett #251
- **feat**: Added tob banner component. By @Sneh1999 #247
- **feat**: Added `OnchainAddress` and allow `OnchainAvatar` to have className customizable. By @zizzamia #246
- **chore**: Polished `OnchainAvatar`. By @zizzamia #244
- **chore**: More tests, build cleanup and upgraded dependecies. By @zizzamia #243 #245 #248
- **fix**: Signature mint errors. By @robpolak #240
- **docs**: Added a comment to explain the new app folder pattern. By @wespickett #238 #249
- **feat**: Added footer component. By @renanmav #235 #242
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src='./docs/logo-v-0-15.png' width='800' alt='Build Onchain Apps Toolkit'>
<img src='./docs/logo-v-0-16.png' width='800' alt='Build Onchain Apps Toolkit'>

# [Build Onchain Apps Toolkit (⛵️)](https://github.com/coinbase/build-onchain-apps/)

Expand Down Expand Up @@ -201,6 +201,13 @@ Build Onchain Apps Toolkit is all about community; for any questions, feel free
</td>
</tr>
<tr>
<td align="center" valign="top">
<a href="https://twitter.com/renanmav">
<img width="80" height="80" src="https://github.com/renanmav.png?s=100">
</a>
<br />
<a href="https://twitter.com/renanmav">Renan Machado</a>
</td>
<td align="center" valign="top">
<a href="https://warpcast.com/cnasc">
<img width="80" height="80" src="https://github.com/cnasc.png?s=100">
Expand Down
Binary file added docs/logo-v-0-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion template/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const viewport = {
export const metadata: Metadata = {
manifest: '/manifest.json',
other: {
boat: '0.15.0',
boat: '0.16.0',
},
};

Expand Down

0 comments on commit f1e08c4

Please sign in to comment.