mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
[ci] release
This commit is contained in:
parent
5346eb9288
commit
1baff13dd4
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Avoid id tag variable seen as stateful.
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": major
|
||||
---
|
||||
|
||||
Release Tags API as 6.0.0.
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -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": {
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "5.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user