From 7cdf8c20a31f3288c5a5e43ee4cb1aac03d4222e Mon Sep 17 00:00:00 2001 From: Moritz Becker Date: Thu, 29 Aug 2024 03:40:28 +0200 Subject: [PATCH] chore(release): publish 0.0.9-2 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- packages/hooks/package.json | 2 +- packages/viewer/package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5f7cd..265c4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.0.9-2 (2024-08-29) + + +### 🩹 Fixes + +- **packages:** re-active build executor generating package.json files ([4f34274](https://github.com/Vectreal/vectreal-core/commit/4f34274)) + +### ❤️ Thank You + +- Moritz Becker + ## 0.0.9-1 (2024-08-29) diff --git a/package-lock.json b/package-lock.json index 9f2a206..8cee799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32817,11 +32817,11 @@ }, "packages/hooks": { "name": "@vctrl/hooks", - "version": "0.0.9-1" + "version": "0.0.9-2" }, "packages/viewer": { "name": "@vctrl/viewer", - "version": "0.0.9-1" + "version": "0.0.9-2" } } } diff --git a/packages/hooks/package.json b/packages/hooks/package.json index ef503ad..b002e73 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.9-1", + "version": "0.0.9-2", "name": "@vctrl/hooks", "description": "vctrl/hooks is a React hooks package designed to simplify 3D model loading and management within React applications. It's part of the vectreal-core ecosystem and is primarily used in the vctrl/viewer React component and the official website application.", "bugs": { diff --git a/packages/viewer/package.json b/packages/viewer/package.json index 42abef6..5ad654b 100644 --- a/packages/viewer/package.json +++ b/packages/viewer/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.9-1", + "version": "0.0.9-2", "name": "@vctrl/viewer", "description": "vctrl/viewer is a React component library for rendering and interacting with 3D models. It's part of the vectreal ecosystem and is designed to work seamlessly with the vctrl/hooks package for model loading and management.", "bugs": {