Skip to content

Commit

Permalink
chore(web3): bump v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu authored and jjyr committed Feb 3, 2023
1 parent 4e137cf commit c3d28a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"eslint": "^8.5.0",
"prettier": "^2.2.1"
},
"version": "1.10.0-rc2",
"version": "1.11.0",
"author": "hupeng <[email protected]>"
}
4 changes: 2 additions & 2 deletions web3/packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godwoken-web3/api-server",
"version": "1.10.0-rc2",
"version": "1.11.0",
"private": true,
"scripts": {
"start": "concurrently \"tsc -w\" \"nodemon ./bin/cluster\"",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@ckb-lumos/base": "0.18.0-rc6",
"@ckb-lumos/toolkit": "0.18.0-rc6",
"@godwoken-web3/godwoken": "1.10.0-rc2",
"@godwoken-web3/godwoken": "1.11.0",
"@ethersproject/bignumber": "^5.7.0",
"@newrelic/native-metrics": "^7.0.1",
"@opentelemetry/api": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion web3/packages/godwoken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godwoken-web3/godwoken",
"version": "1.10.0-rc2",
"version": "1.11.0",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c3d28a7

Please sign in to comment.