diff --git a/.changeset/selfish-hotels-tap.md b/.changeset/selfish-hotels-tap.md deleted file mode 100644 index a4635204..00000000 --- a/.changeset/selfish-hotels-tap.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@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 f3811256..13601312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.10.0 + +### Minor Changes + +- **feat**: added `yarn build` check in CI #155 #156 (20ea771) +- **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 + ## 0.9.1 ### Patch Changes diff --git a/package.json b/package.json index ea0e4ccb..3514a616 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/build-onchain-apps", - "version": "0.9.1", + "version": "0.10.0", "repository": "https://github.com/coinbase/build-onchain-apps.git", "license": "Apache-2.0", "dependencies": {