From 3b427338f487bce69a30cec2052006bfee075fbd Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 16 Oct 2023 20:31:12 +0100 Subject: [PATCH] chore: bump packages --- packages/shared/package.json | 2 +- packages/system-react/package.json | 6 +++--- packages/system-wasm/package.json | 2 +- packages/system-web/package.json | 6 +++--- packages/system/package.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index 18ddea71..37e7c10c 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@snort/shared", - "version": "1.0.6", + "version": "1.0.7", "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 fc4f28bb..192d5a15 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.0.15", + "version": "1.0.16", "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.6", - "@snort/system": "^1.0.21", + "@snort/shared": "^1.0.7", + "@snort/system": "^1.0.22", "react": "^18.2.0" }, "devDependencies": { diff --git a/packages/system-wasm/package.json b/packages/system-wasm/package.json index 2d268998..4571a057 100644 --- a/packages/system-wasm/package.json +++ b/packages/system-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-wasm", - "version": "1.0.0", + "version": "1.0.1", "packageManager": "yarn@3.6.3", "author": "Kieran", "license": "MIT", diff --git a/packages/system-web/package.json b/packages/system-web/package.json index 08db3588..13c312a7 100644 --- a/packages/system-web/package.json +++ b/packages/system-web/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-web", - "version": "1.0.0", + "version": "1.0.1", "description": "Web based components @snort/system", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,8 +15,8 @@ "dist" ], "dependencies": { - "@snort/shared": "^1.0.6", - "@snort/system": "^1.0.21", + "@snort/shared": "^1.0.7", + "@snort/system": "^1.0.22", "dexie": "^3.2.4" }, "devDependencies": { diff --git a/packages/system/package.json b/packages/system/package.json index 125381dc..be341bc5 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system", - "version": "1.0.21", + "version": "1.0.22", "description": "Snort nostr system package", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -33,7 +33,7 @@ "@noble/curves": "^1.2.0", "@noble/hashes": "^1.3.2", "@scure/base": "^1.1.2", - "@snort/shared": "^1.0.6", + "@snort/shared": "^1.0.7", "@stablelib/xchacha20": "^1.0.1", "debug": "^4.3.4", "isomorphic-ws": "^5.0.0",