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": {