Closed muffinresearch closed 7 years ago
@muffinresearch, sorry for the inconvenience, it's now fixed with https://github.com/plouc/mozaik-demo/commit/363b4ae7d05f88b5541b47dd7bad5cb7726ddbfa.
Just be aware that because Mozaïk is now split in several packages, you don't have a tag on the main repo, but you'll be able to find corresponding git sha1 looking at the package.json
in the installed packages.
In fact, you do not have the corresponding sha1, I'll have to create scoped tags like ui-v2.0.0
, themes-v2.1.0
…
But the latest version of the code is now always available on GitHub.
You'll now be able to get the tag of a specific package, the format of the tag on the main mozaik repo will be @mozaik/<package>@<version>
, for example for @mozaik/ui
in version 2.0.0-alpha.15
, the tag will be @mozaik/ui@2.0.0-alpha.15
.
The mozaik-2 demo's mozaik dep is 2.0.0-alpha.13, but only 2.0.0-alpha.12 of mozaik exists on github.
If it's possible to make the newer version of the code used in the demo available on github it would be very helpful.