mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
[ci] release
This commit is contained in:
parent
5bba517de0
commit
06dbfe56ca
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
"@marko/translator-interop-class-tags": patch
|
||||
---
|
||||
|
||||
Fix text placeholders
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Ensure binding resolution does not leak across files.
|
||||
@ -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
6
package-lock.json
generated
@ -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": {
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.60",
|
||||
"version": "6.0.61",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user