Skip to content

Commit

Permalink
chore: changeset v0.17 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Jan 23, 2024
1 parent 44e87f2 commit 3537eae
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .changeset/hungry-birds-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@coinbase/build-onchain-apps': minor
---

- **fix**: Explicitly sets metadataBase to suppress build warnings (#257 issue). By @wespickett #266
- **feat**: Second passthrough on responsiveness. By renanmav & @mochikuan #250
- **feat**: New design for the Buy Me Coffee page. By @alvaroraminelli & @mochikuan #258
- **feat**: Added `rehype-pretty-code` for better code example. By @zizzamia #263
- **fix**: A few followup changes related to the folder structure change. By @Sneh1999 #262 #264 #265 #267
- **feat**: Added support for local node. By @Sneh1999 #260
- **feat**: Added AllowlistNFT Base smart contract. By @pop-punk & @awilliams1-cb #255

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src='./docs/logo-v-0-16.png' width='800' alt='Build Onchain Apps Toolkit'>
<img src='./docs/logo-v-0-17.png' width='800' alt='Build Onchain Apps Toolkit'>

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

Expand Down
Binary file added docs/logo-v-0-17.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.16.0',
boat: '0.17.0',
},
};

Expand Down

0 comments on commit 3537eae

Please sign in to comment.