Skip to content

Commit 0bcb9b0

Browse files
committed
chore(release): 3.5.6
1 parent ccedd2c commit 0bcb9b0

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## [3.5.6](https://github.com/simonedevit/reactylon/compare/v3.5.5...v3.5.6) (2026-03-24)
4+
5+
6+
### Chore
7+
8+
* **general:** fix vulnerability issues + refresh deps ([4116a0d](https://github.com/simonedevit/reactylon/commit/4116a0d2123d3f6411848c05db765a93e9ff03e9))
9+
10+
11+
### Bug Fixes
12+
13+
* **reconciler:** fix stale closure on event callbacks ([ccedd2c](https://github.com/simonedevit/reactylon/commit/ccedd2c7c7ac9627810618f3e42da80434709c3d))
14+
315
## [3.5.5](https://github.com/simonedevit/reactylon/compare/v3.5.4...v3.5.5) (2026-03-04)
416

517

packages/library/CHANGELOG.md

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

3+
## [3.5.6](https://github.com/simonedevit/reactylon/compare/v3.5.5...v3.5.6) (2026-03-24)
4+
5+
6+
### Chore
7+
8+
* **general:** fix vulnerability issues + refresh deps ([4116a0d](https://github.com/simonedevit/reactylon/commit/4116a0d2123d3f6411848c05db765a93e9ff03e9))
9+
10+
11+
### Bug Fixes
12+
13+
* **reconciler:** fix stale closure on event callbacks ([ccedd2c](https://github.com/simonedevit/reactylon/commit/ccedd2c7c7ac9627810618f3e42da80434709c3d))
14+
315
## [3.5.5](https://github.com/simonedevit/reactylon/compare/v3.5.4...v3.5.5) (2026-03-04)
416

517

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