Skip to content

Commit 85211c1

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent ff2f413 commit 85211c1

16 files changed

+66
-57
lines changed

.changeset/light-worms-arrive.md

-6
This file was deleted.

.changeset/ninety-days-tell.md

-5
This file was deleted.

.changeset/polite-toes-check.md

-7
This file was deleted.

.changeset/purple-crabs-brush.md

-5
This file was deleted.

.changeset/quick-impalas-look.md

-6
This file was deleted.

.changeset/ten-turtles-end.md

-5
This file was deleted.

.changeset/thick-cats-fly.md

-5
This file was deleted.

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compiler/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.39.13
4+
5+
### Patch Changes
6+
7+
- [#2534](https://github.com/marko-js/marko/pull/2534) [`cfca41a`](https://github.com/marko-js/marko/commit/cfca41ac8c571d1fecb3b889df5eead1dfe06130) Thanks [@rturnq](https://github.com/rturnq)! - Add support for tag varaible hoisting
8+
39
## 5.39.12
410

511
### Patch Changes

packages/compiler/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/compiler",
3-
"version": "5.39.12",
3+
"version": "5.39.13",
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.13"
90+
"marko": "^5.37.20"
9191
},
9292
"engines": {
9393
"node": "18 || 20 || >=22"

packages/runtime-class/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 5.37.20
4+
5+
### Patch Changes
6+
7+
- [#2544](https://github.com/marko-js/marko/pull/2544) [`08e0d24`](https://github.com/marko-js/marko/commit/08e0d245a604380120de16db9e7806a1ccaf459d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update tags api interop layer.
8+
9+
- [#2540](https://github.com/marko-js/marko/pull/2540) [`b05c1f7`](https://github.com/marko-js/marko/commit/b05c1f7f3a1e97f964c7ebff051b7b06e12d02c3) Thanks [@mlrawlings](https://github.com/mlrawlings)! - refactor signals to no longer mark but rely soley on queueing for proper execution order
10+
11+
- Updated dependencies [[`cfca41a`](https://github.com/marko-js/marko/commit/cfca41ac8c571d1fecb3b889df5eead1dfe06130)]:
12+
- @marko/compiler@5.39.13
13+
314
## 5.37.19
415

516
### Patch Changes

packages/runtime-class/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marko",
3-
"version": "5.37.19",
3+
"version": "5.37.20",
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.26.0",
73-
"@marko/compiler": "^5.39.12",
73+
"@marko/compiler": "^5.39.13",
7474
"app-module-path": "^2.2.0",
7575
"argly": "^1.2.0",
7676
"browser-refresh-client": "1.1.4",

packages/runtime-tags/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @marko/runtime-tags
22

3+
## 0.3.47
4+
5+
### Patch Changes
6+
7+
- [#2544](https://github.com/marko-js/marko/pull/2544) [`ff2f413`](https://github.com/marko-js/marko/commit/ff2f413422f297fa4bdbfe32984e28883958db0e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Use unique scope id counter per $global instance.
8+
9+
- [#2540](https://github.com/marko-js/marko/pull/2540) [`b05c1f7`](https://github.com/marko-js/marko/commit/b05c1f7f3a1e97f964c7ebff051b7b06e12d02c3) Thanks [@mlrawlings](https://github.com/mlrawlings)! - refactor signals to no longer mark but rely soley on queueing for proper execution order
10+
11+
- [#2544](https://github.com/marko-js/marko/pull/2544) [`08e0d24`](https://github.com/marko-js/marko/commit/08e0d245a604380120de16db9e7806a1ccaf459d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid registering body content when known downstream usage is not serialized.
12+
13+
- [#2534](https://github.com/marko-js/marko/pull/2534) [`cfca41a`](https://github.com/marko-js/marko/commit/cfca41ac8c571d1fecb3b889df5eead1dfe06130) Thanks [@rturnq](https://github.com/rturnq)! - Add support for tag varaible hoisting
14+
15+
- [#2544](https://github.com/marko-js/marko/pull/2544) [`4c87458`](https://github.com/marko-js/marko/commit/4c87458d88bcf80b194234eaed593375f97cd5bf) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Minor queue perf improvements.
16+
17+
- [#2544](https://github.com/marko-js/marko/pull/2544) [`53de7a0`](https://github.com/marko-js/marko/commit/53de7a0b1e80a804e4a4348e8bc5fc0bb0c0c02a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid "params" on templates, go straight to providing "input".
18+
19+
- Updated dependencies [[`cfca41a`](https://github.com/marko-js/marko/commit/cfca41ac8c571d1fecb3b889df5eead1dfe06130)]:
20+
- @marko/compiler@5.39.13
21+
322
## 0.3.46
423

524
### Patch Changes

packages/runtime-tags/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/runtime-tags",
3-
"version": "0.3.46",
3+
"version": "0.3.47",
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.12",
42+
"@marko/compiler": "^5.39.13",
4343
"csstype": "^3.1.3",
4444
"magic-string": "^0.30.17"
4545
},

packages/translator-interop/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @marko/translator-interop-class-tags
22

3+
## 0.2.18
4+
5+
### Patch Changes
6+
7+
- [#2544](https://github.com/marko-js/marko/pull/2544) [`08e0d24`](https://github.com/marko-js/marko/commit/08e0d245a604380120de16db9e7806a1ccaf459d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update tags api interop layer.
8+
9+
- [#2540](https://github.com/marko-js/marko/pull/2540) [`b05c1f7`](https://github.com/marko-js/marko/commit/b05c1f7f3a1e97f964c7ebff051b7b06e12d02c3) Thanks [@mlrawlings](https://github.com/mlrawlings)! - refactor signals to no longer mark but rely soley on queueing for proper execution order
10+
11+
- Updated dependencies [[`08e0d24`](https://github.com/marko-js/marko/commit/08e0d245a604380120de16db9e7806a1ccaf459d), [`ff2f413`](https://github.com/marko-js/marko/commit/ff2f413422f297fa4bdbfe32984e28883958db0e), [`b05c1f7`](https://github.com/marko-js/marko/commit/b05c1f7f3a1e97f964c7ebff051b7b06e12d02c3), [`08e0d24`](https://github.com/marko-js/marko/commit/08e0d245a604380120de16db9e7806a1ccaf459d), [`cfca41a`](https://github.com/marko-js/marko/commit/cfca41ac8c571d1fecb3b889df5eead1dfe06130), [`4c87458`](https://github.com/marko-js/marko/commit/4c87458d88bcf80b194234eaed593375f97cd5bf), [`53de7a0`](https://github.com/marko-js/marko/commit/53de7a0b1e80a804e4a4348e8bc5fc0bb0c0c02a)]:
12+
- marko@5.37.20
13+
- @marko/runtime-tags@0.3.47
14+
315
## 0.2.17
416

517
### Patch Changes

packages/translator-interop/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/translator-interop-class-tags",
3-
"version": "0.2.17",
3+
"version": "0.2.18",
44
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
55
"keywords": [
66
"babel",
@@ -30,8 +30,8 @@
3030
},
3131
"dependencies": {
3232
"@babel/code-frame": "^7.26.2",
33-
"@marko/runtime-tags": "^0.3.46",
34-
"marko": "^5.37.18"
33+
"@marko/runtime-tags": "^0.3.47",
34+
"marko": "^5.37.20"
3535
},
3636
"peerDependencies": {
3737
"@marko/compiler": "^5.23.0"

0 commit comments

Comments
 (0)