Skip to content

Commit 7499411

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

File tree

10 files changed

+40
-29
lines changed

10 files changed

+40
-29
lines changed

.changeset/flat-toys-stand.md

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

.changeset/lovely-views-know.md

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

.changeset/plenty-onions-raise.md

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

package-lock.json

Lines changed: 6 additions & 6 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.21
4+
5+
### Patch Changes
6+
7+
- [#2696](https://github.com/marko-js/marko/pull/2696) [`eefa829`](https://github.com/marko-js/marko/commit/eefa829038b5bdd6edbbf95cef61e152e91ca9ec) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve internal module loading api. Ensure all taglib requires happen relative to project dir.
8+
39
## 5.39.20
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.20",
3+
"version": "5.39.21",
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.31"
90+
"marko": "^5.37.32"
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.32
4+
5+
### Patch Changes
6+
7+
- [#2696](https://github.com/marko-js/marko/pull/2696) [`eefa829`](https://github.com/marko-js/marko/commit/eefa829038b5bdd6edbbf95cef61e152e91ca9ec) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve internal module loading api. Ensure all taglib requires happen relative to project dir.
8+
9+
- Updated dependencies [[`eefa829`](https://github.com/marko-js/marko/commit/eefa829038b5bdd6edbbf95cef61e152e91ca9ec)]:
10+
- @marko/compiler@5.39.21
11+
312
## 5.37.31
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.31",
3+
"version": "5.37.32",
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.20",
73+
"@marko/compiler": "^5.39.21",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @marko/runtime-tags
22

3+
## 6.0.21
4+
5+
### Patch Changes
6+
7+
- [#2693](https://github.com/marko-js/marko/pull/2693) [`9f99426`](https://github.com/marko-js/marko/commit/9f99426bf6389d7eebe28a70dcc81405772fda5a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Prefer namespace imports for inline css modules.
8+
9+
- [#2696](https://github.com/marko-js/marko/pull/2696) [`eefa829`](https://github.com/marko-js/marko/commit/eefa829038b5bdd6edbbf95cef61e152e91ca9ec) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve internal module loading api. Ensure all taglib requires happen relative to project dir.
10+
11+
- [#2692](https://github.com/marko-js/marko/pull/2692) [`c97be4e`](https://github.com/marko-js/marko/commit/c97be4e1476266ee4f4b43533e2a39f47b8ed710) Thanks [@paperclover](https://github.com/paperclover)! - Ensure errors are rethrown when rendering sync in SSR via `.toString`
12+
13+
- Updated dependencies [[`eefa829`](https://github.com/marko-js/marko/commit/eefa829038b5bdd6edbbf95cef61e152e91ca9ec)]:
14+
- @marko/compiler@5.39.21
15+
316
## 6.0.20
417

518
### 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.20",
3+
"version": "6.0.21",
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.20",
42+
"@marko/compiler": "^5.39.21",
4343
"csstype": "^3.1.3",
4444
"magic-string": "^0.30.17"
4545
},

0 commit comments

Comments
 (0)