Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 16f65e7

Browse files
authored
chore: bump v1.10.0-rc3 (#598)
1 parent 72dcbd0 commit 16f65e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"eslint": "^8.5.0",
3131
"prettier": "^2.2.1"
3232
},
33-
"version": "1.10.0-rc2",
33+
"version": "1.10.0-rc3",
3434
"author": "hupeng <bitrocks.hu@gmail.com>"
3535
}

packages/api-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@godwoken-web3/api-server",
3-
"version": "1.10.0-rc2",
3+
"version": "1.10.0-rc3",
44
"private": true,
55
"scripts": {
66
"start": "concurrently \"tsc -w\" \"nodemon ./bin/cluster\"",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@ckb-lumos/base": "0.18.0-rc6",
3434
"@ckb-lumos/toolkit": "0.18.0-rc6",
35-
"@godwoken-web3/godwoken": "1.10.0-rc2",
35+
"@godwoken-web3/godwoken": "1.10.0-rc3",
3636
"@ethersproject/bignumber": "^5.7.0",
3737
"@newrelic/native-metrics": "^7.0.1",
3838
"@opentelemetry/api": "^1.3.0",

packages/godwoken/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@godwoken-web3/godwoken",
3-
"version": "1.10.0-rc2",
3+
"version": "1.10.0-rc3",
44
"private": true,
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)