Skip to content

Commit

Permalink
chore: bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
toolsvenus committed Oct 23, 2024
1 parent fde29cc commit c31a150
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/silver-bears-explain.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @venusprotocol/evm

## 2.167.0

### Minor Changes

- fde29cc: use custom account details modal

## 2.166.0

### Minor Changes
Expand Down
14 changes: 11 additions & 3 deletions apps/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/evm",
"version": "2.166.0",
"version": "2.167.0",
"private": true,
"engines": {
"node": ">=20.x.x"
Expand Down Expand Up @@ -157,7 +157,15 @@
"whatwg-fetch": "^3.6.18"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

0 comments on commit c31a150

Please sign in to comment.