diff --git a/lerna.json b/lerna.json index e2db0ab..08372a5 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/*" ], - "version": "1.17.8", + "version": "1.18.0", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/package.json b/package.json index ca59aba..57b6e6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.17.8", + "version": "1.18.0", "description": "Monorepo CLI and utils to deploy packages on NPM", "private": true, "scripts": { diff --git a/packages/monorepo/package.json b/packages/monorepo/package.json index ee3a325..2674554 100644 --- a/packages/monorepo/package.json +++ b/packages/monorepo/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/monorepo-utils", - "version": "1.17.8", + "version": "1.18.0", "description": "Mono repo utils", "private": false, "main": "./src/index.js", @@ -40,8 +40,8 @@ "bin": { "monorepo": "./bin/monorepo.js" }, - "devDependencies": {}, "peerDependencies": { "semantic-release": "17.4.3" - } + }, + "devDependencies": {} } \ No newline at end of file diff --git a/packages/yarn-workspaces/package.json b/packages/yarn-workspaces/package.json index bccc34c..5334af0 100644 --- a/packages/yarn-workspaces/package.json +++ b/packages/yarn-workspaces/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/yarn-workspaces", - "version": "1.17.8", + "version": "1.18.0", "description": "Yarn workspaces utils for CRACO", "private": false, "source": "./src/index.js",