From eb1279d64ff68f71001386abd98d4ee201c24fd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 10 Aug 2023 18:22:39 +0000 Subject: [PATCH] [ci] release --- .changeset/chilled-wasps-swim.md | 5 ----- .changeset/pretty-candles-mate.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/chilled-wasps-swim.md delete mode 100644 .changeset/pretty-candles-mate.md diff --git a/.changeset/chilled-wasps-swim.md b/.changeset/chilled-wasps-swim.md deleted file mode 100644 index 1624d7938..000000000 --- a/.changeset/chilled-wasps-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Avoid bundling load api when using legacy runtime. diff --git a/.changeset/pretty-candles-mate.md b/.changeset/pretty-candles-mate.md deleted file mode 100644 index cb7c6aeb5..000000000 --- a/.changeset/pretty-candles-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Avoid loading legacy Marko compiler api if possible when using load api. diff --git a/package-lock.json b/package-lock.json index 4448b1461..2eb714f9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11636,7 +11636,7 @@ "license": "Apache-2.0" }, "packages/marko": { - "version": "5.31.0", + "version": "5.31.1", "license": "MIT", "dependencies": { "@marko/compiler": "^5.33.0", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 0ea0ace54..977b6b07c 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 5.31.1 + +### Patch Changes + +- [#2014](https://github.com/marko-js/marko/pull/2014) [`636ae526d`](https://github.com/marko-js/marko/commit/636ae526d7f58fa9fe21b0d9e30beb711258002c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid bundling load api when using legacy runtime. + +- [#2014](https://github.com/marko-js/marko/pull/2014) [`636ae526d`](https://github.com/marko-js/marko/commit/636ae526d7f58fa9fe21b0d9e30beb711258002c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid loading legacy Marko compiler api if possible when using load api. + ## 5.31.0 ### Minor Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index b2c7990aa..4f54890e5 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.31.0", + "version": "5.31.1", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end",