[ci] release

This commit is contained in:
github-actions[bot] 2025-09-23 16:17:00 +00:00 committed by Dylan Piercey
parent 29173ced38
commit e5bd85cf69
8 changed files with 36 additions and 19 deletions

View File

@ -1,7 +0,0 @@
---
"marko": patch
"@marko/runtime-tags": patch
"@marko/compiler": patch
---
Ensure scopes are crawled before stripping types.

12
package-lock.json generated
View File

@ -10457,7 +10457,7 @@
},
"packages/compiler": {
"name": "@marko/compiler",
"version": "5.39.38",
"version": "5.39.39",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.27.1",
@ -10485,7 +10485,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"marko": "^5.37.58"
"marko": "^5.37.59"
},
"engines": {
"node": "18 || 20 || >=22"
@ -10493,11 +10493,11 @@
},
"packages/runtime-class": {
"name": "marko",
"version": "5.37.58",
"version": "5.37.59",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.2",
"@marko/compiler": "^5.39.38",
"@marko/compiler": "^5.39.39",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
@ -10541,10 +10541,10 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "6.0.78",
"version": "6.0.79",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.38",
"@marko/compiler": "^5.39.39",
"csstype": "^3.1.3",
"magic-string": "^0.30.17"
},

View File

@ -1,5 +1,11 @@
# Change Log
## 5.39.39
### Patch Changes
- [#2855](https://github.com/marko-js/marko/pull/2855) [`29173ce`](https://github.com/marko-js/marko/commit/29173ced3806d932eb05dc14002fc4969ef4ac6b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure scopes are crawled before stripping types.
## 5.39.38
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/compiler",
"version": "5.39.38",
"version": "5.39.39",
"description": "Marko template to JS compiler.",
"keywords": [
"babel",
@ -87,7 +87,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"marko": "^5.37.58"
"marko": "^5.37.59"
},
"engines": {
"node": "18 || 20 || >=22"

View File

@ -1,5 +1,14 @@
# Change Log
## 5.37.59
### Patch Changes
- [#2855](https://github.com/marko-js/marko/pull/2855) [`29173ce`](https://github.com/marko-js/marko/commit/29173ced3806d932eb05dc14002fc4969ef4ac6b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure scopes are crawled before stripping types.
- Updated dependencies [[`29173ce`](https://github.com/marko-js/marko/commit/29173ced3806d932eb05dc14002fc4969ef4ac6b)]:
- @marko/compiler@5.39.39
## 5.37.58
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.37.58",
"version": "5.37.59",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
@ -70,7 +70,7 @@
},
"dependencies": {
"@babel/runtime": "^7.28.2",
"@marko/compiler": "^5.39.38",
"@marko/compiler": "^5.39.39",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",

View File

@ -1,5 +1,14 @@
# @marko/runtime-tags
## 6.0.79
### Patch Changes
- [#2855](https://github.com/marko-js/marko/pull/2855) [`29173ce`](https://github.com/marko-js/marko/commit/29173ced3806d932eb05dc14002fc4969ef4ac6b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure scopes are crawled before stripping types.
- Updated dependencies [[`29173ce`](https://github.com/marko-js/marko/commit/29173ced3806d932eb05dc14002fc4969ef4ac6b)]:
- @marko/compiler@5.39.39
## 6.0.78
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/runtime-tags",
"version": "6.0.78",
"version": "6.0.79",
"description": "Optimized runtime for Marko templates.",
"keywords": [
"api",
@ -39,7 +39,7 @@
"build": "node -r ~ts ./scripts/bundle.ts"
},
"dependencies": {
"@marko/compiler": "^5.39.38",
"@marko/compiler": "^5.39.39",
"csstype": "^3.1.3",
"magic-string": "^0.30.17"
},