diff --git a/.changeset/strange-avocados-study.md b/.changeset/strange-avocados-study.md deleted file mode 100644 index 162064c6c..000000000 --- a/.changeset/strange-avocados-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Restore original native tag internal state before calling change handlers. diff --git a/.changeset/tender-horses-hug.md b/.changeset/tender-horses-hug.md deleted file mode 100644 index bf6638cf4..000000000 --- a/.changeset/tender-horses-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Fix issue serializing attribute tag iterables. diff --git a/.changeset/wild-flowers-beam.md b/.changeset/wild-flowers-beam.md deleted file mode 100644 index dbcd00177..000000000 --- a/.changeset/wild-flowers-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Improve non dimensional css property regexp (minor improvement to bundle size). diff --git a/package-lock.json b/package-lock.json index f7c3da1d6..4bb4a21ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10355,7 +10355,7 @@ }, "packages/runtime-tags": { "name": "@marko/runtime-tags", - "version": "0.3.41", + "version": "0.3.42", "license": "MIT", "dependencies": { "@marko/compiler": "^5.39.12", diff --git a/packages/runtime-tags/CHANGELOG.md b/packages/runtime-tags/CHANGELOG.md index 5cf207ea6..0ec521e3a 100644 --- a/packages/runtime-tags/CHANGELOG.md +++ b/packages/runtime-tags/CHANGELOG.md @@ -1,5 +1,15 @@ # @marko/runtime-tags +## 0.3.42 + +### Patch Changes + +- [#2520](https://github.com/marko-js/marko/pull/2520) [`bc3189e`](https://github.com/marko-js/marko/commit/bc3189e97ecf9a3fc9d4933428d21edae68a86e6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Restore original native tag internal state before calling change handlers. + +- [#2522](https://github.com/marko-js/marko/pull/2522) [`2687edc`](https://github.com/marko-js/marko/commit/2687edc5a285bc32f1c2e55d290fa888c3c2b906) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue serializing attribute tag iterables. + +- [#2522](https://github.com/marko-js/marko/pull/2522) [`2687edc`](https://github.com/marko-js/marko/commit/2687edc5a285bc32f1c2e55d290fa888c3c2b906) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve non dimensional css property regexp (minor improvement to bundle size). + ## 0.3.41 ### Patch Changes diff --git a/packages/runtime-tags/package.json b/packages/runtime-tags/package.json index 9ded65c70..fc2a18c5b 100644 --- a/packages/runtime-tags/package.json +++ b/packages/runtime-tags/package.json @@ -1,6 +1,6 @@ { "name": "@marko/runtime-tags", - "version": "0.3.41", + "version": "0.3.42", "description": "Optimized runtime for Marko templates.", "keywords": [ "api",