[ci] release (#2371)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-11-20 14:54:00 -07:00 committed by GitHub
parent 263e548ed8
commit b511096a69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Fix race condition with debug mode scheduler.

2
package-lock.json generated
View File

@ -10397,7 +10397,7 @@
}, },
"packages/runtime-tags": { "packages/runtime-tags": {
"name": "@marko/runtime-tags", "name": "@marko/runtime-tags",
"version": "0.1.24", "version": "0.1.25",
"license": "MIT" "license": "MIT"
}, },
"packages/translator-default": { "packages/translator-default": {

View File

@ -1,5 +1,11 @@
# @marko/runtime-tags # @marko/runtime-tags
## 0.1.25
### Patch Changes
- [#2370](https://github.com/marko-js/marko/pull/2370) [`263e548`](https://github.com/marko-js/marko/commit/263e548ed8d00d6743ac3cb102730e2190866a0f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix race condition with debug mode scheduler.
## 0.1.24 ## 0.1.24
### Patch Changes ### Patch Changes

View File

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