From 1c44eeabf2473142346bd516255140e3f1c7093b Mon Sep 17 00:00:00 2001 From: kieran Date: Wed, 1 May 2024 11:13:18 +0100 Subject: [PATCH] chore: bump pkgs --- 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 0e1538d1..45905bb0 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@snort/shared", - "version": "1.0.14", + "version": "1.0.15", "description": "Shared components for Snort", "type": "module", "module": "src/index.ts", diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 5582a4e3..4b22f03a 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.2.12", + "version": "1.3.0", "description": "React hooks for @snort/system", "main": "dist/index.js", "module": "src/index.ts", @@ -16,8 +16,8 @@ "dist" ], "dependencies": { - "@snort/shared": "^1.0.14", - "@snort/system": "^1.2.12", + "@snort/shared": "^1.0.15", + "@snort/system": "^1.3.0", "react": "^18.2.0" }, "devDependencies": { diff --git a/packages/system/package.json b/packages/system/package.json index 7eb8985c..65fc6736 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system", - "version": "1.2.12", + "version": "1.3.0", "description": "Snort nostr system package", "type": "module", "main": "dist/index.js", @@ -37,7 +37,7 @@ "@noble/hashes": "^1.3.2", "@nostr-dev-kit/ndk": "^2.7.1", "@scure/base": "^1.1.2", - "@snort/shared": "^1.0.14", + "@snort/shared": "^1.0.15", "@stablelib/xchacha20": "^1.0.1", "debug": "^4.3.4", "eventemitter3": "^5.0.1",