Skip to content

Commit 3e89f96

Browse files
committed
chore(release): 1.2.2
1 parent 7d37d8e commit 3e89f96

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+
## [1.2.2](https://github.com/simonedevit/reactylon/compare/v1.2.1...v1.2.2) (2025-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **reconciler:** get canvas from scene on multiple scenes ([7d37d8e](https://github.com/simonedevit/reactylon/commit/7d37d8eaaccef4b98c37f1ff1c63a62352d48c2a))
9+
10+
11+
### Test
12+
13+
* **general:** mock react-dom/server ([77cf359](https://github.com/simonedevit/reactylon/commit/77cf3590bd75e513de91bad8e074d40449c212fd))
14+
315
## [1.2.1](https://github.com/simonedevit/reactylon/compare/v1.2.0...v1.2.1) (2025-01-31)
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+
## [1.2.2](https://github.com/simonedevit/reactylon/compare/v1.2.1...v1.2.2) (2025-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **reconciler:** get canvas from scene on multiple scenes ([7d37d8e](https://github.com/simonedevit/reactylon/commit/7d37d8eaaccef4b98c37f1ff1c63a62352d48c2a))
9+
10+
11+
### Test
12+
13+
* **general:** mock react-dom/server ([77cf359](https://github.com/simonedevit/reactylon/commit/77cf3590bd75e513de91bad8e074d40449c212fd))
14+
315
## [1.2.1](https://github.com/simonedevit/reactylon/compare/v1.2.0...v1.2.1) (2025-01-31)
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": "1.2.1",
3+
"version": "1.2.2",
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": "./build/index.js",

0 commit comments

Comments
 (0)