Skip to content

Commit

Permalink
chore(common): release packages (#1519)
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 23, 2025
1 parent cb2e932 commit f0940fc
Show file tree
Hide file tree
Showing 206 changed files with 555 additions and 788 deletions.
209 changes: 0 additions & 209 deletions .yarn/versions/4070ef7a.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluent-wallet/account",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/addr-by-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/addr-by-network",
"type": "module",
"main": "index.js",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {
"@fluent-wallet/account": "workspace:packages/account",
"@fluent-wallet/base32-address": "workspace:packages/base32-address",
Expand Down
4 changes: 2 additions & 2 deletions packages/background/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helios-background",
"version": "0.0.34",
"version": "0.0.35",
"type": "module",
"main": "src/index.js",
"private": true,
Expand Down Expand Up @@ -58,7 +58,7 @@
"@fluent-wallet/cfx_sign-tx-with-ledger-nano-s": "workspace:*",
"@fluent-wallet/cfx_sign-typed-data_v4": "workspace:packages/rpcs/cfx_signTypedData_v4",
"@fluent-wallet/consts": "workspace:packages/consts",
"@fluent-wallet/db": "1.0.78",
"@fluent-wallet/db": "1.0.79",
"@fluent-wallet/eth_accounts": "workspace:packages/rpcs/eth_accounts",
"@fluent-wallet/eth_block-number": "workspace:packages/rpcs/eth_blockNumber",
"@fluent-wallet/eth_call": "workspace:packages/rpcs/eth_call",
Expand Down
2 changes: 1 addition & 1 deletion packages/base32-address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/base32-address",
"type": "module",
"main": "index.js",
"version": "0.1.4",
"version": "0.1.5",
"dependencies": {
"@fluent-wallet/account": "workspace:packages/account",
"@fluent-wallet/consts": "workspace:packages/consts",
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.34",
"version": "0.0.35",
"main": "index.js",
"author": "yqrashawn <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/consts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "@fluent-wallet/consts",
"type": "module",
"main": "index.js",
"version": "0.0.24"
"version": "0.0.25"
}
2 changes: 1 addition & 1 deletion packages/contract-method-name/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluent-wallet/contract-method-name",
"type": "module",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",
"dependencies": {
"@ethersproject/abi": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluent-wallet/db",
"version": "1.0.78",
"version": "1.0.79",
"main": "index.js",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/detect-address-type/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": "0.0.3",
"version": "0.0.4",
"dependencies": {
"@fluent-wallet/base32-address": "workspace:packages/base32-address",
"@fluent-wallet/checks": "workspace:packages/checks"
Expand Down
2 changes: 1 addition & 1 deletion packages/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/did",
"main": "index.js",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"dependencies": {
"@ensdomains/eth-ens-namehash": "2.0.15",
"@fluent-wallet/base32-address": "workspace:packages/base32-address",
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": "[email protected]",
"version": "0.2.5",
"version": "0.2.6",
"dependencies": {
"@fluent-wallet/consts": "workspace:*",
"@fluent-wallet/detect-address-type": "workspace:packages/detect-address-type",
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.1.1",
"version": "0.1.2",
"dependencies": {
"@fluent-wallet/base32-address": "workspace:packages/base32-address",
"@fluent-wallet/hw-app-conflux": "0.1.1",
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.15",
"version": "0.1.16",
"main": "index.js",
"author": "yqrashawn <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions 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.11",
"version": "2.0.12",
"dependencies": {
"@fluent-wallet/associative": "workspace:packages/associative",
"@fluent-wallet/cache-rpc": "workspace:packages/cache-rpc",
Expand All @@ -16,7 +16,7 @@
"@fluent-wallet/json-rpc-error": "workspace:packages/json-rpc-error",
"@fluent-wallet/random-id": "workspace:packages/random-id",
"@fluent-wallet/rpc-epoch-ref": "workspace:packages/rpc-epoch-ref",
"@fluent-wallet/spec": "1.0.8",
"@fluent-wallet/spec": "1.0.9",
"@fluent-wallet/transducers": "workspace:packages/transducers",
"@thi.ng/atom": "4.1.42",
"@thi.ng/rstream": "6.0.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/rpcs/cfx_accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@fluent-wallet/cfx_accounts",
"type": "module",
"main": "index.js",
"version": "3.0.2",
"version": "3.0.3",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
"@fluent-wallet/spec": "1.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/rpcs/cfx_call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.9",
"version": "0.0.10",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
"@fluent-wallet/spec": "1.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/rpcs/cfx_chainId/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@fluent-wallet/cfx_chain-id",
"type": "module",
"main": "index.js",
"version": "1.0.4",
"version": "1.0.5",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
"@fluent-wallet/spec": "1.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/rpcs/cfx_checkBalanceAgainstTransaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "module",
"main": "index.js",
"packageManager": "[email protected]",
"version": "0.0.7",
"version": "0.0.8",
"dependencies": {
"@fluent-wallet/spec": "1.0.8"
"@fluent-wallet/spec": "1.0.9"
}
}
Loading

0 comments on commit f0940fc

Please sign in to comment.