1
0
Эх сурвалжийг харах

chore: release v3.1.0-next.1

alvarosabu 2 жил өмнө
parent
commit
4605fdfb34
2 өөрчлөгдсөн 8 нэмэгдсэн , 1 устгасан
  1. 7 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 
 
+## [3.1.0-next.1](https://github.com/Tresjs/tres/compare/3.1.0-next.0...3.1.0-next.1) (2023-08-18)
+
+
+### Bug Fixes
+
+* handle deepEqual edge case of DOM elements ([e5285d6](https://github.com/Tresjs/tres/commit/e5285d63461dc80eac26806465929c0195f3dbcb))
+
 ## [3.1.0-next.0](https://github.com/Tresjs/tres/compare/3.0.1...3.1.0-next.0) (2023-08-18)
 
 

+ 1 - 1
package.json

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