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",