Skip to content

Commit 694fcd8

Browse files
github-actions[bot]rturnq
authored andcommitted
[ci] release
1 parent b2eb4e9 commit 694fcd8

File tree

8 files changed

+16
-27
lines changed

8 files changed

+16
-27
lines changed

.changeset/cute-melons-vanish.md

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

.changeset/good-clocks-knock.md

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

.changeset/long-glasses-sniff.md

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

.changeset/shaky-points-learn.md

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

.changeset/slimy-wasps-double.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @marko/runtime-tags
22

3+
## 6.0.127
4+
5+
### Patch Changes
6+
7+
- [#3021](https://github.com/marko-js/marko/pull/3021) [`b2eb4e9`](https://github.com/marko-js/marko/commit/b2eb4e9925d890c721b5065659babd54dec02dbe) Thanks [@rturnq](https://github.com/rturnq)! - Optimize pure const signals which cache downstream as plain functions
8+
9+
- [#2993](https://github.com/marko-js/marko/pull/2993) [`897a00d`](https://github.com/marko-js/marko/commit/897a00dcfe1fe1532a84aab0eff6ebd41e293ec0) Thanks [@rturnq](https://github.com/rturnq)! - Optimize spreads through a wrapper tag to a known tag into direct calls
10+
11+
- [#3019](https://github.com/marko-js/marko/pull/3019) [`d694b03`](https://github.com/marko-js/marko/commit/d694b03c936f6d8b102e469b5bf9f56e54ad23fd) Thanks [@rturnq](https://github.com/rturnq)! - Optimize serialization to only send non-empty or referenced scopes
12+
13+
- [#3019](https://github.com/marko-js/marko/pull/3019) [`e153684`](https://github.com/marko-js/marko/commit/e1536842785d989f69007c20c0e73474d6a8b9f5) Thanks [@rturnq](https://github.com/rturnq)! - Fix branch scope serialization for only child if and for tags
14+
15+
- [#3019](https://github.com/marko-js/marko/pull/3019) [`299a0e1`](https://github.com/marko-js/marko/commit/299a0e120d1f1363173e19a48e448157fe77172e) Thanks [@rturnq](https://github.com/rturnq)! - Optimize loop key references as constants
16+
317
## 6.0.126
418

519
### 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.0.126",
3+
"version": "6.0.127",
44
"description": "Optimized runtime for Marko templates.",
55
"keywords": [
66
"api",

0 commit comments

Comments
 (0)