Skip to content

Commit cceb1f9

Browse files
committed
chore(release): 3.0.3
1 parent e052bc5 commit cceb1f9

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.0.3](https://github.com/simonedevit/reactylon/compare/v3.0.2...v3.0.3) (2025-05-08)
4+
5+
6+
### Documentation
7+
8+
* **general:** swap front image with logo ([b8b6f6b](https://github.com/simonedevit/reactylon/commit/b8b6f6bb815c2e8bfdf6307534107d50c0ce1463))
9+
10+
11+
### Bug Fixes
12+
13+
* **general:** execute onCreate model callback during same React render (not in async context) ([e052bc5](https://github.com/simonedevit/reactylon/commit/e052bc52a0d57d2683631a34c41f9ef983bc9387))
14+
315
## [3.0.2](https://github.com/simonedevit/reactylon/compare/v3.0.1...v3.0.2) (2025-04-30)
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.0.3](https://github.com/simonedevit/reactylon/compare/v3.0.2...v3.0.3) (2025-05-08)
4+
5+
6+
### Documentation
7+
8+
* **general:** swap front image with logo ([b8b6f6b](https://github.com/simonedevit/reactylon/commit/b8b6f6bb815c2e8bfdf6307534107d50c0ce1463))
9+
10+
11+
### Bug Fixes
12+
13+
* **general:** execute onCreate model callback during same React render (not in async context) ([e052bc5](https://github.com/simonedevit/reactylon/commit/e052bc52a0d57d2683631a34c41f9ef983bc9387))
14+
315
## [3.0.2](https://github.com/simonedevit/reactylon/compare/v3.0.1...v3.0.2) (2025-04-30)
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.0.2",
3+
"version": "3.0.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)