From 82a8ac0c8d2ababc6a679f0f17d39779f05d2b29 Mon Sep 17 00:00:00 2001 From: Jonathan Downing Date: Fri, 6 Oct 2023 15:36:33 -0500 Subject: [PATCH] Bump version to 0.2.4 --- 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 1a880303..831a1f57 100644 --- a/background/package.json +++ b/background/package.json @@ -1,6 +1,6 @@ { "name": "@pelagus/pelagus-background", - "version": "0.2.3", + "version": "0.2.4", "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 319de093..483be327 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,6 +1,6 @@ { "name": "Pelagus", - "version": "0.2.3", + "version": "0.2.4", "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 16a448a0..aa3214f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pelagus/pelagus-extension", "private": true, - "version": "0.2.3", + "version": "0.2.4", "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.3", - "@pelagus/pelagus-ui": "0.2.3", + "@pelagus/pelagus-background": "0.2.4", + "@pelagus/pelagus-ui": "0.2.4", "@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 473c9f7e..270dad6b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "@pelagus/pelagus-ui", - "version": "0.2.3", + "version": "0.2.4", "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.3", + "@pelagus/pelagus-background": "0.2.4", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "12.1.5", "@testing-library/user-event": "14.4.3",