Skip to content

Commit

Permalink
chore(common): release packages (#1451)
Browse files Browse the repository at this point in the history
Co-authored-by: ConfluxBot <[email protected]>
  • Loading branch information
ConfluxBot and ConfluxBot authored Dec 4, 2024
1 parent 1f8e7a7 commit c875dae
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .yarn/versions/5a4a1fe0.yml

This file was deleted.

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.20",
"version": "0.0.21",
"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.19",
"version": "0.0.20",
"main": "index.js",
"author": "yqrashawn <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_requestAccounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/cfx_request-accounts",
"type": "module",
"main": "index.js",
"version": "2.0.1",
"version": "2.0.2",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/eth_requestAccounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/eth_request-accounts",
"type": "module",
"main": "index.js",
"version": "3.0.1",
"version": "3.0.2",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_requestPermissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/wallet_request-permissions",
"type": "module",
"main": "index.js",
"version": "3.0.0",
"version": "3.0.1",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec",
"@fluent-wallet/wallet-permission": "workspace:packages/wallet-permission"
Expand Down

0 comments on commit c875dae

Please sign in to comment.