Skip to content

Commit

Permalink
chore(common): release packages (#1445)
Browse files Browse the repository at this point in the history
Co-authored-by: ConfluxBot <[email protected]>
  • Loading branch information
ConfluxBot and ConfluxBot authored Nov 29, 2024
1 parent 8f86e63 commit a3ab734
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .yarn/versions/693e8104.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.19",
"version": "0.0.20",
"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.17",
"version": "0.0.18",
"main": "index.js",
"author": "yqrashawn <[email protected]>",
"license": "MIT",
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.71",
"version": "1.0.72",
"main": "index.js",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_deleteAccount/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.2",
"version": "0.0.3",
"dependencies": {
"@fluent-wallet/spec": "workspace:*",
"browser-passworder": "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_deleteAccountGroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fluent-wallet/wallet_delete-account-group",
"type": "module",
"main": "index.js",
"version": "0.0.8",
"version": "0.0.9",
"dependencies": {
"@fluent-wallet/spec": "workspace:packages/spec"
}
Expand Down

0 comments on commit a3ab734

Please sign in to comment.