chore(release): align core/viewer/editor to 0.9.0 ahead of v0.9.1

The v0.9.0 GitHub release declared the trio at 0.9.0 but the npm publish
never ran (npm still serves 0.8.0). Aligning manifests so the release
workflow's bump=patch lands everything at the announced-next 0.9.1
(mcp 0.3.0 -> 0.3.1, ifc-converter 0.1.0 -> 0.1.1 keep their own lines,
matching the per-package version table style of previous releases).
Inter-package peer/dev refs move to ^0.9.0 so the workspace stays
self-linked during the release run; the workflow re-syncs them to the
final versions after bumping.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Aymeric Rabot
2026-06-09 19:54:42 -04:00
co-authored by Claude Fable 5
parent c93778c170
commit 9bfd75c2c7
6 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@pascal-app/viewer",
"version": "0.8.0",
"version": "0.9.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.8.0",
"@pascal-app/core": "^0.9.0",
"@react-three/drei": "^10",
"@react-three/fiber": "^9",
"react": "^18 || ^19",