From e491e45948120519d2c2e6b5b70c8c99ed5a0fa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:14:34 -0700 Subject: [PATCH] [ci] release (#2251) Co-authored-by: github-actions[bot] --- .changeset/thirty-lamps-notice.md | 5 ----- package-lock.json | 2 +- packages/marko/CHANGELOG.md | 6 ++++++ packages/marko/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/thirty-lamps-notice.md diff --git a/.changeset/thirty-lamps-notice.md b/.changeset/thirty-lamps-notice.md deleted file mode 100644 index 64c202067c..0000000000 --- a/.changeset/thirty-lamps-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Allow registering/loading top level hydrated components _after_ the "load" event. Previously after the load event it was assumed all assets would have been loaded but this is not always accurate for assets loaded through interactions. diff --git a/package-lock.json b/package-lock.json index 618118a503..88b298f63e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12052,7 +12052,7 @@ } }, "packages/marko": { - "version": "5.35.3", + "version": "5.35.4", "license": "MIT", "dependencies": { "@marko/compiler": "^5.37.3", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index b28265551d..95ca5b66f3 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.35.4 + +### Patch Changes + +- [#2250](https://github.com/marko-js/marko/pull/2250) [`2cf464f`](https://github.com/marko-js/marko/commit/2cf464f46b1fc6186fb033024063418270c32e1a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Allow registering/loading top level hydrated components _after_ the "load" event. Previously after the load event it was assumed all assets would have been loaded but this is not always accurate for assets loaded through interactions. + ## 5.35.3 ### Patch Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index facfa2d134..1c10304fbb 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.35.3", + "version": "5.35.4", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end",