Skip to content

Commit

Permalink
chore: release v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 13, 2023
1 parent 1a37c92 commit f727b76
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@


## [3.7.0](https://github.com/Tresjs/cientos/compare/3.6.0...3.7.0) (2023-12-13)


### Features

* add 'change' event to pointerlock controls, improve docs ([c394f10](https://github.com/Tresjs/cientos/commit/c394f10b1d219618bfad7619106669fe17c75e32))
* add rectAreaLightHelper to vLightHelper directive ([#283](https://github.com/Tresjs/cientos/issues/283)) ([8bc64a1](https://github.com/Tresjs/cientos/commit/8bc64a139ee350cb1a3e8d629a6f0c5a44bca973))
* add reflector ([#136](https://github.com/Tresjs/cientos/issues/136)) ([bd4d710](https://github.com/Tresjs/cientos/commit/bd4d7107bbb990f31ac0feb77feb8729c0b8d019))
* sampler and useSampler ([#286](https://github.com/Tresjs/cientos/issues/286)) ([826833c](https://github.com/Tresjs/cientos/commit/826833c95d281c76f48d972fc0e7a39ec49ea81a))


### Bug Fixes

* remove wrapper element on unmounted ([#310](https://github.com/Tresjs/cientos/issues/310)) ([1a37c92](https://github.com/Tresjs/cientos/commit/1a37c92c8d461f31dfb272089c6299d6305eb1ff))
* wrap `Text3D` inside `Suspense` in the docs ([#307](https://github.com/Tresjs/cientos/issues/307)) ([27ce1f0](https://github.com/Tresjs/cientos/commit/27ce1f0b54e015c44f1b30cc9b4ffaeb26e06a8a))

## [3.6.0](https://github.com/Tresjs/cientos/compare/3.5.1...3.6.0) (2023-11-07)


Expand Down Expand Up @@ -375,4 +391,4 @@
* fbxModel inherit props ([b15935e](https://github.com/Tresjs/cientos/commit/b15935e6a9d680b7e7159f8057493b7c1befb62f))
* gltfModel inherit props ([a80506e](https://github.com/Tresjs/cientos/commit/a80506e6ce41e98df588e31b0e3f8d08e130cb01))

## [2.0.0-rc.1](https://github.com/Tresjs/cientos/compare/2.0.0-rc.0...2.0.0-rc.1) (2023-05-03)
## [2.0.0-rc.1](https://github.com/Tresjs/cientos/compare/2.0.0-rc.0...2.0.0-rc.1) (2023-05-03)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tresjs/cientos",
"type": "module",
"version": "3.6.0",
"version": "3.7.0",
"packageManager": "[email protected]",
"description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
Expand Down

0 comments on commit f727b76

Please sign in to comment.