When bumping a component version, you currently have to manually bump the component's version in the root package.json. This should be automated, probably in publish-modules.sh by scanning all the components' package.json files and writing their versions to the root package.json.
Using loose (~) version numbers in the root package.json will make this less painful and not require a new release of the meta package each time things are updated.
When bumping a component version, you currently have to manually bump the component's version in the root
package.json
. This should be automated, probably inpublish-modules.sh
by scanning all the components'package.json
files and writing theirversion
s to the rootpackage.json
.