[ci] release

This commit is contained in:
github-actions[bot] 2024-03-07 18:14:58 +00:00 committed by Dylan Piercey
parent 8ff7488431
commit c72371c1e2
14 changed files with 72 additions and 43 deletions

View File

@ -1,7 +0,0 @@
---
"@marko/translator-tags": patch
"@marko/runtime-tags": patch
"marko": patch
---
Avoid using mutable exported bindings for stream data access in tags api. (It did not work in Vite/Rollup)

View File

@ -1,8 +0,0 @@
---
"@marko/translator-default": patch
"@marko/translator-interop-class-tags": patch
"@marko/translator-tags": patch
"@marko/runtime-tags": patch
---
Fix issue with interop translator incorrectly caching feature detection in parse stage with incomplete program.

View File

@ -1,8 +0,0 @@
---
"@marko/translator-default": patch
"@marko/translator-interop-class-tags": patch
"@marko/translator-tags": patch
"@marko/runtime-tags": patch
---
Expose runtime entry file information for tags api.

20
package-lock.json generated
View File

@ -11992,11 +11992,11 @@
}
},
"packages/marko": {
"version": "5.33.5",
"version": "5.33.6",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.35.4",
"@marko/translator-default": "^5.32.3",
"@marko/translator-default": "^5.32.4",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
@ -12057,12 +12057,12 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT"
},
"packages/translator-default": {
"name": "@marko/translator-default",
"version": "5.32.3",
"version": "5.32.4",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.0",
@ -12072,7 +12072,7 @@
},
"devDependencies": {
"@marko/compiler": "^5.35.4",
"marko": "^5.33.4"
"marko": "^5.33.6"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",
@ -12124,13 +12124,13 @@
},
"packages/translator-interop": {
"name": "@marko/translator-interop-class-tags",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.23.5",
"@marko/babel-utils": "^6.4.1",
"@marko/translator-default": "^5.32.3",
"@marko/translator-tags": "^0.1.4"
"@marko/translator-default": "^5.32.4",
"@marko/translator-tags": "^0.1.5"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
@ -12138,11 +12138,11 @@
},
"packages/translator-tags": {
"name": "@marko/translator-tags",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"dependencies": {
"@marko/babel-utils": "^6.4.1",
"@marko/runtime-tags": "^0.1.2"
"@marko/runtime-tags": "^0.1.4"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"

View File

@ -1,5 +1,14 @@
# Change Log
## 5.33.6
### Patch Changes
- [#2161](https://github.com/marko-js/marko/pull/2161) [`8ff7488`](https://github.com/marko-js/marko/commit/8ff74884311982b3f8895f47f9cbf8b31c6557b9) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid using mutable exported bindings for stream data access in tags api. (It did not work in Vite/Rollup)
- Updated dependencies [[`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743), [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743)]:
- @marko/translator-default@5.32.4
## 5.33.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.33.5",
"version": "5.33.6",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
@ -65,7 +65,7 @@
},
"dependencies": {
"@marko/compiler": "^5.35.4",
"@marko/translator-default": "^5.32.3",
"@marko/translator-default": "^5.32.4",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",

View File

@ -1,5 +1,15 @@
# @marko/runtime-tags
## 0.1.4
### Patch Changes
- [#2161](https://github.com/marko-js/marko/pull/2161) [`8ff7488`](https://github.com/marko-js/marko/commit/8ff74884311982b3f8895f47f9cbf8b31c6557b9) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid using mutable exported bindings for stream data access in tags api. (It did not work in Vite/Rollup)
- [#2159](https://github.com/marko-js/marko/pull/2159) [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with interop translator incorrectly caching feature detection in parse stage with incomplete program.
- [#2159](https://github.com/marko-js/marko/pull/2159) [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Expose runtime entry file information for tags api.
## 0.1.3
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# Change Log
## 5.32.4
### Patch Changes
- [#2159](https://github.com/marko-js/marko/pull/2159) [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with interop translator incorrectly caching feature detection in parse stage with incomplete program.
- [#2159](https://github.com/marko-js/marko/pull/2159) [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Expose runtime entry file information for tags api.
## 5.32.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/translator-default",
"version": "5.32.3",
"version": "5.32.4",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
@ -35,7 +35,7 @@
},
"devDependencies": {
"@marko/compiler": "^5.35.4",
"marko": "^5.33.4"
"marko": "^5.33.6"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",

View File

@ -1,5 +1,17 @@
# @marko/translator-interop-class-tags
## 0.1.5
### Patch Changes
- [#2159](https://github.com/marko-js/marko/pull/2159) [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with interop translator incorrectly caching feature detection in parse stage with incomplete program.
- [#2159](https://github.com/marko-js/marko/pull/2159) [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Expose runtime entry file information for tags api.
- Updated dependencies [[`8ff7488`](https://github.com/marko-js/marko/commit/8ff74884311982b3f8895f47f9cbf8b31c6557b9), [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743), [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743)]:
- @marko/translator-tags@0.1.5
- @marko/translator-default@5.32.4
## 0.1.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/translator-interop-class-tags",
"version": "0.1.4",
"version": "0.1.5",
"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.23.5",
"@marko/babel-utils": "^6.4.1",
"@marko/translator-default": "^5.32.3",
"@marko/translator-tags": "^0.1.4"
"@marko/translator-default": "^5.32.4",
"@marko/translator-tags": "^0.1.5"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"

View File

@ -1,5 +1,18 @@
# @marko/translator-tags
## 0.1.5
### Patch Changes
- [#2161](https://github.com/marko-js/marko/pull/2161) [`8ff7488`](https://github.com/marko-js/marko/commit/8ff74884311982b3f8895f47f9cbf8b31c6557b9) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid using mutable exported bindings for stream data access in tags api. (It did not work in Vite/Rollup)
- [#2159](https://github.com/marko-js/marko/pull/2159) [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with interop translator incorrectly caching feature detection in parse stage with incomplete program.
- [#2159](https://github.com/marko-js/marko/pull/2159) [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Expose runtime entry file information for tags api.
- Updated dependencies [[`8ff7488`](https://github.com/marko-js/marko/commit/8ff74884311982b3f8895f47f9cbf8b31c6557b9), [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743), [`f9cf946`](https://github.com/marko-js/marko/commit/f9cf9467cd7e0cb59dd3254f9695a56434e97743)]:
- @marko/runtime-tags@0.1.4
## 0.1.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/translator-tags",
"version": "0.1.4",
"version": "0.1.5",
"description": "Translates Marko templates to the experimental fast, lean, unified, update & render target.",
"keywords": [
"babel",
@ -29,7 +29,7 @@
},
"dependencies": {
"@marko/babel-utils": "^6.4.1",
"@marko/runtime-tags": "^0.1.2"
"@marko/runtime-tags": "^0.1.4"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"