[ci] release

This commit is contained in:
github-actions[bot] 2025-09-04 19:19:44 +00:00 committed by Dylan Piercey
parent 5bba517de0
commit 06dbfe56ca
8 changed files with 27 additions and 23 deletions

View File

@ -1,6 +0,0 @@
---
"@marko/runtime-tags": patch
"@marko/translator-interop-class-tags": patch
---
Fix text placeholders

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Ensure binding resolution does not leak across files.

View File

@ -1,6 +0,0 @@
---
"@marko/translator-interop-class-tags": patch
"@marko/runtime-tags": patch
---
Rename all exposed runtime apis to be snake case for easier reading.

6
package-lock.json generated
View File

@ -10541,7 +10541,7 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "6.0.60",
"version": "6.0.61",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.33",
@ -10554,11 +10554,11 @@
},
"packages/translator-interop": {
"name": "@marko/translator-interop-class-tags",
"version": "0.2.44",
"version": "0.2.45",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.27.1",
"@marko/runtime-tags": "^6.0.59",
"@marko/runtime-tags": "^6.0.61",
"marko": "^5.37.51"
},
"engines": {

View File

@ -1,5 +1,15 @@
# @marko/runtime-tags
## 6.0.61
### Patch Changes
- [#2807](https://github.com/marko-js/marko/pull/2807) [`7ddccab`](https://github.com/marko-js/marko/commit/7ddccabf97951c68d5d836414384a9571374f6ef) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Fix text placeholders
- [#2803](https://github.com/marko-js/marko/pull/2803) [`81ec94e`](https://github.com/marko-js/marko/commit/81ec94eea973abc93584534f253b9fbd43df14f6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure binding resolution does not leak across files.
- [#2806](https://github.com/marko-js/marko/pull/2806) [`61ffaf5`](https://github.com/marko-js/marko/commit/61ffaf55d7ac056e9c263a14ceb62f3530d87ce7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rename all exposed runtime apis to be snake case for easier reading.
## 6.0.60
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/runtime-tags",
"version": "6.0.60",
"version": "6.0.61",
"description": "Optimized runtime for Marko templates.",
"keywords": [
"api",

View File

@ -1,5 +1,16 @@
# @marko/translator-interop-class-tags
## 0.2.45
### Patch Changes
- [#2807](https://github.com/marko-js/marko/pull/2807) [`7ddccab`](https://github.com/marko-js/marko/commit/7ddccabf97951c68d5d836414384a9571374f6ef) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Fix text placeholders
- [#2806](https://github.com/marko-js/marko/pull/2806) [`61ffaf5`](https://github.com/marko-js/marko/commit/61ffaf55d7ac056e9c263a14ceb62f3530d87ce7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rename all exposed runtime apis to be snake case for easier reading.
- Updated dependencies [[`7ddccab`](https://github.com/marko-js/marko/commit/7ddccabf97951c68d5d836414384a9571374f6ef), [`81ec94e`](https://github.com/marko-js/marko/commit/81ec94eea973abc93584534f253b9fbd43df14f6), [`61ffaf5`](https://github.com/marko-js/marko/commit/61ffaf55d7ac056e9c263a14ceb62f3530d87ce7)]:
- @marko/runtime-tags@6.0.61
## 0.2.44
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/translator-interop-class-tags",
"version": "0.2.44",
"version": "0.2.45",
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
"keywords": [
"babel",
@ -30,7 +30,7 @@
},
"dependencies": {
"@babel/code-frame": "^7.27.1",
"@marko/runtime-tags": "^6.0.59",
"@marko/runtime-tags": "^6.0.61",
"marko": "^5.37.51"
},
"peerDependencies": {