Skip to content

Commit

Permalink
chore: release (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Jul 29, 2024
1 parent 0217b6c commit 8c230a8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .changeset/brave-pianos-punch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
"@coinbase/onchainkit": patch
---

**fix**: formatDecimals precision by @0xAlec #912
- **fix**: `formatDecimals` precision. By @0xAlec #912
- **fix**: additional `Transaction` component QA. By @abcrane123 #923 #931
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- e4a9c5c: - **fix**: made `IdentityProvider` to use address directly when switching address. By @kirkas #910
- **fix**: made `IdentityProvider` to use address directly when switching address. By @kirkas #910 e4a9c5c

## 0.26.9

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.26.7",
"@coinbase/onchainkit": "0.26.10",
"@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.26.7":
version: 0.26.7
resolution: "@coinbase/onchainkit@npm:0.26.7"
"@coinbase/onchainkit@npm:0.26.10":
version: 0.26.10
resolution: "@coinbase/onchainkit@npm:0.26.10"
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: 6854781be016b3820fc1662947bf702e95b222eae2604484cf136d5fbc6fee2d48405fae497207d2511b75ff893df7e23a303015e4f8688a15fe42b027728b79
checksum: 268fbf3da04bdedeff8d88f794b869b187d011eb4c8763cca85abc6cfc9b3f577f23911d239dfc4d72305f8f356eb3c504d962ccc0d3526fa3318a68092b4ce6
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.26.7"
"@coinbase/onchainkit": "npm:0.26.10"
"@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.26.10';
export const version = '0.26.11';
8 changes: 4 additions & 4 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export default defineConfig({
],
reportOnFailure: true,
thresholds: {
statements: 96.18,
branches: 97.49,
functions: 90.86,
lines: 96.18,
statements: 97.11,
branches: 97.56,
functions: 92.06,
lines: 97.11,
},
},
environment: 'jsdom',
Expand Down

0 comments on commit 8c230a8

Please sign in to comment.