Currently the top level project appears to trail the submodule versions. This relates to 'main' and the newest tag (v0.3.0-alpha).
eg:
git checkout v0.3.0-alpha
git submodule update
git submodule foreach git describe --tags
'base': v0.2.1-alpha-1-g0fecbd0
'cli': v0.1.8-alpha
'diagram-core': v0.0.3-alpha
'diagram-ui': v0.0.4-alpha
'language-client': v0.2.2-alpha
'language-server': v0.2.1-alpha
base, cli, language-client, language-server' all have a 'v0.3.0-alpha'
Although the intent may be that they track different versions, superficially it appears as though there's a mis-match (and main doesn't contain the newest versions).
Currently the top level project appears to trail the submodule versions. This relates to 'main' and the newest tag (v0.3.0-alpha).
eg:
base, cli, language-client, language-server' all have a 'v0.3.0-alpha'
Although the intent may be that they track different versions, superficially it appears as though there's a mis-match (and main doesn't contain the newest versions).