Skip to content

Commit 3a7771c

Browse files
committed
chore(release): 3.0.0
1 parent 18d8ec2 commit 3a7771c

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/simonedevit/reactylon/compare/v2.1.0...v3.0.0) (2025-04-17)
4+
5+
6+
### Chore
7+
8+
* **general:** add tree shaking support [#10](https://github.com/simonedevit/reactylon/issues/10) ([18d8ec2](https://github.com/simonedevit/reactylon/commit/18d8ec2d1ed7b77c362d2287617d2154a11a995b))
9+
310
## [2.1.0](https://github.com/simonedevit/reactylon/compare/v2.0.1...v2.1.0) (2025-03-26)
411

512

packages/library/CHANGELOG.md

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

3+
## [3.0.0](https://github.com/simonedevit/reactylon/compare/v2.1.0...v3.0.0) (2025-04-17)
4+
5+
6+
### Chore
7+
8+
* **general:** add tree shaking support [#10](https://github.com/simonedevit/reactylon/issues/10) ([18d8ec2](https://github.com/simonedevit/reactylon/commit/18d8ec2d1ed7b77c362d2287617d2154a11a995b))
9+
310
## [2.1.0](https://github.com/simonedevit/reactylon/compare/v2.0.1...v2.1.0) (2025-03-26)
411

512

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-beta.3",
3+
"version": "3.0.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": "index.js",

0 commit comments

Comments
 (0)