Skip to content

Commit b4cb737

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent e60a20f commit b4cb737

File tree

11 files changed

+58
-33
lines changed

11 files changed

+58
-33
lines changed

.changeset/empty-cars-jog.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/many-spies-battle.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compiler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 5.39.28
4+
5+
### Patch Changes
6+
7+
- [#2715](https://github.com/marko-js/marko/pull/2715) [`e60a20f`](https://github.com/marko-js/marko/commit/e60a20f7e2dcbdb2dcfa45bc15f2901ffd0443c7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Remove script tag definition that caused a conflict when in interop mode.
8+
9+
- [#2715](https://github.com/marko-js/marko/pull/2715) [`dc178ce`](https://github.com/marko-js/marko/commit/dc178ced9f75aac923f3c5b043aa40d62e8d0f4d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Move translator loading logic back into shared utility. Moving this out caused a regression for tools that call `getRuntimeEntryFiles` or `taglib.buildLookup` directly.
10+
311
## 5.39.27
412

513
### Patch Changes

packages/compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/compiler",
3-
"version": "5.39.27",
3+
"version": "5.39.28",
44
"description": "Marko template to JS compiler.",
55
"keywords": [
66
"babel",
@@ -87,7 +87,7 @@
8787
"source-map-support": "^0.5.21"
8888
},
8989
"devDependencies": {
90-
"marko": "^5.37.39"
90+
"marko": "^5.37.40"
9191
},
9292
"engines": {
9393
"node": "18 || 20 || >=22"

packages/runtime-class/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 5.37.40
4+
5+
### Patch Changes
6+
7+
- [#2715](https://github.com/marko-js/marko/pull/2715) [`dc178ce`](https://github.com/marko-js/marko/commit/dc178ced9f75aac923f3c5b043aa40d62e8d0f4d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Move translator loading logic back into shared utility. Moving this out caused a regression for tools that call `getRuntimeEntryFiles` or `taglib.buildLookup` directly.
8+
9+
- Updated dependencies [[`e60a20f`](https://github.com/marko-js/marko/commit/e60a20f7e2dcbdb2dcfa45bc15f2901ffd0443c7), [`dc178ce`](https://github.com/marko-js/marko/commit/dc178ced9f75aac923f3c5b043aa40d62e8d0f4d)]:
10+
- @marko/compiler@5.39.28
11+
312
## 5.37.39
413

514
### Patch Changes

packages/runtime-class/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marko",
3-
"version": "5.37.39",
3+
"version": "5.37.40",
44
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
55
"keywords": [
66
"front-end",
@@ -70,7 +70,7 @@
7070
},
7171
"dependencies": {
7272
"@babel/runtime": "^7.27.0",
73-
"@marko/compiler": "^5.39.27",
73+
"@marko/compiler": "^5.39.28",
7474
"app-module-path": "^2.2.0",
7575
"argly": "^1.2.0",
7676
"browser-refresh-client": "1.1.4",

packages/runtime-tags/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @marko/runtime-tags
22

3+
## 6.0.29
4+
5+
### Patch Changes
6+
7+
- [#2715](https://github.com/marko-js/marko/pull/2715) [`e60a20f`](https://github.com/marko-js/marko/commit/e60a20f7e2dcbdb2dcfa45bc15f2901ffd0443c7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Remove script tag definition that caused a conflict when in interop mode.
8+
9+
- [#2715](https://github.com/marko-js/marko/pull/2715) [`dc178ce`](https://github.com/marko-js/marko/commit/dc178ced9f75aac923f3c5b043aa40d62e8d0f4d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Move translator loading logic back into shared utility. Moving this out caused a regression for tools that call `getRuntimeEntryFiles` or `taglib.buildLookup` directly.
10+
11+
- Updated dependencies [[`e60a20f`](https://github.com/marko-js/marko/commit/e60a20f7e2dcbdb2dcfa45bc15f2901ffd0443c7), [`dc178ce`](https://github.com/marko-js/marko/commit/dc178ced9f75aac923f3c5b043aa40d62e8d0f4d)]:
12+
- @marko/compiler@5.39.28
13+
314
## 6.0.28
415

516
### Patch Changes

packages/runtime-tags/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/runtime-tags",
3-
"version": "6.0.28",
3+
"version": "6.0.29",
44
"description": "Optimized runtime for Marko templates.",
55
"keywords": [
66
"api",
@@ -39,7 +39,7 @@
3939
"build": "node -r ~ts ./scripts/bundle.ts"
4040
},
4141
"dependencies": {
42-
"@marko/compiler": "^5.39.27",
42+
"@marko/compiler": "^5.39.28",
4343
"csstype": "^3.1.3",
4444
"magic-string": "^0.30.17"
4545
},

packages/translator-interop/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @marko/translator-interop-class-tags
22

3+
## 0.2.32
4+
5+
### Patch Changes
6+
7+
- [#2715](https://github.com/marko-js/marko/pull/2715) [`e60a20f`](https://github.com/marko-js/marko/commit/e60a20f7e2dcbdb2dcfa45bc15f2901ffd0443c7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Remove script tag definition that caused a conflict when in interop mode.
8+
9+
- [#2715](https://github.com/marko-js/marko/pull/2715) [`dc178ce`](https://github.com/marko-js/marko/commit/dc178ced9f75aac923f3c5b043aa40d62e8d0f4d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Move translator loading logic back into shared utility. Moving this out caused a regression for tools that call `getRuntimeEntryFiles` or `taglib.buildLookup` directly.
10+
11+
- Updated dependencies [[`e60a20f`](https://github.com/marko-js/marko/commit/e60a20f7e2dcbdb2dcfa45bc15f2901ffd0443c7), [`dc178ce`](https://github.com/marko-js/marko/commit/dc178ced9f75aac923f3c5b043aa40d62e8d0f4d)]:
12+
- @marko/runtime-tags@6.0.29
13+
14+
315
## 0.2.31
416

517
### Patch Changes

0 commit comments

Comments
 (0)