Skip to content

Commit

Permalink
chore(common): release packages (#1444)
Browse files Browse the repository at this point in the history
Co-authored-by: ConfluxBot <[email protected]>
  • Loading branch information
ConfluxBot and ConfluxBot authored Nov 28, 2024
1 parent ea2d4ce commit 34a926b
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .yarn/versions/11720844.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.18",
"version": "0.0.19",
"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.16",
"version": "0.0.17",
"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.6",
"version": "2.0.7",
"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_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": "1.0.6",
"version": "1.0.7",
"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": "[email protected]",
"version": "1.0.6",
"version": "1.0.7",
"dependencies": {
"@fluent-wallet/ledger": "workspace:packages/ledger",
"@fluent-wallet/signature": "workspace:packages/signature"
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.4",
"version": "3.0.5",
"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.4",
"version": "1.0.5",
"dependencies": {
"@fluent-wallet/spec": "workspace:*",
"@fluent-wallet/wallet_send-transaction": "workspace:*"
Expand Down

0 comments on commit 34a926b

Please sign in to comment.