Skip to content

Commit ae2f749

Browse files
committed
chore(release): 3.0.1
1 parent 51ee437 commit ae2f749

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.1](https://github.com/simonedevit/reactylon/compare/v3.0.0...v3.0.1) (2025-04-30)
4+
5+
6+
### Documentation
7+
8+
* **general:** add front image ([b5687e6](https://github.com/simonedevit/reactylon/commit/b5687e6a84b5a4a52c65fefc5b5b66738d571793))
9+
10+
11+
### Bug Fixes
12+
13+
* **components:** add equality function + key to invalidate cache on useModel ([51ee437](https://github.com/simonedevit/reactylon/commit/51ee437534501c9121a0a5af356963c5ba2823b5))
14+
315
## [3.0.0](https://github.com/simonedevit/reactylon/compare/v2.1.0...v3.0.0) (2025-04-17)
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.1](https://github.com/simonedevit/reactylon/compare/v3.0.0...v3.0.1) (2025-04-30)
4+
5+
6+
### Documentation
7+
8+
* **general:** add front image ([b5687e6](https://github.com/simonedevit/reactylon/commit/b5687e6a84b5a4a52c65fefc5b5b66738d571793))
9+
10+
11+
### Bug Fixes
12+
13+
* **components:** add equality function + key to invalidate cache on useModel ([51ee437](https://github.com/simonedevit/reactylon/commit/51ee437534501c9121a0a5af356963c5ba2823b5))
14+
315
## [3.0.0](https://github.com/simonedevit/reactylon/compare/v2.1.0...v3.0.0) (2025-04-17)
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.0",
3+
"version": "3.0.1",
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)