From 054b6275328e8a216a432214b726365e7f622a10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Mar 2023 06:07:45 +0000 Subject: [PATCH] Github CI build: __run_3 v1.23.0 [ci skip] --- package.json | 2 +- packages/monorepo/package.json | 2 +- packages/yarn-workspaces/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c9490ba..37f7182 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/root", - "version": "1.22.6", + "version": "1.23.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 a05b85c..62cb5a0 100644 --- a/packages/monorepo/package.json +++ b/packages/monorepo/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/monorepo-utils", - "version": "1.22.6", + "version": "1.23.0", "description": "Mono repo utils", "main": "./src/index.js", "repository": { diff --git a/packages/yarn-workspaces/package.json b/packages/yarn-workspaces/package.json index d0dc806..44e8cf1 100644 --- a/packages/yarn-workspaces/package.json +++ b/packages/yarn-workspaces/package.json @@ -1,6 +1,6 @@ { "name": "@tsed/yarn-workspaces", - "version": "1.22.6", + "version": "1.23.0", "description": "Yarn workspaces utils for CRACO", "source": "./src/index.js", "main": "./lib/index.js",