Skip to content

Commit bc20394

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 9b2c837 commit bc20394

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/stale-pillows-cross.md

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime-tags/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @marko/runtime-tags
22

3+
## 6.1.12
4+
5+
### Patch Changes
6+
7+
- [#3233](https://github.com/marko-js/marko/pull/3233) [`9b2c837`](https://github.com/marko-js/marko/commit/9b2c8373c33f293c573ac9d7e7a02baaebb396be) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix incorrect client rendering of `<await>` content that contains nested child scopes (such as a nested component). The eager, detached render of the await body removed only a single scope from the pending-scopes list, which cleared the `Creating` flag on the await branch (or one of its children). When the promise resolved, the affected scope's setup ran in update mode instead of create mode. For example an `<input value=resolvedValue>` inside the await body rendered empty. All eagerly-created scopes are now deferred together and committed when the await resolves.
8+
39
## 6.1.11
410

511
### Patch Changes

packages/runtime-tags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/runtime-tags",
3-
"version": "6.1.11",
3+
"version": "6.1.12",
44
"description": "Optimized runtime for Marko templates.",
55
"keywords": [
66
"api",

0 commit comments

Comments
 (0)