@ckeditor/ckeditor5-dev-release-tools 34.0.0 → 34.0.2

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.
@@ -329,7 +329,7 @@ module.exports = async function bumpVersions( options ) {
329
329
 
330
330
  log.info( `\nBumping version for "${ chalk.underline( packageJson.name ) }"...` );
331
331
 
332
- exec( `npm version ${ releaseDetails.version } --no-git-tag-version` );
332
+ exec( `npm version ${ releaseDetails.version } --no-git-tag-version --no-workspaces-update` );
333
333
  exec( 'git add .' );
334
334
  }
335
335
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-dev-release-tools",
3
- "version": "34.0.0",
3
+ "version": "34.0.2",
4
4
  "description": "Tools used for releasing CKEditor 5 and related packages.",
5
5
  "keywords": [],
6
6
  "main": "lib/index.js",
7
7
  "dependencies": {
8
- "@ckeditor/ckeditor5-dev-utils": "^34.0.0",
8
+ "@ckeditor/ckeditor5-dev-utils": "^34.0.2",
9
9
  "@octokit/rest": "^17.9.2",
10
10
  "chalk": "^4.0.0",
11
11
  "cli-table": "^0.3.1",