From 3c948db5461c2df6e7829fc8ea656f2c8b9c335d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Aug 2023 21:15:40 +0000 Subject: [PATCH] [ci] release --- .changeset/big-brooms-matter.md | 5 ----- .changeset/blue-boats-sell.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/big-brooms-matter.md delete mode 100644 .changeset/blue-boats-sell.md diff --git a/.changeset/big-brooms-matter.md b/.changeset/big-brooms-matter.md deleted file mode 100644 index 6e1fc1a87..000000000 --- a/.changeset/big-brooms-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Optimize preserve-tag implementation to use browser remap again. diff --git a/.changeset/blue-boats-sell.md b/.changeset/blue-boats-sell.md deleted file mode 100644 index e50f1190c..000000000 --- a/.changeset/blue-boats-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Fix issue where marko-widger renderers were not bound to the correct "this". diff --git a/package-lock.json b/package-lock.json index 2eb714f9a..761c6b3e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11636,7 +11636,7 @@ "license": "Apache-2.0" }, "packages/marko": { - "version": "5.31.1", + "version": "5.31.2", "license": "MIT", "dependencies": { "@marko/compiler": "^5.33.0", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 977b6b07c..51954198a 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 5.31.2 + +### Patch Changes + +- [#2016](https://github.com/marko-js/marko/pull/2016) [`fb46f0a91`](https://github.com/marko-js/marko/commit/fb46f0a9186a0b437e011b40fecf975eae0b9093) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Optimize preserve-tag implementation to use browser remap again. + +- [#2016](https://github.com/marko-js/marko/pull/2016) [`1b1df3f56`](https://github.com/marko-js/marko/commit/1b1df3f5674e09914bca448f045ff720002c3ae6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where marko-widger renderers were not bound to the correct "this". + ## 5.31.1 ### Patch Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index 4f54890e5..e756152bf 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.31.1", + "version": "5.31.2", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end",