Skip to content

Commit

Permalink
chore(common): release packages (#1466)
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 Dec 12, 2024
1 parent df7310d commit 51de588
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .yarn/versions/4c2952f1.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.25",
"version": "0.0.26",
"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.24",
"version": "0.0.25",
"main": "index.js",
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
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.5"
"version": "0.0.6"
}
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.9",
"version": "0.1.10",
"main": "index.js",
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
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.3",
"version": "0.0.4",
"dependencies": {
"@fluent-wallet/spec": "workspace:*"
}
Expand Down

0 comments on commit 51de588

Please sign in to comment.