Skip to content

Commit b0be496

Browse files
github-actions[bot]DylanPiercey
authored andcommittedMar 17, 2025
[ci] release
1 parent 03339a3 commit b0be496

File tree

6 files changed

+21
-12
lines changed

6 files changed

+21
-12
lines changed
 

‎.changeset/shaggy-eagles-beam.md

-6
This file was deleted.

‎package-lock.json

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

‎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.59
4+
5+
### Patch Changes
6+
7+
- [#2571](https://github.com/marko-js/marko/pull/2571) [`03339a3`](https://github.com/marko-js/marko/commit/03339a350e10428ea311d24310336d6436a86bc8) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor resume api to avoid class.
8+
39
## 0.3.58
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.58",
3+
"version": "0.3.59",
44
"description": "Optimized runtime for Marko templates.",
55
"keywords": [
66
"api",

‎packages/translator-interop/CHANGELOG.md

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

3+
## 0.2.19
4+
5+
### Patch Changes
6+
7+
- [#2571](https://github.com/marko-js/marko/pull/2571) [`03339a3`](https://github.com/marko-js/marko/commit/03339a350e10428ea311d24310336d6436a86bc8) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor resume api to avoid class.
8+
9+
- Updated dependencies [[`03339a3`](https://github.com/marko-js/marko/commit/03339a350e10428ea311d24310336d6436a86bc8)]:
10+
- @marko/runtime-tags@0.3.59
11+
312
## 0.2.18
413

514
### Patch Changes

‎packages/translator-interop/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/translator-interop-class-tags",
3-
"version": "0.2.18",
3+
"version": "0.2.19",
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.26.2",
33-
"@marko/runtime-tags": "^0.3.47",
33+
"@marko/runtime-tags": "^0.3.59",
3434
"marko": "^5.37.20"
3535
},
3636
"peerDependencies": {

0 commit comments

Comments
 (0)
Failed to load comments.