This document explains how to change the version of DateBox.
--> edit package.json
{
"version" : "SemVer"
}
OR
# npm version [<new verson>|major|minor|patch]
THEN
# npm run build-latest
# npm run release
--> COMMIT AND TAG POINT ARE HERE
--> RESTART THE BUILDER SERVER, IF IT'S RUNNING!
- The builderServer caches the source files - for the length of it's runtime. If you don't restart it, you will still be building old versions.
--> edit package.json
"supports" : {
"npm-package-name" : "version"
}
--> edit package.json
"supports" : {
"npm-package-name-of-framework" : "version-supported"
},
"prettyMap": {
"filename-without-extension-in-modes-folder" : "Pretty Name of Framework"
}