From fab4fd1432c7e80294abeaa675c5d8644cb85fe9 Mon Sep 17 00:00:00 2001 From: Moritz Becker Date: Thu, 29 Aug 2024 03:07:53 +0200 Subject: [PATCH] chore(release): publish 0.0.9 --- 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 64e2683..78826e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.0.9 (2024-08-29) + + +### 🩹 Fixes + +- **packages/hooks:** remove files field from package.json ([028a371](https://github.com/Vectreal/vectreal-core/commit/028a371)) + +### ❤️ Thank You + +- Moritz Becker + ## 0.0.8 (2024-08-29) This was a version bump only, there were no code changes. diff --git a/package-lock.json b/package-lock.json index bd76de9..69d3ed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32817,11 +32817,11 @@ }, "packages/hooks": { "name": "@vctrl/hooks", - "version": "0.0.8" + "version": "0.0.9" }, "packages/viewer": { "name": "@vctrl/viewer", - "version": "0.0.8" + "version": "0.0.9" } } } diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 10301c6..fcb30d8 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.8", + "version": "0.0.9", "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 494b141..0f18145 100644 --- a/packages/viewer/package.json +++ b/packages/viewer/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.8", + "version": "0.0.9", "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": {