From 3c5d5cac1dd68e09e0a3cc044b73dc9d2fc29df1 Mon Sep 17 00:00:00 2001 From: Jonathan Downing Date: Fri, 29 Sep 2023 16:03:26 -0500 Subject: [PATCH] Bump version to 0.2.3 --- background/package.json | 2 +- manifest/manifest.json | 2 +- package.json | 6 +++--- ui/package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/background/package.json b/background/package.json index 4e771941..1a880303 100644 --- a/background/package.json +++ b/background/package.json @@ -1,6 +1,6 @@ { "name": "@pelagus/pelagus-background", - "version": "0.2.2", + "version": "0.2.3", "description": "Pelagus, the community owned and operated Web3 wallet for Quai Network: api implementation.", "main": "index.ts", "repository": "git@github.com:PelagusWallet/pelagus-extension.git", diff --git a/manifest/manifest.json b/manifest/manifest.json index 7278cdbe..319de093 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,6 +1,6 @@ { "name": "Pelagus", - "version": "0.2.2", + "version": "0.2.3", "description": "The community owned and operated Quai Web3 wallet.", "homepage_url": "https://pelaguswallet.io", "author": "https://pelaguswallet.io", diff --git a/package.json b/package.json index d7750328..16a448a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pelagus/pelagus-extension", "private": true, - "version": "0.2.2", + "version": "0.2.3", "description": "Pelagus, the community owned and operated Web3 wallet for Quai Network.", "main": "index.js", "repository": "git@github.com:PelagusWallet/pelagus-extension.git", @@ -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.2.2 ", - "@pelagus/pelagus-ui": "0.2.2", + "@pelagus/pelagus-background": "0.2.3", + "@pelagus/pelagus-ui": "0.2.3", "@tallyho/window-provider": "0.0.1", "buffer": "^6.0.3", "react": "^17.0.2", diff --git a/ui/package.json b/ui/package.json index 99b2ecf4..473c9f7e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "@pelagus/pelagus-ui", - "version": "0.2.2", + "version": "0.2.3", "description": "Pelagus, the community owned and operated Web3 wallet for Quai Network: UI package.", "main": "index.ts", "repository": "git@github.com:PelagusWallet/pelagus-extension.git", @@ -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.2.2", + "@pelagus/pelagus-background": "0.2.3", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "12.1.5", "@testing-library/user-event": "14.4.3",