Skip to content

Commit 33d1523

Browse files
committed
chore: bump packages up to 0.9.0 manually to align with latest upstream 0.9.0
1 parent 35a6091 commit 33d1523

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pascal-app/core",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Core library for Pascal 3D building editor",
55
"type": "module",
66
"main": "./dist/index.js",

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pascal-app/editor",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Pascal building editor component",
55
"type": "module",
66
"exports": {

packages/viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pascal-app/viewer",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "3D viewer component for Pascal building editor",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)