[ci] release

This commit is contained in:
github-actions[bot] 2026-01-01 22:01:57 +00:00 committed by Dylan Piercey
parent 72a614d949
commit e4e33288e6
6 changed files with 23 additions and 14 deletions

View File

@ -1,6 +0,0 @@
---
"@marko/compiler": patch
"marko": patch
---
Fix issue with var's inside scriptlets having incorrect scoping.

8
package-lock.json generated
View File

@ -10519,7 +10519,7 @@
},
"packages/compiler": {
"name": "@marko/compiler",
"version": "5.39.46",
"version": "5.39.47",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.27.1",
@ -10547,7 +10547,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"marko": "^5.38.1"
"marko": "^5.38.9"
},
"engines": {
"node": "18 || 20 || >=22"
@ -10555,11 +10555,11 @@
},
"packages/runtime-class": {
"name": "marko",
"version": "5.38.8",
"version": "5.38.9",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.2",
"@marko/compiler": "^5.39.45",
"@marko/compiler": "^5.39.47",
"@marko/runtime-tags": "^6.0.126",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.39.47
### Patch Changes
- [#3028](https://github.com/marko-js/marko/pull/3028) [`72a614d`](https://github.com/marko-js/marko/commit/72a614d9494f1b65060310b7abc0c54d1fd4767b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with var's inside scriptlets having incorrect scoping.
## 5.39.46
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/compiler",
"version": "5.39.46",
"version": "5.39.47",
"description": "Marko template to JS compiler.",
"keywords": [
"babel",
@ -90,7 +90,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"marko": "^5.38.1"
"marko": "^5.38.9"
},
"engines": {
"node": "18 || 20 || >=22"

View File

@ -1,5 +1,14 @@
# Change Log
## 5.38.9
### Patch Changes
- [#3028](https://github.com/marko-js/marko/pull/3028) [`72a614d`](https://github.com/marko-js/marko/commit/72a614d9494f1b65060310b7abc0c54d1fd4767b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with var's inside scriptlets having incorrect scoping.
- Updated dependencies [[`72a614d`](https://github.com/marko-js/marko/commit/72a614d9494f1b65060310b7abc0c54d1fd4767b)]:
- @marko/compiler@5.39.47
## 5.38.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.38.8",
"version": "5.38.9",
"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.45",
"@marko/compiler": "^5.39.47",
"@marko/runtime-tags": "^6.0.126",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",