Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: nx-set-shas 6.1.1
  • Loading branch information
gperdomor committed Jul 13, 2024
1 parent d4d5e35 commit 29bb868
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions packages/nx-set-shas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-set-shas/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 29bb868

Please sign in to comment.