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 14, 2024
1 parent 0690e47 commit abcebbd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-bats-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-timers-leave.md

This file was deleted.

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

## 2.158.0

### Minor Changes

- 3bea281: Add support for Optimism networks

### Patch Changes

- 0690e47: fix initial value used when clicking on max button or repay form

## 2.157.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.157.0",
"version": "2.158.0",
"private": true,
"engines": {
"node": ">=20.x.x"
Expand Down Expand Up @@ -155,7 +155,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 abcebbd

Please sign in to comment.