From 253ae2f8c71b1584244a0a9ecb6cc3ccd7058068 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Dec 2024 16:05:05 +0000 Subject: [PATCH] [ci] release --- .changeset/chatty-maps-enjoy.md | 8 -------- .changeset/fresh-rockets-sin.md | 6 ------ .changeset/olive-rings-cheat.md | 7 ------- package-lock.json | 18 +++++++++--------- packages/compiler/CHANGELOG.md | 8 ++++++++ packages/compiler/package.json | 4 ++-- packages/runtime-class/CHANGELOG.md | 11 +++++++++++ packages/runtime-class/package.json | 4 ++-- packages/runtime-tags/CHANGELOG.md | 13 +++++++++++++ packages/runtime-tags/package.json | 4 ++-- packages/translator-interop/CHANGELOG.md | 12 ++++++++++++ packages/translator-interop/package.json | 6 +++--- 12 files changed, 62 insertions(+), 39 deletions(-) delete mode 100644 .changeset/chatty-maps-enjoy.md delete mode 100644 .changeset/fresh-rockets-sin.md delete mode 100644 .changeset/olive-rings-cheat.md diff --git a/.changeset/chatty-maps-enjoy.md b/.changeset/chatty-maps-enjoy.md deleted file mode 100644 index ad411a1372..0000000000 --- a/.changeset/chatty-maps-enjoy.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@marko/translator-interop-class-tags": patch -"marko": patch -"@marko/runtime-tags": patch -"@marko/compiler": patch ---- - -use tags/ instead of components/ for runtime-tags diff --git a/.changeset/fresh-rockets-sin.md b/.changeset/fresh-rockets-sin.md deleted file mode 100644 index fd6604aeda..0000000000 --- a/.changeset/fresh-rockets-sin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/runtime-tags": patch -"@marko/compiler": patch ---- - -fix: remove duplicate imports of compat runtime diff --git a/.changeset/olive-rings-cheat.md b/.changeset/olive-rings-cheat.md deleted file mode 100644 index d1a0c502e3..0000000000 --- a/.changeset/olive-rings-cheat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@marko/translator-interop-class-tags": patch -"marko": patch -"@marko/runtime-tags": patch ---- - -Rename renderBody to content for tags api. diff --git a/package-lock.json b/package-lock.json index b8d7694da2..a3ffc7a599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10271,7 +10271,7 @@ }, "packages/compiler": { "name": "@marko/compiler", - "version": "5.39.6", + "version": "5.39.7", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", @@ -10299,16 +10299,16 @@ "source-map-support": "^0.5.21" }, "devDependencies": { - "marko": "^5.37.7" + "marko": "^5.37.8" } }, "packages/runtime-class": { "name": "marko", - "version": "5.37.7", + "version": "5.37.8", "license": "MIT", "dependencies": { "@babel/runtime": "^7.26.0", - "@marko/compiler": "^5.39.6", + "@marko/compiler": "^5.39.7", "app-module-path": "^2.2.0", "argly": "^1.2.0", "browser-refresh-client": "1.1.4", @@ -10349,22 +10349,22 @@ }, "packages/runtime-tags": { "name": "@marko/runtime-tags", - "version": "0.3.13", + "version": "0.3.14", "license": "MIT", "dependencies": { - "@marko/compiler": "^5.39.6", + "@marko/compiler": "^5.39.7", "csstype": "^3.1.3", "magic-string": "^0.30.17" } }, "packages/translator-interop": { "name": "@marko/translator-interop-class-tags", - "version": "0.2.5", + "version": "0.2.6", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", - "@marko/runtime-tags": "^0.3.10", - "marko": "^5.37.6" + "@marko/runtime-tags": "^0.3.14", + "marko": "^5.37.8" }, "peerDependencies": { "@marko/compiler": "^5.23.0" diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 31dde88052..0634d8ee79 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 5.39.7 + +### Patch Changes + +- [#2438](https://github.com/marko-js/marko/pull/2438) [`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa) Thanks [@mlrawlings](https://github.com/mlrawlings)! - use tags/ instead of components/ for runtime-tags + +- [#2439](https://github.com/marko-js/marko/pull/2439) [`8ebe566`](https://github.com/marko-js/marko/commit/8ebe566854179ad8cf8cfca7858d607ab208c01e) Thanks [@mlrawlings](https://github.com/mlrawlings)! - fix: remove duplicate imports of compat runtime + ## 5.39.6 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index db3a86fded..84486e7bc9 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compiler", - "version": "5.39.6", + "version": "5.39.7", "description": "Marko template to JS compiler.", "keywords": [ "babel", @@ -86,7 +86,7 @@ "source-map-support": "^0.5.21" }, "devDependencies": { - "marko": "^5.37.7" + "marko": "^5.37.8" }, "publishConfig": { "access": "public" diff --git a/packages/runtime-class/CHANGELOG.md b/packages/runtime-class/CHANGELOG.md index 61ae4664dc..9505609404 100644 --- a/packages/runtime-class/CHANGELOG.md +++ b/packages/runtime-class/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.37.8 + +### Patch Changes + +- [#2438](https://github.com/marko-js/marko/pull/2438) [`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa) Thanks [@mlrawlings](https://github.com/mlrawlings)! - use tags/ instead of components/ for runtime-tags + +- [#2436](https://github.com/marko-js/marko/pull/2436) [`a364d1e`](https://github.com/marko-js/marko/commit/a364d1ebd85d0a71c49018c614ca9424fc7e5976) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rename renderBody to content for tags api. + +- Updated dependencies [[`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa), [`8ebe566`](https://github.com/marko-js/marko/commit/8ebe566854179ad8cf8cfca7858d607ab208c01e)]: + - @marko/compiler@5.39.7 + ## 5.37.7 ### Patch Changes diff --git a/packages/runtime-class/package.json b/packages/runtime-class/package.json index 8d7928aea2..6840a02da0 100644 --- a/packages/runtime-class/package.json +++ b/packages/runtime-class/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.37.7", + "version": "5.37.8", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end", @@ -70,7 +70,7 @@ }, "dependencies": { "@babel/runtime": "^7.26.0", - "@marko/compiler": "^5.39.6", + "@marko/compiler": "^5.39.7", "app-module-path": "^2.2.0", "argly": "^1.2.0", "browser-refresh-client": "1.1.4", diff --git a/packages/runtime-tags/CHANGELOG.md b/packages/runtime-tags/CHANGELOG.md index 338329181f..2732217131 100644 --- a/packages/runtime-tags/CHANGELOG.md +++ b/packages/runtime-tags/CHANGELOG.md @@ -1,5 +1,18 @@ # @marko/runtime-tags +## 0.3.14 + +### Patch Changes + +- [#2438](https://github.com/marko-js/marko/pull/2438) [`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa) Thanks [@mlrawlings](https://github.com/mlrawlings)! - use tags/ instead of components/ for runtime-tags + +- [#2439](https://github.com/marko-js/marko/pull/2439) [`8ebe566`](https://github.com/marko-js/marko/commit/8ebe566854179ad8cf8cfca7858d607ab208c01e) Thanks [@mlrawlings](https://github.com/mlrawlings)! - fix: remove duplicate imports of compat runtime + +- [#2436](https://github.com/marko-js/marko/pull/2436) [`a364d1e`](https://github.com/marko-js/marko/commit/a364d1ebd85d0a71c49018c614ca9424fc7e5976) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rename renderBody to content for tags api. + +- Updated dependencies [[`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa), [`8ebe566`](https://github.com/marko-js/marko/commit/8ebe566854179ad8cf8cfca7858d607ab208c01e)]: + - @marko/compiler@5.39.7 + ## 0.3.13 ### Patch Changes diff --git a/packages/runtime-tags/package.json b/packages/runtime-tags/package.json index acb0687e03..989fd3b544 100644 --- a/packages/runtime-tags/package.json +++ b/packages/runtime-tags/package.json @@ -1,6 +1,6 @@ { "name": "@marko/runtime-tags", - "version": "0.3.13", + "version": "0.3.14", "description": "Optimized runtime for Marko templates.", "keywords": [ "api", @@ -39,7 +39,7 @@ "build": "node -r ~ts ./scripts/bundle.ts" }, "dependencies": { - "@marko/compiler": "^5.39.6", + "@marko/compiler": "^5.39.7", "csstype": "^3.1.3", "magic-string": "^0.30.17" }, diff --git a/packages/translator-interop/CHANGELOG.md b/packages/translator-interop/CHANGELOG.md index 5b318d4efc..59380cb257 100644 --- a/packages/translator-interop/CHANGELOG.md +++ b/packages/translator-interop/CHANGELOG.md @@ -1,5 +1,17 @@ # @marko/translator-interop-class-tags +## 0.2.6 + +### Patch Changes + +- [#2438](https://github.com/marko-js/marko/pull/2438) [`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa) Thanks [@mlrawlings](https://github.com/mlrawlings)! - use tags/ instead of components/ for runtime-tags + +- [#2436](https://github.com/marko-js/marko/pull/2436) [`a364d1e`](https://github.com/marko-js/marko/commit/a364d1ebd85d0a71c49018c614ca9424fc7e5976) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rename renderBody to content for tags api. + +- Updated dependencies [[`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa), [`8ebe566`](https://github.com/marko-js/marko/commit/8ebe566854179ad8cf8cfca7858d607ab208c01e), [`a364d1e`](https://github.com/marko-js/marko/commit/a364d1ebd85d0a71c49018c614ca9424fc7e5976)]: + - marko@5.37.8 + - @marko/runtime-tags@0.3.14 + ## 0.2.5 ### Patch Changes diff --git a/packages/translator-interop/package.json b/packages/translator-interop/package.json index 03347cdc37..1714f8964e 100644 --- a/packages/translator-interop/package.json +++ b/packages/translator-interop/package.json @@ -1,6 +1,6 @@ { "name": "@marko/translator-interop-class-tags", - "version": "0.2.5", + "version": "0.2.6", "description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6", "keywords": [ "babel", @@ -30,8 +30,8 @@ }, "dependencies": { "@babel/code-frame": "^7.26.2", - "@marko/runtime-tags": "^0.3.10", - "marko": "^5.37.6" + "@marko/runtime-tags": "^0.3.14", + "marko": "^5.37.8" }, "peerDependencies": { "@marko/compiler": "^5.23.0"