Parcourir la source

chore: release v3.7.0-next.0

alvarosabu il y a 1 an
Parent
commit
547125d863
2 fichiers modifiés avec 15 ajouts et 1 suppressions
  1. 14 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 14 - 0
CHANGELOG.md

@@ -1,5 +1,19 @@
 
 
+## [3.7.0-next.0](https://github.com/Tresjs/tres/compare/3.6.0...3.7.0-next.0) (2023-12-14)
+
+
+### Features
+
+* disposal util for manual disposal of objects ([2b7caa4](https://github.com/Tresjs/tres/commit/2b7caa42174f04fec4c6e07ad6e9bc27ff09e10a))
+
+
+### Bug Fixes
+
+* correct minor typos ([#438](https://github.com/Tresjs/tres/issues/438)) ([341faac](https://github.com/Tresjs/tres/commit/341faacb93fd347aced7f1bc7e0484ecbc12e6ce)), closes [#452](https://github.com/Tresjs/tres/issues/452)
+* incorrect MathRepresentation type ([#456](https://github.com/Tresjs/tres/issues/456)) ([314b088](https://github.com/Tresjs/tres/commit/314b0883b78ded0cad2bdf9f2506bbeac4a0817e))
+* recursive disposal if nodes are not primitives ([7e4c509](https://github.com/Tresjs/tres/commit/7e4c509b8e7ca1b6810a74e7af98867c8c0308e3))
+
 ## [3.6.0](https://github.com/Tresjs/tres/compare/3.5.2...3.6.0) (2023-12-12)
 
 

+ 1 - 1
package.json

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