소스 검색

chore: release v3.1.0-next.2

alvarosabu 2 년 전
부모
커밋
c1d283e88a
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.2](https://github.com/Tresjs/tres/compare/3.1.0-next.1...3.1.0-next.2) (2023-08-19)
+
+
+### Bug Fixes
+
+* manually triggering render ref on constructor params change ([d3014a4](https://github.com/Tresjs/tres/commit/d3014a457b510d0452c5114f7a3c4666121e3bce))
+
 ## [3.1.0-next.1](https://github.com/Tresjs/tres/compare/3.1.0-next.0...3.1.0-next.1) (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.1",
+  "version": "3.1.0-next.2",
   "type": "module",
   "packageManager": "pnpm@8.3.1",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",