[ci] release (#2355)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-11-05 12:19:23 -07:00 committed by GitHub
parent a4069c2054
commit 947ec7d06b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 21 additions and 12 deletions

View File

@ -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
View File

@ -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"

View File

@ -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

View File

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

View File

@ -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

View File

@ -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"