Skip to content

Commit e361048

Browse files
[ci] release
1 parent c6a8379 commit e361048

File tree

8 files changed

+32
-17
lines changed

8 files changed

+32
-17
lines changed

.changeset/polite-toes-check.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.20
4+
5+
### Patch Changes
6+
7+
- [#2540](https://github.com/marko-js/marko/pull/2540) [`b05c1f7`](https://github.com/marko-js/marko/commit/b05c1f7f3a1e97f964c7ebff051b7b06e12d02c3) Thanks [@mlrawlings](https://github.com/mlrawlings)! - refactor signals to no longer mark but rely soley on queueing for proper execution order
8+
39
## 5.37.19
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.19",
3+
"version": "5.37.20",
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.47
4+
5+
### Patch Changes
6+
7+
- [#2540](https://github.com/marko-js/marko/pull/2540) [`b05c1f7`](https://github.com/marko-js/marko/commit/b05c1f7f3a1e97f964c7ebff051b7b06e12d02c3) Thanks [@mlrawlings](https://github.com/mlrawlings)! - refactor signals to no longer mark but rely soley on queueing for proper execution order
8+
39
## 0.3.46
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.46",
3+
"version": "0.3.47",
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.18
4+
5+
### Patch Changes
6+
7+
- [#2540](https://github.com/marko-js/marko/pull/2540) [`b05c1f7`](https://github.com/marko-js/marko/commit/b05c1f7f3a1e97f964c7ebff051b7b06e12d02c3) Thanks [@mlrawlings](https://github.com/mlrawlings)! - refactor signals to no longer mark but rely soley on queueing for proper execution order
8+
9+
- Updated dependencies [[`b05c1f7`](https://github.com/marko-js/marko/commit/b05c1f7f3a1e97f964c7ebff051b7b06e12d02c3)]:
10+
- marko@5.37.20
11+
- @marko/runtime-tags@0.3.47
12+
313
## 0.2.17
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.17",
3+
"version": "0.2.18",
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.46",
34-
"marko": "^5.37.18"
33+
"@marko/runtime-tags": "^0.3.47",
34+
"marko": "^5.37.20"
3535
},
3636
"peerDependencies": {
3737
"@marko/compiler": "^5.23.0"

0 commit comments

Comments
 (0)