[ci] release (#2578)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-03-21 11:19:34 -07:00 committed by GitHub
parent 33c3979dcb
commit 46c59c47d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 32 additions and 17 deletions

View File

@ -1,7 +0,0 @@
---
"@marko/translator-interop-class-tags": patch
"marko": patch
"@marko/runtime-tags": patch
---
Improve debug and production Accessor Chars output.

10
package-lock.json generated
View File

@ -10307,7 +10307,7 @@
},
"packages/runtime-class": {
"name": "marko",
"version": "5.37.21",
"version": "5.37.22",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.26.0",
@ -10355,7 +10355,7 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "0.3.60",
"version": "0.3.61",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.13",
@ -10368,12 +10368,12 @@
},
"packages/translator-interop": {
"name": "@marko/translator-interop-class-tags",
"version": "0.2.19",
"version": "0.2.20",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@marko/runtime-tags": "^0.3.59",
"marko": "^5.37.20"
"@marko/runtime-tags": "^0.3.61",
"marko": "^5.37.22"
},
"engines": {
"node": "18 || 20 || >=22"

View File

@ -1,5 +1,11 @@
# Change Log
## 5.37.22
### Patch Changes
- [#2577](https://github.com/marko-js/marko/pull/2577) [`33c3979`](https://github.com/marko-js/marko/commit/33c3979dcbdde3b849a4e8af186f52aaaac55e69) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve debug and production Accessor Chars output.
## 5.37.21
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.37.21",
"version": "5.37.22",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",

View File

@ -1,5 +1,11 @@
# @marko/runtime-tags
## 0.3.61
### Patch Changes
- [#2577](https://github.com/marko-js/marko/pull/2577) [`33c3979`](https://github.com/marko-js/marko/commit/33c3979dcbdde3b849a4e8af186f52aaaac55e69) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve debug and production Accessor Chars output.
## 0.3.60
### Patch Changes

View File

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

View File

@ -1,5 +1,15 @@
# @marko/translator-interop-class-tags
## 0.2.20
### Patch Changes
- [#2577](https://github.com/marko-js/marko/pull/2577) [`33c3979`](https://github.com/marko-js/marko/commit/33c3979dcbdde3b849a4e8af186f52aaaac55e69) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve debug and production Accessor Chars output.
- Updated dependencies [[`33c3979`](https://github.com/marko-js/marko/commit/33c3979dcbdde3b849a4e8af186f52aaaac55e69)]:
- marko@5.37.22
- @marko/runtime-tags@0.3.61
## 0.2.19
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/translator-interop-class-tags",
"version": "0.2.19",
"version": "0.2.20",
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
"keywords": [
"babel",
@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@marko/runtime-tags": "^0.3.59",
"marko": "^5.37.20"
"@marko/runtime-tags": "^0.3.61",
"marko": "^5.37.22"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"