Skip to content

Commit c35b01b

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 40d0b52 commit c35b01b

File tree

7 files changed

+23
-17
lines changed

7 files changed

+23
-17
lines changed

.changeset/bright-places-kneel.md

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

.changeset/wicked-comics-yawn.md

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

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime-class/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 5.38.17
4+
5+
### Patch Changes
6+
7+
- [#3059](https://github.com/marko-js/marko/pull/3059) [`40d0b52`](https://github.com/marko-js/marko/commit/40d0b528a616fae251a99d70cb2df54aee08d94b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where serialize reason was not cleared across renders leading to over serialization.
8+
9+
- Updated dependencies [[`40d0b52`](https://github.com/marko-js/marko/commit/40d0b528a616fae251a99d70cb2df54aee08d94b), [`40d0b52`](https://github.com/marko-js/marko/commit/40d0b528a616fae251a99d70cb2df54aee08d94b)]:
10+
- @marko/runtime-tags@6.0.139
11+
312
## 5.38.16
413

514
### Patch Changes

packages/runtime-class/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marko",
3-
"version": "5.38.16",
3+
"version": "5.38.17",
44
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
55
"keywords": [
66
"front-end",
@@ -71,7 +71,7 @@
7171
"dependencies": {
7272
"@babel/runtime": "^7.28.2",
7373
"@marko/compiler": "^5.39.48",
74-
"@marko/runtime-tags": "^6.0.138",
74+
"@marko/runtime-tags": "^6.0.139",
7575
"app-module-path": "^2.2.0",
7676
"argly": "^1.2.0",
7777
"browser-refresh-client": "1.1.4",

packages/runtime-tags/CHANGELOG.md

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

3+
## 6.0.139
4+
5+
### Patch Changes
6+
7+
- [#3059](https://github.com/marko-js/marko/pull/3059) [`40d0b52`](https://github.com/marko-js/marko/commit/40d0b528a616fae251a99d70cb2df54aee08d94b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where serialize reason was not cleared across renders leading to over serialization.
8+
9+
- [#3059](https://github.com/marko-js/marko/pull/3059) [`40d0b52`](https://github.com/marko-js/marko/commit/40d0b528a616fae251a99d70cb2df54aee08d94b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid giving dynamic native tag content a params serialize reason.
10+
311
## 6.0.138
412

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

0 commit comments

Comments
 (0)