Ver código fonte

chore: release v3.2.2

alvarosabu 1 ano atrás
pai
commit
58fdbb5279
2 arquivos alterados com 10 adições e 1 exclusões
  1. 9 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 9 - 0
CHANGELOG.md

@@ -1,5 +1,14 @@
 
 
+## [3.2.2](https://github.com/Tresjs/tres/compare/3.2.1...3.2.2) (2023-09-16)
+
+
+### Bug Fixes
+
+* ensure scene as parent fallback for helpers ([#397](https://github.com/Tresjs/tres/issues/397)) ([d63b028](https://github.com/Tresjs/tres/commit/d63b0286aee10baf954bee9d0d180ba3ff17cf48))
+* made reactivity of camera prop on TresCanvas work again ([#396](https://github.com/Tresjs/tres/issues/396)) ([990612d](https://github.com/Tresjs/tres/commit/990612dffc593e01a98fccb761a87ea43eddaf2b))
+* useTexture docs detail ([#395](https://github.com/Tresjs/tres/issues/395)) ([158d4c3](https://github.com/Tresjs/tres/commit/158d4c3e9f3907fe19b16f6ae7c248626bef8d5b))
+
 ## [3.2.1](https://github.com/Tresjs/tres/compare/3.2.0...3.2.1) (2023-09-11)
 
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@tresjs/core",
   "type": "module",
-  "version": "3.2.1",
+  "version": "3.2.2",
   "packageManager": "pnpm@8.3.1",
   "description": "Declarative ThreeJS using Vue Components",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",