From bc65a82f0112b1d075e285c1841808a8a51305d7 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Tue, 25 Jul 2023 13:28:57 +0200 Subject: [PATCH] chore: release v2.4.0-next.9 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc188c04..bd44fa17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.4.0-next.9](https://github.com/Tresjs/tres/compare/2.4.0-next.8...2.4.0-next.9) (2023-07-25) + + +### Features + +* add defaults props for trescanvas to match renderer ones ([b7d1c58](https://github.com/Tresjs/tres/commit/b7d1c589387a08fdb10008a4223fed0fca808327)) + ## [2.4.0-next.8](https://github.com/Tresjs/tres/compare/2.4.0-next.7...2.4.0-next.8) (2023-07-25) diff --git a/package.json b/package.json index 43872efbb..01bc766a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/core", "description": "Declarative ThreeJS using Vue Components", - "version": "2.4.0-next.8", + "version": "2.4.0-next.9", "type": "module", "packageManager": "pnpm@8.3.1", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",