mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
[ci] release (#2355)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a4069c2054
commit
947ec7d06b
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@marko/translator-tags": patch
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Add "value" attribute support to textarea and support controllable textarea's.
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -10397,7 +10397,7 @@
|
||||
},
|
||||
"packages/runtime-tags": {
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "0.1.19",
|
||||
"version": "0.1.20",
|
||||
"license": "MIT"
|
||||
},
|
||||
"packages/translator-default": {
|
||||
@ -10435,11 +10435,11 @@
|
||||
},
|
||||
"packages/translator-tags": {
|
||||
"name": "@marko/translator-tags",
|
||||
"version": "0.2.18",
|
||||
"version": "0.2.19",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/babel-utils": "^6.5.10",
|
||||
"@marko/runtime-tags": "^0.1.19"
|
||||
"@marko/runtime-tags": "^0.1.20"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@marko/compiler": "^5.23.0"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @marko/runtime-tags
|
||||
|
||||
## 0.1.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2354](https://github.com/marko-js/marko/pull/2354) [`a4069c2`](https://github.com/marko-js/marko/commit/a4069c2054f3168dd8f88a2be92faa510388e80c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add "value" attribute support to textarea and support controllable textarea's.
|
||||
|
||||
## 0.1.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "0.1.19",
|
||||
"version": "0.1.20",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# @marko/translator-tags
|
||||
|
||||
## 0.2.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2354](https://github.com/marko-js/marko/pull/2354) [`a4069c2`](https://github.com/marko-js/marko/commit/a4069c2054f3168dd8f88a2be92faa510388e80c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add "value" attribute support to textarea and support controllable textarea's.
|
||||
|
||||
- Updated dependencies [[`a4069c2`](https://github.com/marko-js/marko/commit/a4069c2054f3168dd8f88a2be92faa510388e80c)]:
|
||||
- @marko/runtime-tags@0.1.20
|
||||
|
||||
## 0.2.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/translator-tags",
|
||||
"version": "0.2.18",
|
||||
"version": "0.2.19",
|
||||
"description": "Translates Marko templates to the experimental fast, lean, unified, update & render target.",
|
||||
"keywords": [
|
||||
"babel",
|
||||
@ -31,7 +31,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@marko/babel-utils": "^6.5.10",
|
||||
"@marko/runtime-tags": "^0.1.19"
|
||||
"@marko/runtime-tags": "^0.1.20"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@marko/compiler": "^5.23.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user