Skip to content

Commit c3f231a

Browse files
[ci] release
1 parent a364d1e commit c3f231a

File tree

8 files changed

+32
-17
lines changed

8 files changed

+32
-17
lines changed

.changeset/olive-rings-cheat.md

-7
This file was deleted.

package-lock.json

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

packages/runtime-class/CHANGELOG.md

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

3+
## 5.37.8
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 5.37.7
410

511
### Patch Changes

packages/runtime-class/package.json

+1-1
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",

packages/runtime-tags/CHANGELOG.md

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

3+
## 0.3.14
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 0.3.13
410

511
### Patch Changes

packages/runtime-tags/package.json

+1-1
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",

packages/translator-interop/CHANGELOG.md

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

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- Updated dependencies [[`a364d1e`](https://github.com/marko-js/marko/commit/a364d1ebd85d0a71c49018c614ca9424fc7e5976)]:
10+
11+
- @marko/runtime-tags@0.3.14
12+
313
## 0.2.5
414

515
### 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)