Skip to content

Commit

Permalink
chore(common): release packages (#1508)
Browse files Browse the repository at this point in the history
Co-authored-by: ConfluxBot <[email protected]>
  • Loading branch information
ConfluxBot and ConfluxBot authored Jan 8, 2025
1 parent 1ee9b69 commit 6069695
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 26 deletions.
15 changes: 0 additions & 15 deletions .yarn/versions/df8ca3ae.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.32",
"version": "0.0.33",
"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.32",
"version": "0.0.33",
"main": "index.js",
"author": "yqrashawn <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/conflux-tx-error/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": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@fluent-wallet/json-rpc-error": "workspace:packages/json-rpc-error"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-tx-error/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": "1.0.3",
"version": "1.0.4",
"dependencies": {
"@fluent-wallet/json-rpc-error": "workspace:packages/json-rpc-error"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/json-rpc-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/json-rpc-error",
"type": "module",
"main": "index.js",
"version": "1.1.2",
"version": "1.1.3",
"dependencies": {
"@fluent-wallet/errors": "workspace:packages/errors"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/popup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "helios-popup",
"type": "module",
"version": "0.1.14",
"version": "0.1.15",
"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.10",
"version": "2.0.11",
"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/wallet_handleUnfinishedCFXTx/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": "1.0.14",
"version": "1.0.15",
"dependencies": {
"@ethersproject/bignumber": "5.6.2",
"@fluent-wallet/compose": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_handleUnfinishedETHTx/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": "1.0.15",
"version": "1.0.16",
"dependencies": {
"@ethersproject/bignumber": "5.6.2",
"@fluent-wallet/compose": "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": "[email protected]",
"version": "3.0.7",
"version": "3.0.8",
"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": "[email protected]",
"version": "1.0.7",
"version": "1.0.8",
"dependencies": {
"@fluent-wallet/spec": "1.0.8",
"@fluent-wallet/wallet_send-transaction": "workspace:*"
Expand Down

0 comments on commit 6069695

Please sign in to comment.