From 29bb868de1830a5b5009f4ecb44b52d04d4bcc85 Mon Sep 17 00:00:00 2001 From: Gustavo Perdomo Date: Sat, 13 Jul 2024 01:12:59 -0400 Subject: [PATCH] chore(release): publish - project: nx-set-shas 6.1.1 --- .github/workflows/ci.yml | 2 +- packages/nx-set-shas/CHANGELOG.md | 10 ++++++++++ packages/nx-set-shas/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfa992ff..9b903abb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # Connect your workspace on nx.app and uncomment this to enable task distribution. # The "--stop-agents-after" is optional, but allows idle agents to shut down once the "build" targets have been requested - - run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build" + - run: npx nx-cloud start-ci-run --distribute-on="3 linux-small-js" --stop-agents-after="build" # Cache node_modules - uses: actions/setup-node@v4 diff --git a/packages/nx-set-shas/CHANGELOG.md b/packages/nx-set-shas/CHANGELOG.md index 365eee10..9d3f7705 100644 --- a/packages/nx-set-shas/CHANGELOG.md +++ b/packages/nx-set-shas/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.1.1 (2024-07-13) + +### 🚀 Features + +- **nx-set-shas:** fix chalk import ([d4d5e35](https://github.com/gperdomor/nx-tools/commit/d4d5e35)) + +### ❤️ Thank You + +- Gustavo Perdomo + ## 6.1.0 (2024-07-13) ### 🚀 Features diff --git a/packages/nx-set-shas/package.json b/packages/nx-set-shas/package.json index 970d073d..c7543192 100644 --- a/packages/nx-set-shas/package.json +++ b/packages/nx-set-shas/package.json @@ -1,6 +1,6 @@ { "name": "@nx-tools/nx-set-shas", - "version": "6.1.0", + "version": "6.1.1", "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts",