Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonedevit committed Jan 29, 2025
1 parent 6fa0235 commit 4dda28b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Reactylon - Changelog

## [1.2.0](https://github.com/simonedevit/reactylon/compare/v1.1.5...v1.2.0) (2025-01-29)


### Build

* **general:** swap build:local instructions ([fd6baba](https://github.com/simonedevit/reactylon/commit/fd6baba05a18260e433b860ea7d5f94b247479c3))


### Features

* **general,components:** add zustand for store reactivity ([01355f6](https://github.com/simonedevit/reactylon/commit/01355f6fddbef681ec8aeb63b009f6ae0fc59231))


### Bug Fixes

* **general,components:** correct else statement ([6fa0235](https://github.com/simonedevit/reactylon/commit/6fa0235c1a7c13e3d787458fa51dff5cc46e2b06))

## [1.1.5](https://github.com/simonedevit/reactylon/compare/v1.1.4...v1.1.5) (2025-01-19)


Expand Down
17 changes: 17 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Reactylon - Changelog

## [1.2.0](https://github.com/simonedevit/reactylon/compare/v1.1.5...v1.2.0) (2025-01-29)


### Build

* **general:** swap build:local instructions ([fd6baba](https://github.com/simonedevit/reactylon/commit/fd6baba05a18260e433b860ea7d5f94b247479c3))


### Features

* **general,components:** add zustand for store reactivity ([01355f6](https://github.com/simonedevit/reactylon/commit/01355f6fddbef681ec8aeb63b009f6ae0fc59231))


### Bug Fixes

* **general,components:** correct else statement ([6fa0235](https://github.com/simonedevit/reactylon/commit/6fa0235c1a7c13e3d787458fa51dff5cc46e2b06))

## [1.1.5](https://github.com/simonedevit/reactylon/compare/v1.1.4...v1.1.5) (2025-01-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactylon",
"version": "1.1.5",
"version": "1.2.0",
"description": "A powerful multiplatform framework built on Babylon.js and React, designed to create interactive and immersive 3D experiences.",
"type": "module",
"main": "./build/index.js",
Expand Down

0 comments on commit 4dda28b

Please sign in to comment.