-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 0.2.2, remove rc tag, fix github and author
- Loading branch information
1 parent
0eb0519
commit 55f6578
Showing
7 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"name": "@pelagus/pelagus-background", | ||
"version": "0.1.0-pre.0", | ||
"description": "Pelagus, the community owned and operated Web3 wallet: api implementation.", | ||
"version": "0.2.2", | ||
"description": "Pelagus, the community owned and operated Web3 wallet for Quai Network: api implementation.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:thesis/tally-extension.git", | ||
"author": "Matt Luongo <[email protected]>", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
"author": "https://pelaguswallet.io", | ||
"license": "GPL-3.0", | ||
"keywords": [ | ||
"ethereum", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@pelagus/pelagus-extension", | ||
"private": true, | ||
"version": "0.1.0-pre.0", | ||
"description": "Pelagus, the community owned and operated Web3 wallet.", | ||
"version": "0.2.2", | ||
"description": "Pelagus, the community owned and operated Web3 wallet for Quai Network.", | ||
"main": "index.js", | ||
"repository": "[email protected]:thesis/tally-extension.git", | ||
"author": "Matt Luongo <[email protected]>", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
"author": "https://pelaguswallet.io", | ||
"license": "GPL-3.0", | ||
"jest": { | ||
"setupFiles": [ | ||
|
@@ -63,8 +63,8 @@ | |
"@fortawesome/fontawesome-free": "^5.15.2", | ||
"@tallyho/provider-bridge": "0.0.1", | ||
"@tallyho/provider-bridge-shared": "0.0.1", | ||
"@pelagus/pelagus-background": "0.1.0-pre.0", | ||
"@pelagus/pelagus-ui": "0.1.0-pre.0", | ||
"@pelagus/pelagus-background": "0.2.2 ", | ||
"@pelagus/pelagus-ui": "0.2.2", | ||
"@tallyho/window-provider": "0.0.1", | ||
"buffer": "^6.0.3", | ||
"react": "^17.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"version": "0.0.1", | ||
"description": "Pelagus, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:thesis/tally-extension.git", | ||
"author": "Greg Nagy <[email protected]>", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
"author": "https://pelaguswallet.io", | ||
"license": "GPL-3.0", | ||
"keywords": [ | ||
"ethereum", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"version": "0.0.1", | ||
"description": "Pelagus, the community owned and operated Web3 wallet: provider bridge to connect the in-page provider with the background script.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:thesis/tally-extension.git", | ||
"author": "Greg Nagy <[email protected]>", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
"author": "https://pelaguswallet.io", | ||
"license": "GPL-3.0", | ||
"keywords": [ | ||
"ethereum", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"name": "@pelagus/pelagus-ui", | ||
"version": "0.1.0-pre.0", | ||
"description": "Pelagus, the community owned and operated Web3 wallet: UI package.", | ||
"version": "0.2.2", | ||
"description": "Pelagus, the community owned and operated Web3 wallet for Quai Network: UI package.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:thesis/tally-extension.git", | ||
"author": "Matt Luongo <[email protected]>", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
"author": "https://pelaguswallet.io", | ||
"license": "GPL-3.0", | ||
"keywords": [ | ||
"ethereum", | ||
|
@@ -31,7 +31,7 @@ | |
"@ledgerhq/devices": "^6.20.0", | ||
"@reduxjs/toolkit": "^1.6.0", | ||
"@tallyho/provider-bridge-shared": "0.0.1", | ||
"@pelagus/pelagus-background": "0.1.0-pre.0", | ||
"@pelagus/pelagus-background": "0.2.2", | ||
"@testing-library/jest-dom": "5.16.5", | ||
"@testing-library/react": "12.1.5", | ||
"@testing-library/user-event": "14.4.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"version": "0.0.1", | ||
"description": "Pelagus, the community owned and operated Web3 wallet: window provider is responsible for creating the in-page object for communication.", | ||
"main": "index.ts", | ||
"repository": "[email protected]:thesis/tally-extension.git", | ||
"author": "Greg Nagy <[email protected]>", | ||
"repository": "[email protected]:PelagusWallet/pelagus-extension.git", | ||
"author": "https://pelaguswallet.io", | ||
"license": "GPL-3.0", | ||
"keywords": [ | ||
"ethereum", | ||
|