[ci] release

This commit is contained in:
github-actions[bot] 2024-12-17 21:33:25 +00:00 committed by Dylan Piercey
parent 6a235a8881
commit 4bb8ff1a3a
8 changed files with 36 additions and 19 deletions

View File

@ -1,7 +0,0 @@
---
"@marko/compiler": patch
"marko": patch
"@marko/runtime-tags": patch
---
Improve registry id normalization.

12
package-lock.json generated
View File

@ -10271,7 +10271,7 @@
},
"packages/compiler": {
"name": "@marko/compiler",
"version": "5.39.5",
"version": "5.39.6",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.26.2",
@ -10299,16 +10299,16 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"marko": "^5.37.5"
"marko": "^5.37.7"
}
},
"packages/runtime-class": {
"name": "marko",
"version": "5.37.6",
"version": "5.37.7",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.26.0",
"@marko/compiler": "^5.39.5",
"@marko/compiler": "^5.39.6",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
@ -10349,10 +10349,10 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "0.3.12",
"version": "0.3.13",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.5",
"@marko/compiler": "^5.39.6",
"csstype": "^3.1.3",
"magic-string": "^0.30.17"
}

View File

@ -1,5 +1,11 @@
# Change Log
## 5.39.6
### Patch Changes
- [#2434](https://github.com/marko-js/marko/pull/2434) [`6a235a8`](https://github.com/marko-js/marko/commit/6a235a88813cd45a8704060e4fac3ed82c2f3437) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve registry id normalization.
## 5.39.5
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# Change Log
## 5.37.7
### Patch Changes
- [#2434](https://github.com/marko-js/marko/pull/2434) [`6a235a8`](https://github.com/marko-js/marko/commit/6a235a88813cd45a8704060e4fac3ed82c2f3437) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve registry id normalization.
- Updated dependencies [[`6a235a8`](https://github.com/marko-js/marko/commit/6a235a88813cd45a8704060e4fac3ed82c2f3437)]:
- @marko/compiler@5.39.6
## 5.37.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.37.6",
"version": "5.37.7",
"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.5",
"@marko/compiler": "^5.39.6",
"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
## 0.3.13
### Patch Changes
- [#2434](https://github.com/marko-js/marko/pull/2434) [`6a235a8`](https://github.com/marko-js/marko/commit/6a235a88813cd45a8704060e4fac3ed82c2f3437) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve registry id normalization.
- Updated dependencies [[`6a235a8`](https://github.com/marko-js/marko/commit/6a235a88813cd45a8704060e4fac3ed82c2f3437)]:
- @marko/compiler@5.39.6
## 0.3.12
### Patch Changes

View File

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