@clickview/ship-it 0.0.35-dev.17 → 0.0.35-dev.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -115,6 +115,7 @@ function setupCommands(program, container) {
115
115
  .description('Bump clickview npm package versions in monorepo to their next version')
116
116
  .requiredOption('-b, --branchName <branchName>')
117
117
  .option('-p, --preId <preId>')
118
+ .option('--projectIds <projectIds...>')
118
119
  .action(getAction('bump-packages'));
119
120
  program.command('install-packages')
120
121
  .description('Install the latest clickview npm packages in all consuming projects that are part of a milestone')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/ship-it",
3
- "version": "0.0.35-dev.17",
3
+ "version": "0.0.35-dev.18",
4
4
  "description": "Release Manager",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {