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 Aug 16, 2024
1 parent 6bd77f0 commit 242b510
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 30 deletions.
26 changes: 0 additions & 26 deletions .yarn/versions/3e238404.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.0",
"version": "2.7.1",
"workspaces": [
"websites/*",
"packages/doc-ui/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/inner-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"type": "module",
"main": "index.js",
"private": true,
"version": "0.0.4"
"version": "0.0.5"
}
2 changes: 1 addition & 1 deletion packages/ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/ledger",
"type": "module",
"main": "index.js",
"version": "0.0.7",
"version": "0.0.8",
"dependencies": {
"@fluent-wallet/base32-address": "workspace:packages/base32-address",
"@fluent-wallet/hw-app-conflux": "0.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/eth_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.4",
"version": "0.0.5",
"dependencies": {
"@ethereumjs/rlp": "5.0.2",
"@ethereumjs/tx": "5.3.0",
Expand Down

0 comments on commit 242b510

Please sign in to comment.