From 3632a8d58d896eb9756a80636adbdc34da7c9fa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Dec 2024 16:32:44 +0000 Subject: [PATCH] chore(version): upgrade packages --- .changeset/ten-pandas-argue.md | 13 ------------- packages/reactive/CHANGELOG.md | 14 ++++++++++++++ packages/reactive/package.json | 2 +- samples/with-reactive-react-router/CHANGELOG.md | 7 +++++++ samples/with-reactive-react-router/package.json | 2 +- samples/with-reactive/CHANGELOG.md | 7 +++++++ samples/with-reactive/package.json | 2 +- 7 files changed, 31 insertions(+), 16 deletions(-) delete mode 100644 .changeset/ten-pandas-argue.md diff --git a/.changeset/ten-pandas-argue.md b/.changeset/ten-pandas-argue.md deleted file mode 100644 index fca30f50..00000000 --- a/.changeset/ten-pandas-argue.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@quick-threejs/reactive": patch ---- - -# Logs - -## refactor: handle loader module - -- Make loader accessible from the `main` & `worker` thread - - Add the register props`loaderDataSources` & `loadResourcesOnInit` - - Improve resources getters - - Handle `videoTexture` and `Object3D` loads -- Code optimization and observable data access diff --git a/packages/reactive/CHANGELOG.md b/packages/reactive/CHANGELOG.md index afe1778a..5b3b4de1 100644 --- a/packages/reactive/CHANGELOG.md +++ b/packages/reactive/CHANGELOG.md @@ -1,5 +1,19 @@ # @quick-threejs/reactive +## 0.1.26 + +### Patch Changes + +- 2f239f7: # Logs + + ## refactor: handle loader module + + - Make loader accessible from the `main` & `worker` thread + - Add the register props`loaderDataSources` & `loadResourcesOnInit` + - Improve resources getters + - Handle `videoTexture` and `Object3D` loads + - Code optimization and observable data access + ## 0.1.25 ### Patch Changes diff --git a/packages/reactive/package.json b/packages/reactive/package.json index b95d3648..395b66ea 100644 --- a/packages/reactive/package.json +++ b/packages/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@quick-threejs/reactive", - "version": "0.1.25", + "version": "0.1.26", "description": "Reactively quick start a three.js app ⚡️", "repository": { "type": "git", diff --git a/samples/with-reactive-react-router/CHANGELOG.md b/samples/with-reactive-react-router/CHANGELOG.md index 34504be5..304ace57 100644 --- a/samples/with-reactive-react-router/CHANGELOG.md +++ b/samples/with-reactive-react-router/CHANGELOG.md @@ -1,5 +1,12 @@ # with-reactive-react-router +## 0.0.5 + +### Patch Changes + +- Updated dependencies [2f239f7] + - @quick-threejs/reactive@0.1.26 + ## 0.0.4 ### Patch Changes diff --git a/samples/with-reactive-react-router/package.json b/samples/with-reactive-react-router/package.json index 1b614dd0..1c913bd7 100644 --- a/samples/with-reactive-react-router/package.json +++ b/samples/with-reactive-react-router/package.json @@ -1,7 +1,7 @@ { "name": "with-reactive-react-router", "private": true, - "version": "0.0.4", + "version": "0.0.5", "type": "module", "scripts": { "build": "react-router build", diff --git a/samples/with-reactive/CHANGELOG.md b/samples/with-reactive/CHANGELOG.md index be95706e..6b112ec2 100644 --- a/samples/with-reactive/CHANGELOG.md +++ b/samples/with-reactive/CHANGELOG.md @@ -1,5 +1,12 @@ # with-reactive +## 0.0.18 + +### Patch Changes + +- Updated dependencies [2f239f7] + - @quick-threejs/reactive@0.1.26 + ## 0.0.17 ### Patch Changes diff --git a/samples/with-reactive/package.json b/samples/with-reactive/package.json index 170936f5..7d30d8e1 100644 --- a/samples/with-reactive/package.json +++ b/samples/with-reactive/package.json @@ -1,7 +1,7 @@ { "name": "with-reactive", "private": true, - "version": "0.0.17", + "version": "0.0.18", "type": "module", "scripts": { "dev": "vite --host",