From 17ee62340a26b4e4444775bd1e7d8d40eade66ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Dec 2023 21:32:23 +0000 Subject: [PATCH] [ci] release --- .changeset/real-ducks-talk.md | 5 ----- .changeset/shy-mirrors-peel.md | 5 ----- package-lock.json | 2 +- packages/marko/CHANGELOG.md | 8 ++++++++ packages/marko/package.json | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/real-ducks-talk.md delete mode 100644 .changeset/shy-mirrors-peel.md diff --git a/.changeset/real-ducks-talk.md b/.changeset/real-ducks-talk.md deleted file mode 100644 index 2ab62c5d43..0000000000 --- a/.changeset/real-ducks-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Fix types for onsecuritypolicyviolation native attribute. diff --git a/.changeset/shy-mirrors-peel.md b/.changeset/shy-mirrors-peel.md deleted file mode 100644 index c03eb0f615..0000000000 --- a/.changeset/shy-mirrors-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Fix types for tag attribute tags. diff --git a/package-lock.json b/package-lock.json index d66fdf9ca2..1f1ee7a735 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11636,7 +11636,7 @@ "license": "Apache-2.0" }, "packages/marko": { - "version": "5.32.2", + "version": "5.32.3", "license": "MIT", "dependencies": { "@marko/compiler": "^5.34.2", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index b60b093661..dc48494acf 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 5.32.3 + +### Patch Changes + +- [#2071](https://github.com/marko-js/marko/pull/2071) [`652b7aa16`](https://github.com/marko-js/marko/commit/652b7aa1608ace877e713ce43486fca1b0a0400b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix types for onsecuritypolicyviolation native attribute. + +- [#2071](https://github.com/marko-js/marko/pull/2071) [`652b7aa16`](https://github.com/marko-js/marko/commit/652b7aa1608ace877e713ce43486fca1b0a0400b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix types for tag attribute tags. + ## 5.32.2 ### Patch Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index b045871dc8..0cdfef04bd 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.32.2", + "version": "5.32.3", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end",