Skip to content

Commit

Permalink
chore(common): release packages (#1418)
Browse files Browse the repository at this point in the history
Co-authored-by: ConfluxBot <confluxbot@users.noreply.github.com>
  • Loading branch information
ConfluxBot and ConfluxBot authored Oct 11, 2024
1 parent cf98d34 commit fe222a7
Show file tree
Hide file tree
Showing 28 changed files with 22 additions and 70 deletions.
6 changes: 0 additions & 6 deletions .yarn/versions/4e981df6.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/versions/833a7eca.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/versions/892784a9.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/versions/9c11183a.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .yarn/versions/db24a533.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/versions/f3a29056.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "helios",
"private": true,
"version": "2.7.5",
"version": "2.8.0",
"workspaces": [
"websites/*",
"packages/doc-ui/*",
Expand Down
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.15",
"version": "0.0.16",
"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.13",
"version": "0.0.14",
"main": "index.js",
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/estimate-tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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": "yarn@3.0.1",
"version": "0.0.6",
"version": "0.0.7",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec"
}
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.1",
"version": "0.0.2",
"dependencies": {
"@ethersproject/units": "5.6.1",
"@fluent-wallet/spec": "workspace:packages/spec",
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": "yarn@3.0.1",
"version": "0.0.8",
"version": "0.0.9",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec"
}
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.0",
"version": "0.0.1",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_getFeeBurnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_maxPriorityFeePerGas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_sendTransaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_signTransaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_signTxWithLedgerNanoS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_signTypedData_v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/eth_sendTransaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/eth_signTransaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/eth_signTypedData_v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/personal_sign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_network1559Compatible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_sendTransaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fe222a7

Please sign in to comment.