From e81420d4a9b206be6b708d14bbb51b2d2fa531d1 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 6 Sep 2023 15:08:28 +0100 Subject: [PATCH] Bump packages --- packages/shared/package.json | 2 +- packages/system-react/package.json | 6 +++--- packages/system/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index 8fa6fd92..6066dc05 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@snort/shared", - "version": "1.0.4", + "version": "1.0.5", "description": "Shared components for Snort", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 09539dc9..312946fd 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.0.12", + "version": "1.0.13", "description": "React hooks for @snort/system", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,8 +15,8 @@ "dist" ], "dependencies": { - "@snort/shared": "^1.0.4", - "@snort/system": "^1.0.17", + "@snort/shared": "^1.0.5", + "@snort/system": "^1.0.18", "react": "^18.2.0" }, "devDependencies": { diff --git a/packages/system/package.json b/packages/system/package.json index ddccc8e3..dd30998e 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system", - "version": "1.0.17", + "version": "1.0.18", "description": "Snort nostr system package", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -30,7 +30,7 @@ "@noble/curves": "^1.2.0", "@noble/hashes": "^1.3.2", "@scure/base": "^1.1.2", - "@snort/shared": "^1.0.4", + "@snort/shared": "^1.0.5", "@stablelib/xchacha20": "^1.0.1", "debug": "^4.3.4", "dexie": "^3.2.4",