Skip to content

Commit 49b2fc9

Browse files
committed
chore(release): 1.1.4
1 parent b1f57b5 commit 49b2fc9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/library/CHANGELOG.md

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

3+
## [1.1.4](https://github.com/simonedevit/reactylon/compare/v1.1.3...v1.1.4) (2025-01-19)
4+
5+
6+
### Build
7+
8+
* **general:** remove 'serve' due to HMR incompatibility with ES6 module exports ([b1f57b5](https://github.com/simonedevit/reactylon/commit/b1f57b526708daeafe0c50053533c90f5ecba3ef))
9+
10+
11+
### Documentation
12+
13+
* **general:** commit CHANGELOG.md in release commit ([eb860b3](https://github.com/simonedevit/reactylon/commit/eb860b304f163f23927e85ecd5cafcefe35b47cc))
14+
* **general:** link contributing and code of conduct ([b667dbd](https://github.com/simonedevit/reactylon/commit/b667dbd7585ae7e0534f08d15037d46db0c52b85))
15+
16+
17+
### Bug Fixes
18+
19+
* **components:** propagate external changes to secondary renderer ([b036bd5](https://github.com/simonedevit/reactylon/commit/b036bd51e05d45a7fb9fba1ff0eaa9eedd24a2e8))
20+
321
## [1.1.3](https://github.com/simonedevit/reactylon/compare/v1.1.2...v1.1.3) (2025-01-16)
422

523

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