diff --git a/.changeset/happy-cycles-smash.md b/.changeset/happy-cycles-smash.md deleted file mode 100644 index 6fa6c4e8f3..0000000000 --- a/.changeset/happy-cycles-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Fix issue where streams that had aborted but then finished were swallowing the abort error. diff --git a/.changeset/tame-balloons-turn.md b/.changeset/tame-balloons-turn.md deleted file mode 100644 index df5112c2e5..0000000000 --- a/.changeset/tame-balloons-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Add errors with debug info when attempting to serialize a non serializable value. diff --git a/.changeset/thin-vans-fail.md b/.changeset/thin-vans-fail.md deleted file mode 100644 index a402001473..0000000000 --- a/.changeset/thin-vans-fail.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"marko": patch -"@marko/runtime-tags": patch -"@marko/compiler": patch -"@marko/translator-interop-class-tags": patch ---- - -Ensure Marko 5 renderBodies are serialized properly across the compat layer. diff --git a/package-lock.json b/package-lock.json index 3a3a59bc4d..f5dad5eecd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10271,7 +10271,7 @@ }, "packages/compiler": { "name": "@marko/compiler", - "version": "5.39.11", + "version": "5.39.12", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", @@ -10299,7 +10299,7 @@ "source-map-support": "^0.5.21" }, "devDependencies": { - "marko": "^5.37.12" + "marko": "^5.37.13" }, "engines": { "node": "18 || 20 || >=22" @@ -10307,11 +10307,11 @@ }, "packages/runtime-class": { "name": "marko", - "version": "5.37.12", + "version": "5.37.13", "license": "MIT", "dependencies": { "@babel/runtime": "^7.26.0", - "@marko/compiler": "^5.39.11", + "@marko/compiler": "^5.39.12", "app-module-path": "^2.2.0", "argly": "^1.2.0", "browser-refresh-client": "1.1.4", @@ -10355,10 +10355,10 @@ }, "packages/runtime-tags": { "name": "@marko/runtime-tags", - "version": "0.3.27", + "version": "0.3.28", "license": "MIT", "dependencies": { - "@marko/compiler": "^5.39.11", + "@marko/compiler": "^5.39.12", "csstype": "^3.1.3", "magic-string": "^0.30.17" }, @@ -10368,12 +10368,12 @@ }, "packages/translator-interop": { "name": "@marko/translator-interop-class-tags", - "version": "0.2.11", + "version": "0.2.12", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", - "@marko/runtime-tags": "^0.3.27", - "marko": "^5.37.12" + "@marko/runtime-tags": "^0.3.28", + "marko": "^5.37.13" }, "engines": { "node": "18 || 20 || >=22" diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 26e9d03d1d..3afeba5327 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.39.12 + +### Patch Changes + +- [#2485](https://github.com/marko-js/marko/pull/2485) [`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure Marko 5 renderBodies are serialized properly across the compat layer. + ## 5.39.11 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 0d3bf37289..4a038a8f37 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compiler", - "version": "5.39.11", + "version": "5.39.12", "description": "Marko template to JS compiler.", "keywords": [ "babel", @@ -87,7 +87,7 @@ "source-map-support": "^0.5.21" }, "devDependencies": { - "marko": "^5.37.12" + "marko": "^5.37.13" }, "engines": { "node": "18 || 20 || >=22" diff --git a/packages/runtime-class/CHANGELOG.md b/packages/runtime-class/CHANGELOG.md index acd80b1363..6e9a3c8b3a 100644 --- a/packages/runtime-class/CHANGELOG.md +++ b/packages/runtime-class/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.37.13 + +### Patch Changes + +- [#2485](https://github.com/marko-js/marko/pull/2485) [`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure Marko 5 renderBodies are serialized properly across the compat layer. + +- Updated dependencies [[`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38)]: + - @marko/compiler@5.39.12 + ## 5.37.12 ### Patch Changes diff --git a/packages/runtime-class/package.json b/packages/runtime-class/package.json index b9ca643cb2..61e2288126 100644 --- a/packages/runtime-class/package.json +++ b/packages/runtime-class/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.37.12", + "version": "5.37.13", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end", @@ -70,7 +70,7 @@ }, "dependencies": { "@babel/runtime": "^7.26.0", - "@marko/compiler": "^5.39.11", + "@marko/compiler": "^5.39.12", "app-module-path": "^2.2.0", "argly": "^1.2.0", "browser-refresh-client": "1.1.4", diff --git a/packages/runtime-tags/CHANGELOG.md b/packages/runtime-tags/CHANGELOG.md index 4601cd738c..be238ecccf 100644 --- a/packages/runtime-tags/CHANGELOG.md +++ b/packages/runtime-tags/CHANGELOG.md @@ -1,5 +1,18 @@ # @marko/runtime-tags +## 0.3.28 + +### Patch Changes + +- [#2485](https://github.com/marko-js/marko/pull/2485) [`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where streams that had aborted but then finished were swallowing the abort error. + +- [#2485](https://github.com/marko-js/marko/pull/2485) [`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add errors with debug info when attempting to serialize a non serializable value. + +- [#2485](https://github.com/marko-js/marko/pull/2485) [`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure Marko 5 renderBodies are serialized properly across the compat layer. + +- Updated dependencies [[`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38)]: + - @marko/compiler@5.39.12 + ## 0.3.27 ### Patch Changes diff --git a/packages/runtime-tags/package.json b/packages/runtime-tags/package.json index 6d7f142171..ad7052f98b 100644 --- a/packages/runtime-tags/package.json +++ b/packages/runtime-tags/package.json @@ -1,6 +1,6 @@ { "name": "@marko/runtime-tags", - "version": "0.3.27", + "version": "0.3.28", "description": "Optimized runtime for Marko templates.", "keywords": [ "api", @@ -39,7 +39,7 @@ "build": "node -r ~ts ./scripts/bundle.ts" }, "dependencies": { - "@marko/compiler": "^5.39.11", + "@marko/compiler": "^5.39.12", "csstype": "^3.1.3", "magic-string": "^0.30.17" }, diff --git a/packages/translator-interop/CHANGELOG.md b/packages/translator-interop/CHANGELOG.md index 496693efae..073fc2f0d1 100644 --- a/packages/translator-interop/CHANGELOG.md +++ b/packages/translator-interop/CHANGELOG.md @@ -1,5 +1,15 @@ # @marko/translator-interop-class-tags +## 0.2.12 + +### Patch Changes + +- [#2485](https://github.com/marko-js/marko/pull/2485) [`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure Marko 5 renderBodies are serialized properly across the compat layer. + +- Updated dependencies [[`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38), [`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38), [`09c0558`](https://github.com/marko-js/marko/commit/09c0558a1b26df2d828d56bd853f885a17683e38)]: + - @marko/runtime-tags@0.3.28 + - marko@5.37.13 + ## 0.2.11 ### Patch Changes diff --git a/packages/translator-interop/package.json b/packages/translator-interop/package.json index 50476cf461..7a2bc5c55a 100644 --- a/packages/translator-interop/package.json +++ b/packages/translator-interop/package.json @@ -1,6 +1,6 @@ { "name": "@marko/translator-interop-class-tags", - "version": "0.2.11", + "version": "0.2.12", "description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6", "keywords": [ "babel", @@ -30,8 +30,8 @@ }, "dependencies": { "@babel/code-frame": "^7.26.2", - "@marko/runtime-tags": "^0.3.27", - "marko": "^5.37.12" + "@marko/runtime-tags": "^0.3.28", + "marko": "^5.37.13" }, "peerDependencies": { "@marko/compiler": "^5.23.0"