Merge branch 'main' into feat/color-picker-tool

This commit is contained in:
Sudhir Yadav
2026-04-22 17:57:26 +05:30
committed by GitHub
31 changed files with 1104 additions and 149 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@pascal-app/viewer",
"version": "0.5.1",
"version": "0.6.0",
"description": "3D viewer component for Pascal building editor",
"type": "module",
"main": "./dist/index.js",
@@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@pascal-app/core": "^0.5.1",
"@pascal-app/core": "^0.6.0",
"@react-three/drei": "^10",
"@react-three/fiber": "^9",
"react": "^18 || ^19",