Skip to content

Commit 4dfbd91

Browse files
[ci] release
1 parent 4b6c613 commit 4dfbd91

File tree

11 files changed

+58
-33
lines changed

11 files changed

+58
-33
lines changed

.changeset/chatty-maps-enjoy.md

-8
This file was deleted.

.changeset/olive-rings-cheat.md

-7
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.7
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 5.39.6
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.6",
3+
"version": "5.39.7",
44
"description": "Marko template to JS compiler.",
55
"keywords": [
66
"babel",
@@ -86,7 +86,7 @@
8686
"source-map-support": "^0.5.21"
8787
},
8888
"devDependencies": {
89-
"marko": "^5.37.7"
89+
"marko": "^5.37.8"
9090
},
9191
"publishConfig": {
9292
"access": "public"

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.8
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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.
10+
11+
- Updated dependencies [[`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa)]:
12+
- @marko/compiler@5.39.7
13+
314
## 5.37.7
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.7",
3+
"version": "5.37.8",
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.6",
73+
"@marko/compiler": "^5.39.7",
7474
"app-module-path": "^2.2.0",
7575
"argly": "^1.2.0",
7676
"browser-refresh-client": "1.1.4",

packages/runtime-tags/CHANGELOG.md

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

3+
## 0.3.14
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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.
10+
11+
- Updated dependencies [[`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa)]:
12+
- @marko/compiler@5.39.7
13+
314
## 0.3.13
415

516
### 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.13",
3+
"version": "0.3.14",
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.6",
42+
"@marko/compiler": "^5.39.7",
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.6
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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.
10+
11+
- Updated dependencies [[`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa), [`a364d1e`](https://github.com/marko-js/marko/commit/a364d1ebd85d0a71c49018c614ca9424fc7e5976)]:
12+
13+
- @marko/runtime-tags@0.3.14
14+
315
## 0.2.5
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.5",
3+
"version": "0.2.6",
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.10",
34-
"marko": "^5.37.6"
33+
"@marko/runtime-tags": "^0.3.14",
34+
"marko": "^5.37.8"
3535
},
3636
"peerDependencies": {
3737
"@marko/compiler": "^5.23.0"

0 commit comments

Comments
 (0)