diff --git a/.changeset/tall-boats-sniff.md b/.changeset/tall-boats-sniff.md deleted file mode 100644 index fdaa51a3..00000000 --- a/.changeset/tall-boats-sniff.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@quick-threejs/reactive": patch -"@quick-threejs/utils": patch ---- - -# Logs - -## refactor: use `common-js` as default export diff --git a/packages/reactive/CHANGELOG.md b/packages/reactive/CHANGELOG.md index 92c1492c..cfc67a3e 100644 --- a/packages/reactive/CHANGELOG.md +++ b/packages/reactive/CHANGELOG.md @@ -1,5 +1,16 @@ # @quick-threejs/reactive +## 0.1.24 + +### Patch Changes + +- efbad2d: # Logs + + ## refactor: use `common-js` as default export + +- Updated dependencies [efbad2d] + - @quick-threejs/utils@0.1.14 + ## 0.1.23 ### Patch Changes diff --git a/packages/reactive/package.json b/packages/reactive/package.json index 20187acc..6177f1d8 100644 --- a/packages/reactive/package.json +++ b/packages/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@quick-threejs/reactive", - "version": "0.1.23", + "version": "0.1.24", "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 05cb7ed5..a59ad73a 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.3 + +### Patch Changes + +- Updated dependencies [efbad2d] + - @quick-threejs/reactive@0.1.24 + ## 0.0.2 ### Patch Changes diff --git a/samples/with-reactive-react-router/package.json b/samples/with-reactive-react-router/package.json index 8d1ba299..3e5b0d08 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.2", + "version": "0.0.3", "type": "module", "scripts": { "build": "react-router build", diff --git a/samples/with-reactive/CHANGELOG.md b/samples/with-reactive/CHANGELOG.md index 60097b54..31ad7069 100644 --- a/samples/with-reactive/CHANGELOG.md +++ b/samples/with-reactive/CHANGELOG.md @@ -1,5 +1,12 @@ # with-reactive +## 0.0.16 + +### Patch Changes + +- Updated dependencies [efbad2d] + - @quick-threejs/reactive@0.1.24 + ## 0.0.15 ### Patch Changes diff --git a/samples/with-reactive/package.json b/samples/with-reactive/package.json index 5cb0c972..e97025ba 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.15", + "version": "0.0.16", "type": "module", "scripts": { "dev": "vite --host", diff --git a/shared/utils/CHANGELOG.md b/shared/utils/CHANGELOG.md index cb568f64..8c30484c 100644 --- a/shared/utils/CHANGELOG.md +++ b/shared/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @quick-threejs/utils +## 0.1.14 + +### Patch Changes + +- efbad2d: # Logs + + ## refactor: use `common-js` as default export + ## 0.1.13 ### Patch Changes diff --git a/shared/utils/package.json b/shared/utils/package.json index a5b21bc6..0c898df2 100644 --- a/shared/utils/package.json +++ b/shared/utils/package.json @@ -1,6 +1,6 @@ { "name": "@quick-threejs/utils", - "version": "0.1.13", + "version": "0.1.14", "scripts": { "prepare": "pnpm run build", "lint": "eslint && tsc --noEmit",