Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/devnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/devnet/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading