Skip to content

Commit abe1033

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 00828b0 commit abe1033

File tree

7 files changed

+18
-15
lines changed

7 files changed

+18
-15
lines changed

.changeset/clever-games-tell.md

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

.changeset/plenty-geckos-stand.md

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime-class/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.37.30
4+
5+
### Patch Changes
6+
7+
- [#2684](https://github.com/marko-js/marko/pull/2684) [`ef5960b`](https://github.com/marko-js/marko/commit/ef5960bbcca467627eaaaa501e0ce0b23211e590) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Add types for SVG tags
8+
39
## 5.37.29
410

511
### Patch Changes

packages/runtime-class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marko",
3-
"version": "5.37.29",
3+
"version": "5.37.30",
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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @marko/runtime-tags
22

3+
## 6.0.18
4+
5+
### Patch Changes
6+
7+
- [#2684](https://github.com/marko-js/marko/pull/2684) [`ef5960b`](https://github.com/marko-js/marko/commit/ef5960bbcca467627eaaaa501e0ce0b23211e590) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Add types for SVG tags
8+
9+
- [#2685](https://github.com/marko-js/marko/pull/2685) [`00828b0`](https://github.com/marko-js/marko/commit/00828b092e2279f0bc48183b4b6eb8c8bda81890) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with html-style and html-script not being resumed when they only contain stateful placeholder content.
10+
311
## 6.0.17
412

513
### Patch Changes

packages/runtime-tags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/runtime-tags",
3-
"version": "6.0.17",
3+
"version": "6.0.18",
44
"description": "Optimized runtime for Marko templates.",
55
"keywords": [
66
"api",

0 commit comments

Comments
 (0)