diff --git a/.changeset/brown-impalas-flow.md b/.changeset/brown-impalas-flow.md deleted file mode 100644 index 6f6751a4bb..0000000000 --- a/.changeset/brown-impalas-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Fix issue with attempting to hoist a member expression that was a computed identifier. diff --git a/.changeset/famous-dingos-run.md b/.changeset/famous-dingos-run.md deleted file mode 100644 index 5726788b91..0000000000 --- a/.changeset/famous-dingos-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Fix adjacent bound values diff --git a/.changeset/loud-suns-wink.md b/.changeset/loud-suns-wink.md deleted file mode 100644 index 4a95123120..0000000000 --- a/.changeset/loud-suns-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Fix element references when used as the argument of a call expression. diff --git a/.changeset/quick-onions-tie.md b/.changeset/quick-onions-tie.md deleted file mode 100644 index 8d3c2255b2..0000000000 --- a/.changeset/quick-onions-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Fix issue where implicit split components (those with no class/component that have event handlers) were not getting the client side render apis. diff --git a/package-lock.json b/package-lock.json index 184014a654..20e84d85ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10307,7 +10307,7 @@ }, "packages/runtime-class": { "name": "marko", - "version": "5.37.10", + "version": "5.37.11", "license": "MIT", "dependencies": { "@babel/runtime": "^7.26.0", @@ -10355,7 +10355,7 @@ }, "packages/runtime-tags": { "name": "@marko/runtime-tags", - "version": "0.3.19", + "version": "0.3.20", "license": "MIT", "dependencies": { "@marko/compiler": "^5.39.9", diff --git a/packages/runtime-class/CHANGELOG.md b/packages/runtime-class/CHANGELOG.md index 57dec5d27a..09f3816214 100644 --- a/packages/runtime-class/CHANGELOG.md +++ b/packages/runtime-class/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.37.11 + +### Patch Changes + +- [#2462](https://github.com/marko-js/marko/pull/2462) [`631ad47`](https://github.com/marko-js/marko/commit/631ad47da4f6accbe802b374334b7b0c03e752da) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where implicit split components (those with no class/component that have event handlers) were not getting the client side render apis. + ## 5.37.10 ### Patch Changes diff --git a/packages/runtime-class/package.json b/packages/runtime-class/package.json index 8e7d7edafe..0f0735529d 100644 --- a/packages/runtime-class/package.json +++ b/packages/runtime-class/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.37.10", + "version": "5.37.11", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end", diff --git a/packages/runtime-tags/CHANGELOG.md b/packages/runtime-tags/CHANGELOG.md index 93e6f5b0c2..733298860a 100644 --- a/packages/runtime-tags/CHANGELOG.md +++ b/packages/runtime-tags/CHANGELOG.md @@ -1,5 +1,15 @@ # @marko/runtime-tags +## 0.3.20 + +### Patch Changes + +- [#2460](https://github.com/marko-js/marko/pull/2460) [`d9cc4e7`](https://github.com/marko-js/marko/commit/d9cc4e723abb53a5d5a6c090935facd7745146c2) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with attempting to hoist a member expression that was a computed identifier. + +- [#2461](https://github.com/marko-js/marko/pull/2461) [`e6ffdbe`](https://github.com/marko-js/marko/commit/e6ffdbe6781385bd3ae7cfab9e16d349eda7cb0c) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Fix adjacent bound values + +- [#2459](https://github.com/marko-js/marko/pull/2459) [`1722472`](https://github.com/marko-js/marko/commit/172247289a195c1e3fd43ff1bbcb548ed53ff3cf) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix element references when used as the argument of a call expression. + ## 0.3.19 ### Patch Changes diff --git a/packages/runtime-tags/package.json b/packages/runtime-tags/package.json index 452a631043..ea7c7b57b7 100644 --- a/packages/runtime-tags/package.json +++ b/packages/runtime-tags/package.json @@ -1,6 +1,6 @@ { "name": "@marko/runtime-tags", - "version": "0.3.19", + "version": "0.3.20", "description": "Optimized runtime for Marko templates.", "keywords": [ "api",