diff --git a/.yarn/versions/4e981df6.yml b/.yarn/versions/4e981df6.yml deleted file mode 100644 index 20d56e825..000000000 --- a/.yarn/versions/4e981df6.yml +++ /dev/null @@ -1,6 +0,0 @@ -releases: - "@fluent-wallet/cfx_estimate-gas-and-collateral": patch - -declined: - - helios - - helios-background diff --git a/.yarn/versions/833a7eca.yml b/.yarn/versions/833a7eca.yml deleted file mode 100644 index ba59edbde..000000000 --- a/.yarn/versions/833a7eca.yml +++ /dev/null @@ -1,6 +0,0 @@ -releases: - "@fluent-wallet/cfx_fee-history": patch - -declined: - - helios - - helios-background diff --git a/.yarn/versions/892784a9.yml b/.yarn/versions/892784a9.yml deleted file mode 100644 index 7ac4c865e..000000000 --- a/.yarn/versions/892784a9.yml +++ /dev/null @@ -1,5 +0,0 @@ -releases: - "@fluent-wallet/cfx_max-priority-fee-per-gas": patch - browser-extension: patch - helios: patch - helios-background: patch diff --git a/.yarn/versions/9c11183a.yml b/.yarn/versions/9c11183a.yml deleted file mode 100644 index 11a659095..000000000 --- a/.yarn/versions/9c11183a.yml +++ /dev/null @@ -1,6 +0,0 @@ -releases: - "@fluent-wallet/cfx_call": patch - -declined: - - helios - - helios-background diff --git a/.yarn/versions/db24a533.yml b/.yarn/versions/db24a533.yml deleted file mode 100644 index 8e656a14f..000000000 --- a/.yarn/versions/db24a533.yml +++ /dev/null @@ -1,19 +0,0 @@ -releases: - "@fluent-wallet/cfx_estimate-1559-fee": patch - "@fluent-wallet/cfx_send-transaction": patch - "@fluent-wallet/cfx_sign-transaction": patch - "@fluent-wallet/cfx_sign-tx-with-ledger-nano-s": patch - "@fluent-wallet/cfx_sign-typed-data_v4": patch - "@fluent-wallet/estimate-tx": patch - "@fluent-wallet/eth_send-transaction": patch - "@fluent-wallet/eth_sign-transaction": patch - "@fluent-wallet/eth_sign-typed-data_v4": patch - "@fluent-wallet/personal_sign": patch - "@fluent-wallet/signature": patch - "@fluent-wallet/wallet_network1559compatible": patch - "@fluent-wallet/wallet_send-transaction": patch - "@fluent-wallet/wallet_send-transaction-with-action": patch - helios: minor - -declined: - - helios-background diff --git a/.yarn/versions/f3a29056.yml b/.yarn/versions/f3a29056.yml deleted file mode 100644 index d838be8ff..000000000 --- a/.yarn/versions/f3a29056.yml +++ /dev/null @@ -1,6 +0,0 @@ -releases: - "@fluent-wallet/cfx_get-fee-burnt": patch - -declined: - - helios - - helios-background diff --git a/package.json b/package.json index f0e559a72..1d3ad65d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "helios", "private": true, - "version": "2.7.5", + "version": "2.8.0", "workspaces": [ "websites/*", "packages/doc-ui/*", diff --git a/packages/background/package.json b/packages/background/package.json index 3af01b6d2..400f4cdbe 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "helios-background", - "version": "0.0.15", + "version": "0.0.16", "type": "module", "main": "src/index.js", "private": true, diff --git a/packages/browser-extension/package.json b/packages/browser-extension/package.json index e0d89939d..0d00f7155 100644 --- a/packages/browser-extension/package.json +++ b/packages/browser-extension/package.json @@ -1,6 +1,6 @@ { "name": "browser-extension", - "version": "0.0.13", + "version": "0.0.14", "main": "index.js", "author": "yqrashawn ", "license": "MIT", diff --git a/packages/estimate-tx/package.json b/packages/estimate-tx/package.json index c4ab6a201..5ea85b93d 100644 --- a/packages/estimate-tx/package.json +++ b/packages/estimate-tx/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.0.1", - "version": "0.2.3", + "version": "0.2.4", "dependencies": { "@fluent-wallet/consts": "workspace:*", "@fluent-wallet/detect-address-type": "workspace:packages/detect-address-type", diff --git a/packages/rpcs/cfx_call/package.json b/packages/rpcs/cfx_call/package.json index 0efb20790..835793d81 100644 --- a/packages/rpcs/cfx_call/package.json +++ b/packages/rpcs/cfx_call/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.0.1", - "version": "0.0.6", + "version": "0.0.7", "dependencies": { "@fluent-wallet/spec": "workspace:packages/spec" } diff --git a/packages/rpcs/cfx_estimate1559Fee/package.json b/packages/rpcs/cfx_estimate1559Fee/package.json index 87f1d8da3..1e97a6382 100644 --- a/packages/rpcs/cfx_estimate1559Fee/package.json +++ b/packages/rpcs/cfx_estimate1559Fee/package.json @@ -2,7 +2,7 @@ "name": "@fluent-wallet/cfx_estimate-1559-fee", "type": "module", "main": "index.js", - "version": "0.0.1", + "version": "0.0.2", "dependencies": { "@ethersproject/units": "5.6.1", "@fluent-wallet/spec": "workspace:packages/spec", diff --git a/packages/rpcs/cfx_estimateGasAndCollateral/package.json b/packages/rpcs/cfx_estimateGasAndCollateral/package.json index e0f04a91a..55ed9b381 100644 --- a/packages/rpcs/cfx_estimateGasAndCollateral/package.json +++ b/packages/rpcs/cfx_estimateGasAndCollateral/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.0.1", - "version": "0.0.8", + "version": "0.0.9", "dependencies": { "@fluent-wallet/spec": "workspace:packages/spec" } diff --git a/packages/rpcs/cfx_feeHistory/package.json b/packages/rpcs/cfx_feeHistory/package.json index 7cd25d18b..870d4aa8c 100644 --- a/packages/rpcs/cfx_feeHistory/package.json +++ b/packages/rpcs/cfx_feeHistory/package.json @@ -2,7 +2,7 @@ "name": "@fluent-wallet/cfx_fee-history", "type": "module", "main": "index.js", - "version": "0.0.0", + "version": "0.0.1", "dependencies": { "@fluent-wallet/spec": "workspace:packages/spec" } diff --git a/packages/rpcs/cfx_getFeeBurnt/package.json b/packages/rpcs/cfx_getFeeBurnt/package.json index 6ac739c52..f00dffef0 100644 --- a/packages/rpcs/cfx_getFeeBurnt/package.json +++ b/packages/rpcs/cfx_getFeeBurnt/package.json @@ -2,7 +2,7 @@ "name": "@fluent-wallet/cfx_get-fee-burnt", "type": "module", "main": "index.js", - "version": "0.0.0", + "version": "0.0.1", "dependencies": { "@fluent-wallet/spec": "workspace:packages/spec" } diff --git a/packages/rpcs/cfx_maxPriorityFeePerGas/package.json b/packages/rpcs/cfx_maxPriorityFeePerGas/package.json index 3254cb779..52592a0c6 100644 --- a/packages/rpcs/cfx_maxPriorityFeePerGas/package.json +++ b/packages/rpcs/cfx_maxPriorityFeePerGas/package.json @@ -2,7 +2,7 @@ "name": "@fluent-wallet/cfx_max-priority-fee-per-gas", "type": "module", "main": "index.js", - "version": "0.0.0", + "version": "0.0.1", "dependencies": { "@fluent-wallet/spec": "workspace:packages/spec" } diff --git a/packages/rpcs/cfx_sendTransaction/package.json b/packages/rpcs/cfx_sendTransaction/package.json index a1aaa9bd7..fde343db8 100644 --- a/packages/rpcs/cfx_sendTransaction/package.json +++ b/packages/rpcs/cfx_sendTransaction/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.0.1", - "version": "1.0.3", + "version": "1.0.4", "dependencies": { "@fluent-wallet/cfx_sign-transaction": "workspace:*", "@fluent-wallet/spec": "workspace:packages/spec" diff --git a/packages/rpcs/cfx_signTransaction/package.json b/packages/rpcs/cfx_signTransaction/package.json index 19a7d4572..3b35a38c9 100644 --- a/packages/rpcs/cfx_signTransaction/package.json +++ b/packages/rpcs/cfx_signTransaction/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.0.1", - "version": "1.0.3", + "version": "1.0.4", "dependencies": { "@fluent-wallet/ledger": "workspace:packages/ledger", "@fluent-wallet/signature": "workspace:packages/signature" diff --git a/packages/rpcs/cfx_signTxWithLedgerNanoS/package.json b/packages/rpcs/cfx_signTxWithLedgerNanoS/package.json index b87713122..89d90351e 100644 --- a/packages/rpcs/cfx_signTxWithLedgerNanoS/package.json +++ b/packages/rpcs/cfx_signTxWithLedgerNanoS/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.1.0", - "version": "0.0.7", + "version": "0.0.8", "dependencies": { "@fluent-wallet/ledger": "workspace:*", "@fluent-wallet/signature": "workspace:*", diff --git a/packages/rpcs/cfx_signTypedData_v4/package.json b/packages/rpcs/cfx_signTypedData_v4/package.json index b5cf3ad0e..9ff68e22c 100644 --- a/packages/rpcs/cfx_signTypedData_v4/package.json +++ b/packages/rpcs/cfx_signTypedData_v4/package.json @@ -2,7 +2,7 @@ "name": "@fluent-wallet/cfx_sign-typed-data_v4", "type": "module", "main": "index.js", - "version": "0.0.16", + "version": "0.0.17", "dependencies": { "@fluent-wallet/signature": "workspace:packages/signature", "@fluent-wallet/spec": "workspace:packages/spec", diff --git a/packages/rpcs/eth_sendTransaction/package.json b/packages/rpcs/eth_sendTransaction/package.json index e49e6521a..ef32ae3af 100644 --- a/packages/rpcs/eth_sendTransaction/package.json +++ b/packages/rpcs/eth_sendTransaction/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.1.0", - "version": "2.0.4", + "version": "2.0.5", "dependencies": { "@fluent-wallet/eth_sign-transaction": "workspace:*", "@fluent-wallet/spec": "workspace:*" diff --git a/packages/rpcs/eth_signTransaction/package.json b/packages/rpcs/eth_signTransaction/package.json index 080cb7dc6..7530874ff 100644 --- a/packages/rpcs/eth_signTransaction/package.json +++ b/packages/rpcs/eth_signTransaction/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.1.0", - "version": "1.0.5", + "version": "1.0.6", "dependencies": { "@ethersproject/units": "5.6.1", "@fluent-wallet/consts": "workspace:*", diff --git a/packages/rpcs/eth_signTypedData_v4/package.json b/packages/rpcs/eth_signTypedData_v4/package.json index f5a3e77d4..2071a6be3 100644 --- a/packages/rpcs/eth_signTypedData_v4/package.json +++ b/packages/rpcs/eth_signTypedData_v4/package.json @@ -2,7 +2,7 @@ "name": "@fluent-wallet/eth_sign-typed-data_v4", "type": "module", "main": "index.js", - "version": "0.0.15", + "version": "0.0.16", "dependencies": { "@fluent-wallet/cfx_sign-typed-data_v4": "workspace:packages/rpcs/cfx_signTypedData_v4" } diff --git a/packages/rpcs/personal_sign/package.json b/packages/rpcs/personal_sign/package.json index 2cea80563..a0f731e48 100644 --- a/packages/rpcs/personal_sign/package.json +++ b/packages/rpcs/personal_sign/package.json @@ -2,7 +2,7 @@ "name": "@fluent-wallet/personal_sign", "type": "module", "main": "index.js", - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "@fluent-wallet/signature": "workspace:packages/signature", "@fluent-wallet/spec": "workspace:packages/spec" diff --git a/packages/rpcs/wallet_network1559Compatible/package.json b/packages/rpcs/wallet_network1559Compatible/package.json index 33af427c8..e8fdd0bac 100644 --- a/packages/rpcs/wallet_network1559Compatible/package.json +++ b/packages/rpcs/wallet_network1559Compatible/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.1.0", - "version": "0.0.2", + "version": "0.0.3", "dependencies": { "@fluent-wallet/spec": "workspace:*" } diff --git a/packages/rpcs/wallet_sendTransaction/package.json b/packages/rpcs/wallet_sendTransaction/package.json index 067ae31bc..7d3a4cbab 100644 --- a/packages/rpcs/wallet_sendTransaction/package.json +++ b/packages/rpcs/wallet_sendTransaction/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.1.0", - "version": "3.0.1", + "version": "3.0.2", "dependencies": { "@ethersproject/bignumber": "5.6.2", "@fluent-wallet/cfx_send-transaction": "workspace:*", diff --git a/packages/rpcs/wallet_sendTransactionWithAction/package.json b/packages/rpcs/wallet_sendTransactionWithAction/package.json index aa38f574c..196df9079 100644 --- a/packages/rpcs/wallet_sendTransactionWithAction/package.json +++ b/packages/rpcs/wallet_sendTransactionWithAction/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "index.js", "packageManager": "yarn@3.2.0", - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "@fluent-wallet/spec": "workspace:*", "@fluent-wallet/wallet_send-transaction": "workspace:*" diff --git a/packages/signature/package.json b/packages/signature/package.json index 72926c9e6..a26afd77f 100644 --- a/packages/signature/package.json +++ b/packages/signature/package.json @@ -2,7 +2,7 @@ "name": "@fluent-wallet/signature", "type": "module", "main": "index.js", - "version": "0.0.16", + "version": "0.0.17", "dependencies": { "@ethersproject/bytes": "5.6.1", "@ethersproject/hash": "5.6.1",