Skip to content

Commit 460f78e

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 13e5007 commit 460f78e

File tree

13 files changed

+60
-42
lines changed

13 files changed

+60
-42
lines changed

.changeset/shiny-falcons-hear.md

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

.changeset/sour-moments-strive.md

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

.changeset/weak-fans-fail.md

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

.changeset/wise-suns-hang.md

Lines changed: 0 additions & 5 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.39.40
4+
5+
### Patch Changes
6+
7+
- [#2859](https://github.com/marko-js/marko/pull/2859) [`22112e5`](https://github.com/marko-js/marko/commit/22112e524cf12baf0b119a5ad3417145459a159c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure markoOpts is always accurate when running child template analysis.
8+
39
## 5.39.39
410

511
### 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.39",
3+
"version": "5.39.40",
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.59"
90+
"marko": "^5.37.60"
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.60
4+
5+
### Patch Changes
6+
7+
- [#2859](https://github.com/marko-js/marko/pull/2859) [`22112e5`](https://github.com/marko-js/marko/commit/22112e524cf12baf0b119a5ad3417145459a159c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure markoOpts is always accurate when running child template analysis.
8+
9+
- Updated dependencies [[`22112e5`](https://github.com/marko-js/marko/commit/22112e524cf12baf0b119a5ad3417145459a159c)]:
10+
- @marko/compiler@5.39.40
11+
312
## 5.37.59
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.59",
3+
"version": "5.37.60",
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.28.2",
73-
"@marko/compiler": "^5.39.39",
73+
"@marko/compiler": "^5.39.40",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @marko/runtime-tags
22

3+
## 6.0.81
4+
5+
### Patch Changes
6+
7+
- [#2859](https://github.com/marko-js/marko/pull/2859) [`22112e5`](https://github.com/marko-js/marko/commit/22112e524cf12baf0b119a5ad3417145459a159c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure markoOpts is always accurate when running child template analysis.
8+
9+
- [#2857](https://github.com/marko-js/marko/pull/2857) [`13e5007`](https://github.com/marko-js/marko/commit/13e50070594b75a0fc03233b4b93ea0a6af390ca) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Update type definitions for `<log>` and `<debug>` tags
10+
11+
- [#2859](https://github.com/marko-js/marko/pull/2859) [`e12aa2e`](https://github.com/marko-js/marko/commit/e12aa2e79dfa2e38d721d64857c0496b0bfcc84f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Track reasons for function closure serialization and add appropriate guards.
12+
13+
- [#2859](https://github.com/marko-js/marko/pull/2859) [`e12aa2e`](https://github.com/marko-js/marko/commit/e12aa2e79dfa2e38d721d64857c0496b0bfcc84f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Track downstream serialize reasons for attribute tags.
14+
15+
- Updated dependencies [[`22112e5`](https://github.com/marko-js/marko/commit/22112e524cf12baf0b119a5ad3417145459a159c)]:
16+
- @marko/compiler@5.39.40
17+
318
## 6.0.80
419

520
### Patch Changes

0 commit comments

Comments
 (0)