mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
[ci] release
This commit is contained in:
parent
768fa17cb6
commit
8a3b5f29ab
@ -1,5 +0,0 @@
|
||||
---
|
||||
"marko": patch
|
||||
---
|
||||
|
||||
No longer require state to be present when writing types for component files.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10530,7 +10530,7 @@
|
||||
"integrity": "sha512-uEDMMkBCJvjTqYMBnJNxn+neiS6a0rhybQNA9RaexGor1uvKjwyHA5VcbZMZEuqXhKUWbL+WNS7PhuZVZNB7pw=="
|
||||
},
|
||||
"packages/marko": {
|
||||
"version": "5.22.5",
|
||||
"version": "5.22.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.23.5",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 5.22.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1890](https://github.com/marko-js/marko/pull/1890) [`768fa17cb`](https://github.com/marko-js/marko/commit/768fa17cb67e4643bafbf5a91679af1f17f5f4fd) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - No longer require state to be present when writing types for component files.
|
||||
|
||||
## 5.22.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.22.5",
|
||||
"version": "5.22.6",
|
||||
"license": "MIT",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user