Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reset versions and names to 0.1.0-pre.0 and quai #29

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions background/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tallyho/tally-background",
"version": "0.0.1",
"name": "@pelagus/pelagus-background",
"version": "0.1.0-pre.0",
"description": "Pelagus, the community owned and operated Web3 wallet: api implementation.",
"main": "index.ts",
"repository": "git@github.com:thesis/tally-extension.git",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/tally-extension",
"name": "@pelagus/pelagus-extension",
"private": true,
"version": "0.38.1",
"version": "0.1.0-pre.0",
"description": "Pelagus, the community owned and operated Web3 wallet.",
"main": "index.js",
"repository": "git@github.com:thesis/tally-extension.git",
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tallyho/tally-ui",
"version": "0.0.1",
"name": "@pelagus/pelagus-ui",
"version": "0.1.0-pre.0",
"description": "Pelagus, the community owned and operated Web3 wallet: UI package.",
"main": "index.ts",
"repository": "git@github.com:thesis/tally-extension.git",
Expand Down
Loading