diff --git a/.changeset/all-bobcats-return.md b/.changeset/all-bobcats-return.md deleted file mode 100644 index 00d8aa9172..0000000000 --- a/.changeset/all-bobcats-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Fix circular issue when serializing functions. diff --git a/.changeset/every-pumas-smoke.md b/.changeset/every-pumas-smoke.md deleted file mode 100644 index 2d61e438f2..0000000000 --- a/.changeset/every-pumas-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Avoid calling script functions with scope argument unnecessarily diff --git a/.changeset/lemon-plums-visit.md b/.changeset/lemon-plums-visit.md deleted file mode 100644 index a5736b6bf9..0000000000 --- a/.changeset/lemon-plums-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Ensure increment and decrement assignments don't prune change handler bindings diff --git a/.changeset/mean-pianos-march.md b/.changeset/mean-pianos-march.md deleted file mode 100644 index 3edba7d817..0000000000 --- a/.changeset/mean-pianos-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Fix duplicate setup identifier when hoisting diff --git a/package-lock.json b/package-lock.json index e3b40c52ce..398208c665 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10541,7 +10541,7 @@ }, "packages/runtime-tags": { "name": "@marko/runtime-tags", - "version": "6.0.96", + "version": "6.0.97", "license": "MIT", "dependencies": { "@marko/compiler": "^5.39.41", diff --git a/packages/runtime-tags/CHANGELOG.md b/packages/runtime-tags/CHANGELOG.md index 6f654981ab..6c0dcc2fdf 100644 --- a/packages/runtime-tags/CHANGELOG.md +++ b/packages/runtime-tags/CHANGELOG.md @@ -1,5 +1,17 @@ # @marko/runtime-tags +## 6.0.97 + +### Patch Changes + +- [#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. + +- [#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 + +- [#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 + +- [#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 + ## 6.0.96 ### Patch Changes diff --git a/packages/runtime-tags/package.json b/packages/runtime-tags/package.json index 4ef0186298..44de331a85 100644 --- a/packages/runtime-tags/package.json +++ b/packages/runtime-tags/package.json @@ -1,6 +1,6 @@ { "name": "@marko/runtime-tags", - "version": "6.0.96", + "version": "6.0.97", "description": "Optimized runtime for Marko templates.", "keywords": [ "api",