From 8c5d4cb369c9051bdf7437924acd0a04e0ff5168 Mon Sep 17 00:00:00 2001 From: Elad Bezalel Date: Wed, 9 Aug 2023 14:05:32 +0300 Subject: [PATCH] chore: release v0.0.11 [skip ci] trigger bump manually due to a bug in pr-merge workflow --- libs/core/package.json | 2 +- libs/nx/package.json | 2 +- libs/turbo/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/core/package.json b/libs/core/package.json index 038e63b..7a6c959 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@traf/core", - "version": "0.0.10", + "version": "0.0.11", "type": "commonjs", "license": "MIT", "description": "Find truly affected pacakges in monorepos", diff --git a/libs/nx/package.json b/libs/nx/package.json index 7eb59e1..a3792dd 100644 --- a/libs/nx/package.json +++ b/libs/nx/package.json @@ -1,6 +1,6 @@ { "name": "@traf/nx", - "version": "0.0.10", + "version": "0.0.11", "type": "commonjs", "license": "MIT", "description": "A cli tool that wraps `@traf/core` to be used with Nx.", diff --git a/libs/turbo/package.json b/libs/turbo/package.json index 3ae260a..c360289 100644 --- a/libs/turbo/package.json +++ b/libs/turbo/package.json @@ -1,6 +1,6 @@ { "name": "@traf/turbo", - "version": "0.0.10", + "version": "0.0.11", "type": "commonjs", "license": "MIT", "description": "A cli tool that wraps `@traf/core` to be used with Turborepo.",