Skip to content

Commit 230bd85

Browse files
committed
chore(release): 3.2.0
1 parent ce65c3f commit 230bd85

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [3.2.0](https://github.com/simonedevit/reactylon/compare/v3.1.5...v3.2.0) (2025-10-02)
4+
5+
6+
### Chore
7+
8+
* **components:** guard secondary render on store readiness to prevent async race ([ce65c3f](https://github.com/simonedevit/reactylon/commit/ce65c3fe4c33a0663c2268ca6d1f51744c56edc4))
9+
310
## [3.1.5](https://github.com/simonedevit/reactylon/compare/v3.1.4...v3.1.5) (2025-08-30)
411

512

packages/library/CHANGELOG.md

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

3+
## [3.2.0](https://github.com/simonedevit/reactylon/compare/v3.1.5...v3.2.0) (2025-10-02)
4+
5+
6+
### Chore
7+
8+
* **components:** guard secondary render on store readiness to prevent async race ([ce65c3f](https://github.com/simonedevit/reactylon/commit/ce65c3fe4c33a0663c2268ca6d1f51744c56edc4))
9+
310
## [3.1.5](https://github.com/simonedevit/reactylon/compare/v3.1.4...v3.1.5) (2025-08-30)
411

512

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.1.5",
3+
"version": "3.2.0",
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)