Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed May 24, 2023
1 parent 3d49c03 commit 9d72610
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@


## [2.1.0](https://github.com/Tresjs/cientos/compare/2.0.0...2.1.0) (2023-05-24)


### Features

* add events to orbit controls ([6815d12](https://github.com/Tresjs/cientos/commit/6815d126731005d777bb451ba478009407388f5f))
* add Rain component ([7dca86d](https://github.com/Tresjs/cientos/commit/7dca86d11e796fa04da51a9a415fa971880379e6))
* contact shadows is alive and reactive ([188cf8c](https://github.com/Tresjs/cientos/commit/188cf8c4431c857bd8d9c562b36c4dd5816af25e))
* contact-shadows implementation ([81baf86](https://github.com/Tresjs/cientos/commit/81baf8618de9d8dc1e25d0fc9c40671f4255ffbf))
* deconstruct those Props ([ccd0581](https://github.com/Tresjs/cientos/commit/ccd058170b9c83032f616046d36df030df4bb001))
* enhanced orbit-controls ([27f2e88](https://github.com/Tresjs/cientos/commit/27f2e886e8f39a308ce5cc12c9025c155c560b22))
* temporally tweak eslint for deconstructed props ([8803e8f](https://github.com/Tresjs/cientos/commit/8803e8faa74d8dfa5d6df0af661a9d7359c2a913))
* update parallax mouse abstraction ([88885a3](https://github.com/Tresjs/cientos/commit/88885a3a815dfc1b13b2eb7cbec136078f81d48c))
* update to core v2.1.0 and fix types ([f099387](https://github.com/Tresjs/cientos/commit/f099387ff16511632b0fcfc6afac3f774f25f144))


### Bug Fixes

* added missing prop target and removed withDefaults ([43ddf6b](https://github.com/Tresjs/cientos/commit/43ddf6b7c4028fc0184f153070d67f2adee76fb8))
* change smoke texture encoding for colorSpace ([2338803](https://github.com/Tresjs/cientos/commit/23388035bb7b94f3321c1850c5410f59d8ba4d27))
* core types ([266088b](https://github.com/Tresjs/cientos/commit/266088b2a8e29d06e6dbdcc3b4fe40b12b8c8397))
* event headline h2 ([c506769](https://github.com/Tresjs/cientos/commit/c50676956fd98a6b5750a63c0cbbda8b658ba8e3))
* remove import leftovers ([fef7e86](https://github.com/Tresjs/cientos/commit/fef7e861647314845f619213c53608e9e8d505d4))
* templateRef name casing ([8844612](https://github.com/Tresjs/cientos/commit/8844612e804f87536963d82302ba0858fad48b2b))

## [2.0.0](https://github.com/Tresjs/cientos/compare/2.0.0-rc.3...2.0.0) (2023-05-12)

## [2.0.0-rc.3](https://github.com/Tresjs/cientos/compare/2.0.0-rc.1...2.0.0-rc.3) (2023-05-08)
Expand Down
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",
"description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
"version": "2.0.0",
"version": "2.1.0",
"type": "module",
"packageManager": "[email protected]",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
Expand Down

0 comments on commit 9d72610

Please sign in to comment.