Skip to content

Commit

Permalink
chore(common): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluxBot committed Dec 27, 2024
1 parent f6d2273 commit 112ec48
Show file tree
Hide file tree
Showing 175 changed files with 173 additions and 353 deletions.
178 changes: 0 additions & 178 deletions .yarn/versions/9014a0b8.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/bea555df.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/background/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helios-background",
"version": "0.0.30",
"version": "0.0.31",
"type": "module",
"main": "src/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-extension",
"version": "0.0.30",
"version": "0.0.31",
"main": "index.js",
"author": "yqrashawn <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/rpc-engine",
"type": "module",
"main": "index.js",
"version": "2.0.8",
"version": "2.0.9",
"dependencies": {
"@fluent-wallet/associative": "workspace:packages/associative",
"@fluent-wallet/cache-rpc": "workspace:packages/cache-rpc",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/cfx_accounts",
"type": "module",
"main": "index.js",
"version": "3.0.1",
"version": "3.0.2",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.8",
"version": "0.0.9",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_chainId/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/cfx_chain-id",
"type": "module",
"main": "index.js",
"version": "1.0.3",
"version": "1.0.4",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.6",
"version": "0.0.7",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_clientVersion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_epochNumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/cfx_epoch-number",
"type": "module",
"main": "index.js",
"version": "0.0.12",
"version": "0.0.13",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_estimate1559Fee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/cfx_estimate-1559-fee",
"type": "module",
"main": "index.js",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {
"@ethersproject/units": "5.6.1",
"@fluent-wallet/spec": "1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_estimateGasAndCollateral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.10",
"version": "0.0.11",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_feeHistory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/cfx_fee-history",
"type": "module",
"main": "index.js",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_gasPrice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/cfx_gas-price",
"type": "module",
"main": "index.js",
"version": "0.0.16",
"version": "0.0.17",
"dependencies": {
"@fluent-wallet/consts": "workspace:*",
"@fluent-wallet/spec": "1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_getAccount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/cfx_get-account",
"type": "module",
"main": "index.js",
"version": "0.0.12",
"version": "0.0.13",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_getAccountPendingInfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_getAccumulateInterestRate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_getAdmin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_getBalance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/cfx_get-balance",
"type": "module",
"main": "index.js",
"version": "0.0.10",
"version": "0.0.11",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_getBestBlockHash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_getBlockByBlockNumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_getBlockByEpochNumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_getBlockByHash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
}
Expand Down
Loading

0 comments on commit 112ec48

Please sign in to comment.