[ci] release

This commit is contained in:
github-actions[bot] 2024-12-13 22:14:43 +00:00 committed by Dylan Piercey
parent 00e7392361
commit 993f7c327e
10 changed files with 47 additions and 24 deletions

View File

@ -1,8 +0,0 @@
---
"@marko/runtime-tags": patch
"@marko/compiler": patch
"marko": patch
"@marko/translator-interop-class-tags": patch
---
Fix issue when parsing embedded script code with negative offset locations.

16
package-lock.json generated
View File

@ -10323,7 +10323,7 @@
},
"packages/compiler": {
"name": "@marko/compiler",
"version": "5.39.1",
"version": "5.39.2",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.26.2",
@ -10351,16 +10351,16 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"marko": "^5.37.1"
"marko": "^5.37.2"
}
},
"packages/runtime-class": {
"name": "marko",
"version": "5.37.1",
"version": "5.37.2",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.26.0",
"@marko/compiler": "^5.39.1",
"@marko/compiler": "^5.39.2",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
@ -10401,17 +10401,17 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "0.3.4",
"version": "0.3.5",
"license": "MIT"
},
"packages/translator-interop": {
"name": "@marko/translator-interop-class-tags",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@marko/runtime-tags": "^0.3.4",
"marko": "^5.37.1"
"@marko/runtime-tags": "^0.3.5",
"marko": "^5.37.2"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"

View File

@ -1,5 +1,11 @@
# Change Log
## 5.39.2
### Patch Changes
- [#2418](https://github.com/marko-js/marko/pull/2418) [`00e7392`](https://github.com/marko-js/marko/commit/00e7392361a17f49345400d53644bcee13e9b375) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue when parsing embedded script code with negative offset locations.
## 5.39.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/compiler",
"version": "5.39.1",
"version": "5.39.2",
"description": "Marko template to JS compiler.",
"keywords": [
"babel",
@ -86,7 +86,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"marko": "^5.37.1"
"marko": "^5.37.2"
},
"publishConfig": {
"access": "public"

View File

@ -1,5 +1,14 @@
# Change Log
## 5.37.2
### Patch Changes
- [#2418](https://github.com/marko-js/marko/pull/2418) [`00e7392`](https://github.com/marko-js/marko/commit/00e7392361a17f49345400d53644bcee13e9b375) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue when parsing embedded script code with negative offset locations.
- Updated dependencies [[`00e7392`](https://github.com/marko-js/marko/commit/00e7392361a17f49345400d53644bcee13e9b375)]:
- @marko/compiler@5.39.2
## 5.37.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.37.1",
"version": "5.37.2",
"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.26.0",
"@marko/compiler": "^5.39.1",
"@marko/compiler": "^5.39.2",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",

View File

@ -1,5 +1,11 @@
# @marko/runtime-tags
## 0.3.5
### Patch Changes
- [#2418](https://github.com/marko-js/marko/pull/2418) [`00e7392`](https://github.com/marko-js/marko/commit/00e7392361a17f49345400d53644bcee13e9b375) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue when parsing embedded script code with negative offset locations.
## 0.3.4
### Patch Changes

View File

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

View File

@ -1,5 +1,15 @@
# @marko/translator-interop-class-tags
## 0.2.2
### Patch Changes
- [#2418](https://github.com/marko-js/marko/pull/2418) [`00e7392`](https://github.com/marko-js/marko/commit/00e7392361a17f49345400d53644bcee13e9b375) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue when parsing embedded script code with negative offset locations.
- Updated dependencies [[`00e7392`](https://github.com/marko-js/marko/commit/00e7392361a17f49345400d53644bcee13e9b375)]:
- @marko/runtime-tags@0.3.5
- marko@5.37.2
## 0.2.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/translator-interop-class-tags",
"version": "0.2.1",
"version": "0.2.2",
"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.4",
"marko": "^5.37.1"
"@marko/runtime-tags": "^0.3.5",
"marko": "^5.37.2"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"