From 0056f3fb1ae4a4a2d1e6258affb982ac0c0636ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 10:53:02 +0000 Subject: [PATCH] release: version packages (alpha) --- .changeset/pre.json | 1 + packages/devnet/CHANGELOG.md | 6 ++++++ packages/devnet/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 266927a4..889cb341 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -202,6 +202,7 @@ "strong-nails-raise", "stupid-icons-exist", "stupid-points-study", + "sweet-items-film", "tame-cobras-kick", "tasty-drinks-wash", "tasty-lions-fetch", diff --git a/packages/devnet/CHANGELOG.md b/packages/devnet/CHANGELOG.md index c08dd50e..dd3c58c0 100644 --- a/packages/devnet/CHANGELOG.md +++ b/packages/devnet/CHANGELOG.md @@ -1,5 +1,11 @@ # devnet +## 2.0.0-alpha.13 + +### Patch Changes + +- f8ce0a2: Download artifacts dependencies sequentially to avoid race-condition errors when creating directories and files, which can result in EEXIST followed by ENOENT errors. Also, explicitly configure the task runner to exit on error, so it doesn't publish a package with missing required information. + ## 2.0.0-alpha.12 ### Patch Changes diff --git a/packages/devnet/package.json b/packages/devnet/package.json index 38644de3..a58e8730 100644 --- a/packages/devnet/package.json +++ b/packages/devnet/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/devnet", - "version": "2.0.0-alpha.12", + "version": "2.0.0-alpha.13", "license": "Apache-2.0", "repository": "cartesi/cli", "scripts": {