Skip to content

Commit 4dda28b

Browse files
committed
chore(release): 1.2.0
1 parent 6fa0235 commit 4dda28b

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/simonedevit/reactylon/compare/v1.1.5...v1.2.0) (2025-01-29)
4+
5+
6+
### Build
7+
8+
* **general:** swap build:local instructions ([fd6baba](https://github.com/simonedevit/reactylon/commit/fd6baba05a18260e433b860ea7d5f94b247479c3))
9+
10+
11+
### Features
12+
13+
* **general,components:** add zustand for store reactivity ([01355f6](https://github.com/simonedevit/reactylon/commit/01355f6fddbef681ec8aeb63b009f6ae0fc59231))
14+
15+
16+
### Bug Fixes
17+
18+
* **general,components:** correct else statement ([6fa0235](https://github.com/simonedevit/reactylon/commit/6fa0235c1a7c13e3d787458fa51dff5cc46e2b06))
19+
320
## [1.1.5](https://github.com/simonedevit/reactylon/compare/v1.1.4...v1.1.5) (2025-01-19)
421

522

packages/library/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/simonedevit/reactylon/compare/v1.1.5...v1.2.0) (2025-01-29)
4+
5+
6+
### Build
7+
8+
* **general:** swap build:local instructions ([fd6baba](https://github.com/simonedevit/reactylon/commit/fd6baba05a18260e433b860ea7d5f94b247479c3))
9+
10+
11+
### Features
12+
13+
* **general,components:** add zustand for store reactivity ([01355f6](https://github.com/simonedevit/reactylon/commit/01355f6fddbef681ec8aeb63b009f6ae0fc59231))
14+
15+
16+
### Bug Fixes
17+
18+
* **general,components:** correct else statement ([6fa0235](https://github.com/simonedevit/reactylon/commit/6fa0235c1a7c13e3d787458fa51dff5cc46e2b06))
19+
320
## [1.1.5](https://github.com/simonedevit/reactylon/compare/v1.1.4...v1.1.5) (2025-01-19)
421

522

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.1.5",
3+
"version": "1.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": "./build/index.js",

0 commit comments

Comments
 (0)