From 1911bb9228b40a83fdcbe2bd7474df9ea4eff893 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Wed, 2 Oct 2024 19:18:53 +0900 Subject: [PATCH] v0.6.0 --- core/package.json | 2 +- integrations/vue3/package.json | 2 +- lerna.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/package.json b/core/package.json index 2880d85..8c7e057 100644 --- a/core/package.json +++ b/core/package.json @@ -1,7 +1,7 @@ { "name": "tethr", "author": "Baku Hashimoto (https://baku89.com)", - "version": "0.5.1", + "version": "0.6.0", "description": "Controlls USB-connected cameras, webcam, and smartphone camera from browser", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/integrations/vue3/package.json b/integrations/vue3/package.json index 8d23828..dcda3fc 100644 --- a/integrations/vue3/package.json +++ b/integrations/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@tethr/vue3", - "version": "0.5.1", + "version": "0.6.0", "main": "lib/index.js", "types": "lib/index.d.ts", "private": false, diff --git a/lerna.json b/lerna.json index 847a514..90e4c1e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.0", - "npmClient": "yarn" + "$schema": "node_modules/lerna/schemas/lerna-schema.json", + "version": "0.6.0", + "npmClient": "yarn" }