Skip to content

Commit 9ae3966

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent 09a47b4 commit 9ae3966

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/early-shrimps-applaud.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/engine/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @rocket/engine
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- 09a47b4: Prevent fatal error because of simultaneous write to file.
8+
9+
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.
10+
11+
The solution is that the watcher ignores changes to a file until a full render is finished.
12+
313
## 0.2.3
414

515
### Patch Changes

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/engine",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)