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 27, 2024
1 parent ae5c7d4 commit 8c057ef
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 29 deletions.
15 changes: 0 additions & 15 deletions .yarn/versions/5c772db8.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.2",
"version": "2.7.3",
"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.14",
"version": "0.0.15",
"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.11",
"version": "0.0.12",
"main": "index.js",
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
Expand Down
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.8",
"version": "0.0.9",
"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/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.6",
"version": "0.1.7",
"main": "index.js",
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.6",
"version": "0.0.7",
"dependencies": {
"@fluent-wallet/ledger": "workspace:*",
"@fluent-wallet/signature": "workspace:*",
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.3",
"version": "2.0.4",
"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.4",
"version": "1.0.5",
"dependencies": {
"@ethersproject/units": "5.6.1",
"@fluent-wallet/consts": "workspace:*",
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.5",
"version": "0.0.6",
"dependencies": {
"@ethereumjs/rlp": "5.0.2",
"@ethereumjs/tx": "5.3.0",
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.1.0",
"version": "3.0.2",
"version": "3.0.3",
"dependencies": {
"@fluent-wallet/base32-address": "workspace:*",
"@fluent-wallet/ledger": "workspace:packages/ledger",
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.0",
"version": "3.0.1",
"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.0",
"version": "1.0.1",
"dependencies": {
"@fluent-wallet/spec": "workspace:*",
"@fluent-wallet/wallet_send-transaction": "workspace:*"
Expand Down

0 comments on commit 8c057ef

Please sign in to comment.