diff --git a/.changeset/flat-gifts-pretend.md b/.changeset/flat-gifts-pretend.md deleted file mode 100644 index e4e7ae56f9..0000000000 --- a/.changeset/flat-gifts-pretend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/translator-interop-class-tags": patch -"@marko/runtime-tags": patch ---- - -Fix issue where code within a control flow could execute after the control flow was removed. diff --git a/.changeset/tough-readers-compare.md b/.changeset/tough-readers-compare.md deleted file mode 100644 index 76e1847821..0000000000 --- a/.changeset/tough-readers-compare.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@marko/runtime-tags": patch -"marko": patch -"@marko/translator-interop-class-tags": patch ---- - -Edit TypeScript names for event handlers diff --git a/.changeset/tricky-onions-give.md b/.changeset/tricky-onions-give.md deleted file mode 100644 index 7e545eabac..0000000000 --- a/.changeset/tricky-onions-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Fix issue concatinating effects in html writer. diff --git a/.changeset/weak-ducks-begin.md b/.changeset/weak-ducks-begin.md deleted file mode 100644 index c570367ec3..0000000000 --- a/.changeset/weak-ducks-begin.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@marko/translator-interop-class-tags": patch -"marko": patch -"@marko/runtime-tags": patch -"@marko/compiler": patch ---- - -Improve tags / class api interop layer for destroyed tags. diff --git a/package-lock.json b/package-lock.json index f9a55e0279..beff284d37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10271,7 +10271,7 @@ }, "packages/compiler": { "name": "@marko/compiler", - "version": "5.39.10", + "version": "5.39.11", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", @@ -10299,7 +10299,7 @@ "source-map-support": "^0.5.21" }, "devDependencies": { - "marko": "^5.37.10" + "marko": "^5.37.12" }, "engines": { "node": "18 || 20 || >=22" @@ -10307,11 +10307,11 @@ }, "packages/runtime-class": { "name": "marko", - "version": "5.37.11", + "version": "5.37.12", "license": "MIT", "dependencies": { "@babel/runtime": "^7.26.0", - "@marko/compiler": "^5.39.9", + "@marko/compiler": "^5.39.11", "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.22", + "version": "0.3.23", "license": "MIT", "dependencies": { - "@marko/compiler": "^5.39.9", + "@marko/compiler": "^5.39.11", "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.8", + "version": "0.2.9", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", - "@marko/runtime-tags": "^0.3.18", - "marko": "^5.37.10" + "@marko/runtime-tags": "^0.3.23", + "marko": "^5.37.12" }, "engines": { "node": "18 || 20 || >=22" diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 2b6cc87316..26e9d03d1d 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.39.11 + +### Patch Changes + +- [#2470](https://github.com/marko-js/marko/pull/2470) [`218c436`](https://github.com/marko-js/marko/commit/218c43674e478062cdbc0fcbaef0dc13cd79107f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve tags / class api interop layer for destroyed tags. + ## 5.39.10 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 97901dd5bf..0d3bf37289 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compiler", - "version": "5.39.10", + "version": "5.39.11", "description": "Marko template to JS compiler.", "keywords": [ "babel", @@ -87,7 +87,7 @@ "source-map-support": "^0.5.21" }, "devDependencies": { - "marko": "^5.37.10" + "marko": "^5.37.12" }, "engines": { "node": "18 || 20 || >=22" diff --git a/packages/runtime-class/CHANGELOG.md b/packages/runtime-class/CHANGELOG.md index 09f3816214..acd80b1363 100644 --- a/packages/runtime-class/CHANGELOG.md +++ b/packages/runtime-class/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.37.12 + +### Patch Changes + +- [#2469](https://github.com/marko-js/marko/pull/2469) [`f99d363`](https://github.com/marko-js/marko/commit/f99d363cd0597be495d486f48395192842da7262) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Edit TypeScript names for event handlers + +- [#2470](https://github.com/marko-js/marko/pull/2470) [`218c436`](https://github.com/marko-js/marko/commit/218c43674e478062cdbc0fcbaef0dc13cd79107f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve tags / class api interop layer for destroyed tags. + +- Updated dependencies [[`218c436`](https://github.com/marko-js/marko/commit/218c43674e478062cdbc0fcbaef0dc13cd79107f)]: + - @marko/compiler@5.39.11 + ## 5.37.11 ### Patch Changes diff --git a/packages/runtime-class/package.json b/packages/runtime-class/package.json index 0f0735529d..b9ca643cb2 100644 --- a/packages/runtime-class/package.json +++ b/packages/runtime-class/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.37.11", + "version": "5.37.12", "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.9", + "@marko/compiler": "^5.39.11", "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 f7d2ad61fa..49f1ff49da 100644 --- a/packages/runtime-tags/CHANGELOG.md +++ b/packages/runtime-tags/CHANGELOG.md @@ -1,5 +1,20 @@ # @marko/runtime-tags +## 0.3.23 + +### Patch Changes + +- [#2470](https://github.com/marko-js/marko/pull/2470) [`218c436`](https://github.com/marko-js/marko/commit/218c43674e478062cdbc0fcbaef0dc13cd79107f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where code within a control flow could execute after the control flow was removed. + +- [#2469](https://github.com/marko-js/marko/pull/2469) [`f99d363`](https://github.com/marko-js/marko/commit/f99d363cd0597be495d486f48395192842da7262) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Edit TypeScript names for event handlers + +- [#2468](https://github.com/marko-js/marko/pull/2468) [`2762924`](https://github.com/marko-js/marko/commit/276292455b16bbbd2869f465b7af5f891f88fa6d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue concatinating effects in html writer. + +- [#2470](https://github.com/marko-js/marko/pull/2470) [`218c436`](https://github.com/marko-js/marko/commit/218c43674e478062cdbc0fcbaef0dc13cd79107f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve tags / class api interop layer for destroyed tags. + +- Updated dependencies [[`218c436`](https://github.com/marko-js/marko/commit/218c43674e478062cdbc0fcbaef0dc13cd79107f)]: + - @marko/compiler@5.39.11 + ## 0.3.22 ### Patch Changes diff --git a/packages/runtime-tags/package.json b/packages/runtime-tags/package.json index 1a62fc9efc..1fe51107b3 100644 --- a/packages/runtime-tags/package.json +++ b/packages/runtime-tags/package.json @@ -1,6 +1,6 @@ { "name": "@marko/runtime-tags", - "version": "0.3.22", + "version": "0.3.23", "description": "Optimized runtime for Marko templates.", "keywords": [ "api", @@ -39,7 +39,7 @@ "build": "node -r ~ts ./scripts/bundle.ts" }, "dependencies": { - "@marko/compiler": "^5.39.9", + "@marko/compiler": "^5.39.11", "csstype": "^3.1.3", "magic-string": "^0.30.17" }, diff --git a/packages/translator-interop/CHANGELOG.md b/packages/translator-interop/CHANGELOG.md index 05bc483403..696d55ff34 100644 --- a/packages/translator-interop/CHANGELOG.md +++ b/packages/translator-interop/CHANGELOG.md @@ -1,5 +1,19 @@ # @marko/translator-interop-class-tags +## 0.2.9 + +### Patch Changes + +- [#2470](https://github.com/marko-js/marko/pull/2470) [`218c436`](https://github.com/marko-js/marko/commit/218c43674e478062cdbc0fcbaef0dc13cd79107f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where code within a control flow could execute after the control flow was removed. + +- [#2469](https://github.com/marko-js/marko/pull/2469) [`f99d363`](https://github.com/marko-js/marko/commit/f99d363cd0597be495d486f48395192842da7262) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Edit TypeScript names for event handlers + +- [#2470](https://github.com/marko-js/marko/pull/2470) [`218c436`](https://github.com/marko-js/marko/commit/218c43674e478062cdbc0fcbaef0dc13cd79107f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve tags / class api interop layer for destroyed tags. + +- Updated dependencies [[`218c436`](https://github.com/marko-js/marko/commit/218c43674e478062cdbc0fcbaef0dc13cd79107f), [`f99d363`](https://github.com/marko-js/marko/commit/f99d363cd0597be495d486f48395192842da7262), [`2762924`](https://github.com/marko-js/marko/commit/276292455b16bbbd2869f465b7af5f891f88fa6d), [`218c436`](https://github.com/marko-js/marko/commit/218c43674e478062cdbc0fcbaef0dc13cd79107f)]: + - @marko/runtime-tags@0.3.23 + - marko@5.37.12 + ## 0.2.8 ### Patch Changes diff --git a/packages/translator-interop/package.json b/packages/translator-interop/package.json index 53b42f69a6..337fe4317e 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.8", + "version": "0.2.9", "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.18", - "marko": "^5.37.10" + "@marko/runtime-tags": "^0.3.23", + "marko": "^5.37.12" }, "peerDependencies": { "@marko/compiler": "^5.23.0"