diff --git a/.changeset/fair-jobs-punch.md b/.changeset/fair-jobs-punch.md deleted file mode 100644 index 78ed1d4bd7..0000000000 --- a/.changeset/fair-jobs-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/runtime-tags": patch ---- - -Fix async runtime placeholder duplication and race condition. diff --git a/package-lock.json b/package-lock.json index b242ae5ff2..184014a654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10355,7 +10355,7 @@ }, "packages/runtime-tags": { "name": "@marko/runtime-tags", - "version": "0.3.18", + "version": "0.3.19", "license": "MIT", "dependencies": { "@marko/compiler": "^5.39.9", diff --git a/packages/runtime-tags/CHANGELOG.md b/packages/runtime-tags/CHANGELOG.md index da6ba4bc07..c32ab17ed2 100644 --- a/packages/runtime-tags/CHANGELOG.md +++ b/packages/runtime-tags/CHANGELOG.md @@ -1,5 +1,11 @@ # @marko/runtime-tags +## 0.3.19 + +### Patch Changes + +- [#2456](https://github.com/marko-js/marko/pull/2456) [`5cc3648`](https://github.com/marko-js/marko/commit/5cc3648eb5cc20df621c3a89e31ae84014d0a078) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix async runtime placeholder duplication and race condition. + ## 0.3.18 ### Patch Changes diff --git a/packages/runtime-tags/package.json b/packages/runtime-tags/package.json index 9fe33b655b..452a631043 100644 --- a/packages/runtime-tags/package.json +++ b/packages/runtime-tags/package.json @@ -1,6 +1,6 @@ { "name": "@marko/runtime-tags", - "version": "0.3.18", + "version": "0.3.19", "description": "Optimized runtime for Marko templates.", "keywords": [ "api",