diff --git a/.changeset/pretty-peaches-teach.md b/.changeset/pretty-peaches-teach.md deleted file mode 100644 index 997778d9..00000000 --- a/.changeset/pretty-peaches-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@quick-threejs/reactive": patch ---- - -# chore(reactive): bump version & release v0.1.26 diff --git a/packages/reactive/CHANGELOG.md b/packages/reactive/CHANGELOG.md index 5b3b4de1..a82881a3 100644 --- a/packages/reactive/CHANGELOG.md +++ b/packages/reactive/CHANGELOG.md @@ -1,5 +1,11 @@ # @quick-threejs/reactive +## 0.1.27 + +### Patch Changes + +- 7ae0ac8: # chore(reactive): bump version & release v0.1.26 + ## 0.1.26 ### Patch Changes diff --git a/packages/reactive/package.json b/packages/reactive/package.json index 150a231d..576ed9c6 100644 --- a/packages/reactive/package.json +++ b/packages/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@quick-threejs/reactive", - "version": "0.1.26", + "version": "0.1.27", "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 304ace57..9e1fa582 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.6 + +### Patch Changes + +- Updated dependencies [7ae0ac8] + - @quick-threejs/reactive@0.1.27 + ## 0.0.5 ### Patch Changes diff --git a/samples/with-reactive-react-router/package.json b/samples/with-reactive-react-router/package.json index 1ab80936..5d377a22 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.5", + "version": "0.0.6", "type": "module", "scripts": { "build": "react-router build", diff --git a/samples/with-reactive/CHANGELOG.md b/samples/with-reactive/CHANGELOG.md index 9faf15e3..2a2ba11e 100644 --- a/samples/with-reactive/CHANGELOG.md +++ b/samples/with-reactive/CHANGELOG.md @@ -1,5 +1,12 @@ # with-reactive +## 0.0.20 + +### Patch Changes + +- Updated dependencies [7ae0ac8] + - @quick-threejs/reactive@0.1.27 + ## 0.0.19 ### Patch Changes diff --git a/samples/with-reactive/package.json b/samples/with-reactive/package.json index 069d4d50..a2f71ce0 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.19", + "version": "0.0.20", "type": "module", "scripts": { "dev": "vite --host",