[ci] release

This commit is contained in:
github-actions[bot] 2025-04-11 19:43:38 +00:00 committed by Dylan Piercey
parent 5346eb9288
commit 1baff13dd4
7 changed files with 23 additions and 16 deletions

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Avoid id tag variable seen as stateful.

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": major
---
Release Tags API as 6.0.0.

6
package-lock.json generated
View File

@ -10543,7 +10543,7 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "5.0.0",
"version": "6.0.0",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.18",
@ -10556,11 +10556,11 @@
},
"packages/translator-interop": {
"name": "@marko/translator-interop-class-tags",
"version": "0.2.24",
"version": "0.2.25",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@marko/runtime-tags": "^5.0.0",
"@marko/runtime-tags": "^6.0.0",
"marko": "^5.37.25"
},
"engines": {

View File

@ -1,5 +1,15 @@
# @marko/runtime-tags
## 6.0.0
### Major Changes
- [#2640](https://github.com/marko-js/marko/pull/2640) [`5346eb9`](https://github.com/marko-js/marko/commit/5346eb92884e91a410de8e77f557c33861da89b0) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Release Tags API as 6.0.0.
### Patch Changes
- [#2638](https://github.com/marko-js/marko/pull/2638) [`8386d6e`](https://github.com/marko-js/marko/commit/8386d6edfb63c0b33ab1a44e00049a7b0ae57f15) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid id tag variable seen as stateful.
## 0.3.86
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @marko/translator-interop-class-tags
## 0.2.25
### Patch Changes
- Updated dependencies [[`8386d6e`](https://github.com/marko-js/marko/commit/8386d6edfb63c0b33ab1a44e00049a7b0ae57f15), [`5346eb9`](https://github.com/marko-js/marko/commit/5346eb92884e91a410de8e77f557c33861da89b0)]:
- @marko/runtime-tags@6.0.0
## 0.2.24
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/translator-interop-class-tags",
"version": "0.2.24",
"version": "0.2.25",
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
"keywords": [
"babel",
@ -30,7 +30,7 @@
},
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@marko/runtime-tags": "^5.0.0",
"@marko/runtime-tags": "^6.0.0",
"marko": "^5.37.25"
},
"peerDependencies": {