Skip to content

Commit

Permalink
chore: release (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Aug 7, 2024
1 parent 9fbb7ec commit 6305373
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
7 changes: 4 additions & 3 deletions .changeset/warm-rice-study.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
"@coinbase/onchainkit": minor
"@coinbase/onchainkit": patch
---
**feat**: Add `isBasename` and `getBaseDefaultProfilePicture` function to resolve to default avatars. By @kirkas #1002
**feat**: Modify `getAvatar` to resolve default avatars, only for basenames. By @kirkas #1002

- **feat**: added `isBasename` and `getBaseDefaultProfilePicture` function to resolve to default avatars. By @kirkas #1002
- **feat**: modified `getAvatar` to resolve default avatars, only for basenames. By @kirkas #1002
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Patch Changes

- 0351295: - **chore**: updated all Wallet dropdown SVGs to render 16x16. Update text to Claim Basename (if no Basename), otherwise "Profile". By @cpcramer #990
- **feat**: added chain props to `useAvatar` and `getAvatar` to resolve Base avatar. By @kirkas #986
- **feat**: modified `getAvatar` to resolve Base avatar, and fallback to mainnet if none is found. By @kirkas #986
- **chore**: updated all Wallet dropdown SVGs to render 16x16. Update text to Claim Basename (if no Basename), otherwise "Profile". By @cpcramer #990 0351295
- **feat**: added chain props to `useAvatar` and `getAvatar` to resolve Base avatar. By @kirkas #986
- **feat**: modified `getAvatar` to resolve Base avatar, and fallback to mainnet if none is found. By @kirkas #986

## 0.28.3

Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vocs preview"
},
"dependencies": {
"@coinbase/onchainkit": "0.28.3",
"@coinbase/onchainkit": "0.28.4",
"@types/react": "latest",
"@vercel/edge": "^1.1.1",
"permissionless": "^0.1.29",
Expand Down
10 changes: 5 additions & 5 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,9 @@ __metadata:
languageName: node
linkType: hard

"@coinbase/onchainkit@npm:0.28.3":
version: 0.28.3
resolution: "@coinbase/onchainkit@npm:0.28.3"
"@coinbase/onchainkit@npm:0.28.4":
version: 0.28.4
resolution: "@coinbase/onchainkit@npm:0.28.4"
dependencies:
"@rainbow-me/rainbowkit": "npm:^2.1.3"
"@tanstack/react-query": "npm:^5"
Expand All @@ -496,7 +496,7 @@ __metadata:
"@xmtp/frames-validator": ^0.6.0
react: ^18
react-dom: ^18
checksum: 97fba7bb1a282aec36c4fd90ce8de8c47c2bc7c5304353c5a31644903ed71ab49275fc82b65e9f545e927a3837e2e63177f0ac9b8adf4af936bba911e2acb6c7
checksum: 8452f187bdcfc6018a6e470c2eb5be76f0c15f531ad4c7f8bc9b0e2fe4530ed24e211daee19265daf25c69f03a6f7435bcda435d78f02356d25ddb6e8b56fb74
languageName: node
linkType: hard

Expand Down Expand Up @@ -7836,7 +7836,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "onchainkit@workspace:."
dependencies:
"@coinbase/onchainkit": "npm:0.28.3"
"@coinbase/onchainkit": "npm:0.28.4"
"@types/react": "npm:latest"
"@vercel/edge": "npm:^1.1.1"
permissionless: "npm:^0.1.29"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.28.4';
export const version = '0.28.5';
8 changes: 4 additions & 4 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export default defineConfig({
],
reportOnFailure: true,
thresholds: {
statements: 99.13,
branches: 97.68,
functions: 93.33,
lines: 99.13,
statements: 99.15,
branches: 97.72,
functions: 93.42,
lines: 99.15,
},
},
environment: 'jsdom',
Expand Down

0 comments on commit 6305373

Please sign in to comment.