// inside the super-button NPM package + repo
import SuperText from 'super-text'
const SuperButton = props => (
<button>
<SuperText value="Click me!" />
</button>
)
export default SuperButton
// inside the super-text NPM package + repo
const SuperText = props => (
<span>
{props.value}
</span>
)
export default SuperText
Update tests
Update the versions
Lerna is a tool that optimizes the workflow around managing multi-package repositories with git and npm."
babel-6.2.0/
packages/
babel-core/
babel-cli/
babel-plugin-syntax-flow/
babel-.../
<type>[optional scope]: <description>
type could be: feat, bug, BREAKING CHANGE
git commit -m "feat: Add interface for plugin in rui-advertorial"
advertorial/
packages/
tracker/
package.json
advertorial/
package.json
targeter/
package.json