BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
812 stars 232 forks source link

Workspace `editorVersion` version seems incorrect #423

Open StanleySweet opened 1 year ago

StanleySweet commented 1 year ago

When generating an empty workspace with the 4.6.0 version the editorVersion says 4.5.0. I tracked the code up to editor.tsx:999

const editorVersion = this._packageJson.dependencies["@babylonjs/core"];

It seems okay in the repo, maybe the repository used to generate the 4.6.0 version was out of date?

julien-moreau commented 11 months ago

Hi @StanleySweet !

Are you talking about the .editorworkspace file? Because I reproduced a mismatch in the .editorworkspace file. I'm fixing it to write the right version of the editor.