Skip to content

Commit

Permalink
chore(common): release packages (#1389)
Browse files Browse the repository at this point in the history
Co-authored-by: ConfluxBot <[email protected]>
  • Loading branch information
ConfluxBot and ConfluxBot authored Aug 21, 2024
1 parent 3d017d5 commit c8ff802
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 27 deletions.
14 changes: 0 additions & 14 deletions .yarn/versions/c0285415.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.1",
"version": "2.7.2",
"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.13",
"version": "0.0.14",
"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.10",
"version": "0.0.11",
"main": "index.js",
"author": "yqrashawn <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/extension-runtime",
"type": "module",
"main": "index.js",
"version": "0.0.11",
"version": "0.0.12",
"dependencies": {
"@thi.ng/rstream": "6.0.21",
"webextension-polyfill": "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/inpage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "helios-inpage",
"type": "module",
"version": "4.0.3",
"version": "4.0.4",
"main": "index.js",
"author": "yqrashawn <[email protected]>",
"private": true,
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.5",
"version": "0.1.6",
"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.5",
"version": "2.0.6",
"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_addVault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/wallet_add-vault",
"type": "module",
"main": "index.js",
"version": "1.1.3",
"version": "1.1.4",
"dependencies": {
"@fluent-wallet/account": "workspace:packages/account",
"@fluent-wallet/base32-address": "workspace:packages/base32-address",
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.8",
"version": "1.0.9",
"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.9",
"version": "1.0.10",
"dependencies": {
"@ethersproject/bignumber": "5.6.2",
"@fluent-wallet/compose": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_refetchBalance/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.10",
"version": "0.0.11",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_setCurrentNetwork/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/wallet_set-current-network",
"type": "module",
"main": "index.js",
"version": "0.0.14",
"version": "0.0.15",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/useRPC/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/use-rpc",
"type": "module",
"main": "index.js",
"version": "1.0.12",
"version": "1.0.13",
"dependencies": {
"@fluent-wallet/extension-runtime": "workspace:packages/extension-runtime",
"@fluent-wallet/provider-api": "workspace:packages/ui/provider-api",
Expand Down

0 comments on commit c8ff802

Please sign in to comment.