Skip to content

Commit 04ecfc1

Browse files
committed
chore: release v5.0.0-rc.1
1 parent 16f12e7 commit 04ecfc1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [5.0.0-rc.1](https://github.com/Tresjs/nuxt/compare/5.0.0-rc.0...5.0.0-rc.1) (2025-09-20)
4+
5+
### Bug Fixes
6+
7+
* integrate useAttrs composable in TresCanvas component ([16f12e7](https://github.com/Tresjs/nuxt/commit/16f12e79334c6dcbd3d78412838b41a00a47185d))
8+
39
## [5.0.0-rc.0](https://github.com/Tresjs/nuxt/compare/4.1.0-next.1...5.0.0-rc.0) (2025-09-20)
410

511
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tresjs/nuxt",
33
"type": "module",
4-
"version": "5.0.0-rc.0",
4+
"version": "5.0.0-rc.1",
55
"packageManager": "[email protected]",
66
"description": "TresJS integration for Nuxt.",
77
"author": "Daniel Roe (https://github.com/danielroe/)",

0 commit comments

Comments
 (0)