From a37a396ed13a3b2fdb6be87ec296ed629590c507 Mon Sep 17 00:00:00 2001 From: kieran Date: Fri, 22 Nov 2024 16:31:46 +0000 Subject: [PATCH] chore: bump pkgs --- packages/system-react/package.json | 4 ++-- packages/system/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 869460cc..8b5115d0 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.5.4", + "version": "1.5.5", "description": "React hooks for @snort/system", "main": "dist/index.js", "module": "src/index.ts", @@ -17,7 +17,7 @@ ], "dependencies": { "@snort/shared": "^1.0.17", - "@snort/system": "^1.5.3", + "@snort/system": "^1.5.4", "react": "^18.2.0" }, "devDependencies": { diff --git a/packages/system/package.json b/packages/system/package.json index 53b573bd..3b0b58a3 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system", - "version": "1.5.3", + "version": "1.5.4", "description": "Snort nostr system package", "type": "module", "main": "dist/index.js",