Skip to content

Commit b581e44

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

File tree

6 files changed

+21
-12
lines changed

6 files changed

+21
-12
lines changed

.changeset/better-monkeys-know.md

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

package-lock.json

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

packages/runtime-tags/CHANGELOG.md

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

3+
## 6.0.76
4+
5+
### Patch Changes
6+
7+
- [#2848](https://github.com/marko-js/marko/pull/2848) [`cab5759`](https://github.com/marko-js/marko/commit/cab575925dcc08ca079999cceed3a3dac23a0173) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Prevent compile-time infinite loop
8+
39
## 6.0.75
410

511
### 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.75",
3+
"version": "6.0.76",
44
"description": "Optimized runtime for Marko templates.",
55
"keywords": [
66
"api",

packages/translator-interop/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @marko/translator-interop-class-tags
22

3+
## 0.2.53
4+
5+
### Patch Changes
6+
7+
- [#2848](https://github.com/marko-js/marko/pull/2848) [`cab5759`](https://github.com/marko-js/marko/commit/cab575925dcc08ca079999cceed3a3dac23a0173) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Prevent compile-time infinite loop
8+
9+
- Updated dependencies [[`cab5759`](https://github.com/marko-js/marko/commit/cab575925dcc08ca079999cceed3a3dac23a0173)]:
10+
- @marko/runtime-tags@6.0.76
11+
312
## 0.2.52
413

514
### Patch Changes

packages/translator-interop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/translator-interop-class-tags",
3-
"version": "0.2.52",
3+
"version": "0.2.53",
44
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
55
"keywords": [
66
"babel",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@babel/code-frame": "^7.27.1",
33-
"@marko/runtime-tags": "^6.0.71",
33+
"@marko/runtime-tags": "^6.0.76",
3434
"marko": "^5.37.57"
3535
},
3636
"peerDependencies": {

0 commit comments

Comments
 (0)