[ci] release

This commit is contained in:
github-actions[bot] 2024-09-24 18:11:31 +00:00 committed by Dylan Piercey
parent d45f91a5e0
commit 93a767ee56
8 changed files with 38 additions and 23 deletions

View File

@ -1,7 +0,0 @@
---
"@marko/translator-default": patch
"@marko/compiler": patch
"marko": patch
---
Fix issue where legacy compat `w-bind` directives were being incorrectly optimized as static vdom.

16
package-lock.json generated
View File

@ -10983,7 +10983,7 @@
},
"packages/compiler": {
"name": "@marko/compiler",
"version": "5.37.12",
"version": "5.37.13",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.24.7",
@ -11011,7 +11011,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@marko/translator-default": "^6.0.14"
"@marko/translator-default": "^6.0.15"
}
},
"packages/compiler/node_modules/jsesc": {
@ -11025,11 +11025,11 @@
}
},
"packages/marko": {
"version": "5.35.17",
"version": "5.35.18",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.37.12",
"@marko/translator-default": "^6.0.14",
"@marko/compiler": "^5.37.13",
"@marko/translator-default": "^6.0.15",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
@ -11074,7 +11074,7 @@
},
"packages/translator-default": {
"name": "@marko/translator-default",
"version": "6.0.14",
"version": "6.0.15",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.25.0",
@ -11083,8 +11083,8 @@
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.37.12",
"marko": "^5.35.17"
"@marko/compiler": "^5.37.13",
"marko": "^5.35.18"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.37.13
### Patch Changes
- [#2300](https://github.com/marko-js/marko/pull/2300) [`d45f91a`](https://github.com/marko-js/marko/commit/d45f91a5e0fff686cac7b7daf29deb60a6a1ffd7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where legacy compat `w-bind` directives were being incorrectly optimized as static vdom.
## 5.37.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/compiler",
"version": "5.37.12",
"version": "5.37.13",
"description": "Marko template to JS compiler.",
"keywords": [
"babel",
@ -80,7 +80,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@marko/translator-default": "^6.0.14"
"@marko/translator-default": "^6.0.15"
},
"publishConfig": {
"access": "public"

View File

@ -1,5 +1,15 @@
# Change Log
## 5.35.18
### Patch Changes
- [#2300](https://github.com/marko-js/marko/pull/2300) [`d45f91a`](https://github.com/marko-js/marko/commit/d45f91a5e0fff686cac7b7daf29deb60a6a1ffd7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where legacy compat `w-bind` directives were being incorrectly optimized as static vdom.
- Updated dependencies [[`d45f91a`](https://github.com/marko-js/marko/commit/d45f91a5e0fff686cac7b7daf29deb60a6a1ffd7)]:
- @marko/translator-default@6.0.15
- @marko/compiler@5.37.13
## 5.35.17
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.35.17",
"version": "5.35.18",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
@ -65,8 +65,8 @@
"build": "babel ./src --out-dir ./dist --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production"
},
"dependencies": {
"@marko/compiler": "^5.37.12",
"@marko/translator-default": "^6.0.14",
"@marko/compiler": "^5.37.13",
"@marko/translator-default": "^6.0.15",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",

View File

@ -1,5 +1,11 @@
# Change Log
## 6.0.15
### Patch Changes
- [#2300](https://github.com/marko-js/marko/pull/2300) [`d45f91a`](https://github.com/marko-js/marko/commit/d45f91a5e0fff686cac7b7daf29deb60a6a1ffd7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where legacy compat `w-bind` directives were being incorrectly optimized as static vdom.
## 6.0.14
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/translator-default",
"version": "6.0.14",
"version": "6.0.15",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
@ -34,8 +34,8 @@
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.37.12",
"marko": "^5.35.17"
"@marko/compiler": "^5.37.13",
"marko": "^5.35.18"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",