Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and daKmoR committed Aug 14, 2022
1 parent 09a47b4 commit 9ae3966
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/early-shrimps-applaud.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rocket/engine

## 0.2.4

### Patch Changes

- 09a47b4: Prevent fatal error because of simultaneous write to file.

When the browser requested a file to be rendered and that file also needed an update in the "rocket header" (the top of the file) then it could be that the watcher trigger a simultaneous render of the file while the first render was still in progress.

The solution is that the watcher ignores changes to a file until a full render is finished.

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/engine",
"version": "0.2.3",
"version": "0.2.4",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 9ae3966

Please sign in to comment.