Skip to content

Commit

Permalink
Bump version to 0.2.2, remove rc tag, fix github and author
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning100 committed Sep 21, 2023
1 parent 0eb0519 commit 55f6578
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions background/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pelagus",
"version": "0.2.1",
"version": "0.2.2",
"description": "The community owned and operated Quai Web3 wallet.",
"homepage_url": "https://pelaguswallet.io",
"author": "https://pelaguswallet.io",
Expand Down
12 changes: 6 additions & 6 deletions package.json
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": [
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions provider-bridge-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions provider-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions ui/package.json
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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions window-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 55f6578

Please sign in to comment.