Skip to content

Commit 5d87ba8

Browse files
committed
chore(release): 3.5.3
1 parent c2c5e30 commit 5d87ba8

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Reactylon - Changelog
22

3+
## [3.5.3](https://github.com/simonedevit/reactylon/compare/v3.5.2...v3.5.3) (2026-02-17)
4+
5+
6+
### Chore
7+
8+
* **general:** increase body max line lenght of a commit message ([162a67d](https://github.com/simonedevit/reactylon/commit/162a67de29bd848648578672789c6554206c72e7))
9+
10+
11+
### Documentation
12+
13+
* **general:** add link to technical documentation ([ec1ccc5](https://github.com/simonedevit/reactylon/commit/ec1ccc5fcea94395ff3f9736330ed714eae3c1c4))
14+
15+
16+
### Bug Fixes
17+
18+
* **reconciler,components:** do not set highlight layer as a mesh parent ([bcaeb33](https://github.com/simonedevit/reactylon/commit/bcaeb33e915d74cafa1ef15ff1d1e5f31f9d9391))
19+
20+
21+
### Test
22+
23+
* **components:** add highlight layer test ([c2c5e30](https://github.com/simonedevit/reactylon/commit/c2c5e30db807d884922ab3c67ba77b5490a6d262))
24+
325
## [3.5.2](https://github.com/simonedevit/reactylon/compare/v3.5.1...v3.5.2) (2026-01-01)
426

527

packages/library/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Reactylon - Changelog
22

3+
## [3.5.3](https://github.com/simonedevit/reactylon/compare/v3.5.2...v3.5.3) (2026-02-17)
4+
5+
6+
### Chore
7+
8+
* **general:** increase body max line lenght of a commit message ([162a67d](https://github.com/simonedevit/reactylon/commit/162a67de29bd848648578672789c6554206c72e7))
9+
10+
11+
### Documentation
12+
13+
* **general:** add link to technical documentation ([ec1ccc5](https://github.com/simonedevit/reactylon/commit/ec1ccc5fcea94395ff3f9736330ed714eae3c1c4))
14+
15+
16+
### Bug Fixes
17+
18+
* **reconciler,components:** do not set highlight layer as a mesh parent ([bcaeb33](https://github.com/simonedevit/reactylon/commit/bcaeb33e915d74cafa1ef15ff1d1e5f31f9d9391))
19+
20+
21+
### Test
22+
23+
* **components:** add highlight layer test ([c2c5e30](https://github.com/simonedevit/reactylon/commit/c2c5e30db807d884922ab3c67ba77b5490a6d262))
24+
325
## [3.5.2](https://github.com/simonedevit/reactylon/compare/v3.5.1...v3.5.2) (2026-01-01)
426

527

packages/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactylon",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "A powerful multiplatform framework built on Babylon.js and React, designed to create interactive and immersive 3D experiences.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)