@cmflow/cli 0.67.0 → 0.67.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmflow/cli",
3
- "version": "0.67.0",
3
+ "version": "0.67.1",
4
4
  "description": "An awesome Git Flow",
5
5
  "author": "camfou",
6
6
  "license": "MIT",
@@ -59,7 +59,7 @@ export async function prepare (pluginConfig, context) {
59
59
  }
60
60
  break
61
61
  case 'cmflow':
62
- await bumpPackagesVersion(WORKSPACES)
62
+ await bumpPackagesVersion(context.nextRelease.version, WORKSPACES)
63
63
  break
64
64
  case 'native:lerna':
65
65
  default: