From a40860f005ba4da989cfe1a5c39d29fa3564fea6 Mon Sep 17 00:00:00 2001 From: Eli Mallon Date: Thu, 23 Oct 2025 14:45:22 -0700 Subject: [PATCH] v0.8.6 --- js/app/package.json | 2 +- js/components/package.json | 2 +- js/docs/package.json | 2 +- lerna.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/app/package.json b/js/app/package.json index 545f1ad7..6ed04063 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,7 +1,7 @@ { "name": "@streamplace/app", "main": "./src/entrypoint.tsx", - "version": "0.8.5", + "version": "0.8.6", "runtimeVersion": "0.7.2", "scripts": { "start": "npx expo start -c --port 38081", diff --git a/js/components/package.json b/js/components/package.json index 80949e64..6237a3d4 100644 --- a/js/components/package.json +++ b/js/components/package.json @@ -1,6 +1,6 @@ { "name": "@streamplace/components", - "version": "0.8.5", + "version": "0.8.6", "description": "Streamplace React (Native) Components", "main": "dist/index.js", "types": "src/index.tsx", diff --git a/js/docs/package.json b/js/docs/package.json index 4d1e5ff9..2d657e77 100644 --- a/js/docs/package.json +++ b/js/docs/package.json @@ -1,7 +1,7 @@ { "name": "streamplace-docs", "type": "module", - "version": "0.8.5", + "version": "0.8.6", "scripts": { "dev": "astro dev --host 0.0.0.0 --port 38082", "start": "astro dev --host 0.0.0.0 --port 38082", diff --git a/lerna.json b/lerna.json index 6ee442ab..2955db19 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.8.5", + "version": "0.8.6", "npmClient": "pnpm" } -- 2.51.2