Skip to content

Commit

Permalink
chore(common): release packages (#1518)
Browse files Browse the repository at this point in the history
Co-authored-by: ConfluxBot <[email protected]>
  • Loading branch information
ConfluxBot and ConfluxBot authored Jan 23, 2025
1 parent f1aa128 commit f6579fa
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .yarn/versions/049eabeb.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.8.0",
"version": "2.8.1",
"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.33",
"version": "0.0.34",
"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.33",
"version": "0.0.34",
"main": "index.js",
"author": "yqrashawn <[email protected]>",
"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.3",
"version": "1.0.4",
"dependencies": {
"@fluent-wallet/site-metadata": "workspace:packages/site-metadata",
"@thi.ng/rstream": "6.0.21",
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.5",
"version": "4.0.6",
"main": "index.js",
"author": "yqrashawn <[email protected]>",
"private": true,
Expand Down

0 comments on commit f6579fa

Please sign in to comment.