diff --git a/.changeset/selfish-hotels-tap.md b/.changeset/selfish-hotels-tap.md new file mode 100644 index 00000000..a4635204 --- /dev/null +++ b/.changeset/selfish-hotels-tap.md @@ -0,0 +1,10 @@ +--- +'@coinbase/build-onchain-apps': minor +--- + +- **feat**: added `yarn build` check in CI #155 #156 +- **fix**: moved `pages` to hold only pages, and components/hooks/styles under `src`. Also removed ts paths since they tend to cause issues. #153 +- **feat**: setup Perfume.js and Web Vitals metrics #152 +- **feat**: started a new homepage with a CodeBlock component #151 +- **docs**: added [Stackblitz](https://stackblitz.com/github/coinbase/build-onchain-apps/tree/main/apps/build-onchain-apps) for a quick live code demo access #148 +- **feat**: added ABI Types with `abitype` #146 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5441c007..f3811256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- b4b09c1: - **fix**: added missing import and dependecies for Tailwind to work (#143) - - **fix**: now jest coverage works, and it's pretty nice (#142) - - **feat**: Initial setup for mobile menu (#137) +- **fix**: added missing import and dependecies for Tailwind to work (#143) (b4b09c1) +- **fix**: now jest coverage works, and it's pretty nice (#142) +- **feat**: Initial setup for mobile menu (#137) ## 0.9.0 diff --git a/README.md b/README.md index 3e89176e..e1b2f488 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ npm uninstall -g @coinbase/build-onchain-apps Building Onchain Applications is all about community, whether you are ready for a hackathon or building your next company; for any questions, feel free to: 1. open an [issue](https://github.com/coinbase/build-onchain-apps/issues/new?assignees=&labels=type%3A+documentation&projects=&template=documentation_request.yml&title=Documentation+Request%3A+) and ask a question here on GitHub; -2. reach out to the maintainers on Twitter: [@zizzamia](https://twitter.com/Zizzamia), [@alvaroraminelli](https://twitter.com/alvaroraminelli), [codyrnova](https://twitter.com/codyrnova), [snoopies_eth](https://twitter.com/snoopies_eth) +2. reach out to the maintainers on Twitter: [@zizzamia](https://twitter.com/Zizzamia), [@alvaroraminelli](https://twitter.com/alvaroraminelli), [@snoopies_eth](https://twitter.com/snoopies_eth), [@wespickett](https://twitter.com/wespickett), [@renanmav](https://twitter.com/renanmav), [@codyrnova](https://twitter.com/codyrnova) 3. let us know [what project you build](https://github.com/coinbase/build-onchain-apps/discussions/64) with this library.