Skip to content

Commit

Permalink
chore(common): release packages (#1385)
Browse files Browse the repository at this point in the history
Co-authored-by: ConfluxBot <confluxbot@users.noreply.github.com>
  • Loading branch information
ConfluxBot and ConfluxBot authored Aug 13, 2024
1 parent df1f65b commit c1fdd39
Show file tree
Hide file tree
Showing 24 changed files with 23 additions and 50 deletions.
27 changes: 0 additions & 27 deletions .yarn/versions/ed98fc34.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.6.3",
"version": "2.7.0",
"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.12",
"version": "0.0.13",
"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.9",
"version": "0.0.10",
"main": "index.js",
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/content-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"main": "index.js",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"dependencies": {
"@fluent-wallet/site-metadata": "workspace:packages/site-metadata",
"@thi.ng/rstream": "6.0.21",
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.10",
"version": "0.0.11",
"dependencies": {
"@fluent-wallet/sentry": "workspace:*",
"@thi.ng/rstream": "6.0.21",
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.3"
"version": "0.0.4"
}
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.2",
"version": "4.0.3",
"main": "index.js",
"author": "yqrashawn <namy.19@gmail.com>",
"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.4",
"version": "0.1.5",
"main": "index.js",
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_gasPrice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/cfx_gas-price",
"type": "module",
"main": "index.js",
"version": "0.0.14",
"version": "0.0.15",
"dependencies": {
"@fluent-wallet/consts": "workspace:*",
"@fluent-wallet/spec": "workspace:packages/spec",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/eth_estimate1559Fee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/eth_estimate-1559-fee",
"type": "module",
"main": "index.js",
"version": "0.1.2",
"version": "0.1.3",
"dependencies": {
"@ethersproject/units": "5.6.1",
"@fluent-wallet/spec": "workspace:packages/spec",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/wallet_add-pending-user-auth-request",
"type": "module",
"main": "index.js",
"version": "0.0.11",
"version": "0.0.12",
"dependencies": {
"@fluent-wallet/csp": "workspace:packages/csp",
"@fluent-wallet/spec": "workspace:packages/spec",
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.2",
"version": "1.1.3",
"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_getCurrentViewingApp/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": "0.0.9",
"version": "0.0.10",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec",
"@fluent-wallet/webextension": "workspace:packages/webextension"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_getFluentMetadata/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.2",
"version": "0.0.3",
"dependencies": {
"@fluent-wallet/spec": "workspace:*"
}
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": "yarn@3.1.0",
"version": "1.0.7",
"version": "1.0.8",
"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": "yarn@3.1.0",
"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_importAll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/wallet_import-all",
"type": "module",
"main": "index.js",
"version": "0.0.8",
"version": "0.0.9",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec",
"browser-passworder": "2.0.3",
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": "yarn@3.0.1",
"version": "0.0.9",
"version": "0.0.10",
"dependencies": {
"@fluent-wallet/sentry": "workspace:*",
"@fluent-wallet/spec": "workspace:packages/spec"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_requestUnlockUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/wallet_request-unlock-ui",
"type": "module",
"main": "index.js",
"version": "0.0.13",
"version": "0.0.14",
"dependencies": {
"@fluent-wallet/csp": "workspace:packages/csp",
"@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.13",
"version": "0.0.14",
"dependencies": {
"@fluent-wallet/sentry": "workspace:*",
"@fluent-wallet/spec": "workspace:packages/spec"
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/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.7",
"version": "0.0.8",
"dependencies": {
"@ethersproject/keccak256": "5.6.1",
"@sentry/browser": "7.4.1",
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.11",
"version": "1.0.12",
"dependencies": {
"@fluent-wallet/extension-runtime": "workspace:packages/extension-runtime",
"@fluent-wallet/provider-api": "workspace:packages/ui/provider-api",
Expand Down
2 changes: 1 addition & 1 deletion packages/webextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/webextension",
"type": "module",
"main": "index.js",
"version": "0.0.12",
"version": "0.0.13",
"dependencies": {
"@fluent-wallet/checks": "workspace:packages/checks",
"webextension-polyfill": "0.8.0"
Expand Down

0 comments on commit c1fdd39

Please sign in to comment.