Skip to content

Commit cae5494

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 8f82e28 commit cae5494

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

.changeset/all-bobcats-return.md

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

.changeset/every-pumas-smoke.md

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

.changeset/lemon-plums-visit.md

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

.changeset/mean-pianos-march.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @marko/runtime-tags
22

3+
## 6.0.97
4+
5+
### Patch Changes
6+
7+
- [#2917](https://github.com/marko-js/marko/pull/2917) [`8f82e28`](https://github.com/marko-js/marko/commit/8f82e2855fe322fcfa206cbea4dcae3230d5b6ef) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix circular issue when serializing functions.
8+
9+
- [#2912](https://github.com/marko-js/marko/pull/2912) [`917c88e`](https://github.com/marko-js/marko/commit/917c88ed23955bbf68cf9e19382315345974e79d) Thanks [@rturnq](https://github.com/rturnq)! - Avoid calling script functions with scope argument unnecessarily
10+
11+
- [#2913](https://github.com/marko-js/marko/pull/2913) [`280f4d3`](https://github.com/marko-js/marko/commit/280f4d3141a3fcbd1ec2c6e95c8db6613f9eff1b) Thanks [@rturnq](https://github.com/rturnq)! - Ensure increment and decrement assignments don't prune change handler bindings
12+
13+
- [#2916](https://github.com/marko-js/marko/pull/2916) [`5963a78`](https://github.com/marko-js/marko/commit/5963a7894425d4993de2104e5bcbf6d3ffda6651) Thanks [@rturnq](https://github.com/rturnq)! - Fix duplicate setup identifier when hoisting
14+
315
## 6.0.96
416

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

0 commit comments

Comments
 (0)