Skip to content

Commit

Permalink
chore: version packages v0.20.6 🌊 (#547)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 13, 2024
1 parent 0225039 commit 732a51c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/short-schools-train.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.20.6

### Patch Changes

- 0225039: - **fix**: added Token amount formatter. By @abcrane123 #543 #544
- **chore**: more code cleanup. By @zizzamia #536 #537

## 0.20.5

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/onchainkit",
"version": "0.20.5",
"version": "0.20.6",
"type": "module",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
Expand Down Expand Up @@ -68,13 +68,20 @@
"packemon": [
{
"bundle": false,
"platform": ["browser"]
"platform": [
"browser"
]
}
],
"publishConfig": {
"access": "public"
},
"files": ["esm/**/*", "lib/**/*", "src/", "src/**/*"],
"files": [
"esm/**/*",
"lib/**/*",
"src/",
"src/**/*"
],
"main": "./esm/index.js",
"types": "./esm/index.d.ts",
"module": "./esm/index.js",
Expand Down

0 comments on commit 732a51c

Please sign in to comment.