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
2687edc5a2
commit
4d978da3a9
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Restore original native tag internal state before calling change handlers.
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Fix issue serializing attribute tag iterables.
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Improve non dimensional css property regexp (minor improvement to bundle size).
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10355,7 +10355,7 @@
|
||||
},
|
||||
"packages/runtime-tags": {
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "0.3.41",
|
||||
"version": "0.3.42",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.39.12",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @marko/runtime-tags
|
||||
|
||||
## 0.3.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2520](https://github.com/marko-js/marko/pull/2520) [`bc3189e`](https://github.com/marko-js/marko/commit/bc3189e97ecf9a3fc9d4933428d21edae68a86e6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Restore original native tag internal state before calling change handlers.
|
||||
|
||||
- [#2522](https://github.com/marko-js/marko/pull/2522) [`2687edc`](https://github.com/marko-js/marko/commit/2687edc5a285bc32f1c2e55d290fa888c3c2b906) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue serializing attribute tag iterables.
|
||||
|
||||
- [#2522](https://github.com/marko-js/marko/pull/2522) [`2687edc`](https://github.com/marko-js/marko/commit/2687edc5a285bc32f1c2e55d290fa888c3c2b906) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve non dimensional css property regexp (minor improvement to bundle size).
|
||||
|
||||
## 0.3.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "0.3.41",
|
||||
"version": "0.3.42",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user