[ci] release

This commit is contained in:
github-actions[bot] 2023-02-22 17:12:30 +00:00 committed by Dylan Piercey
parent 768fa17cb6
commit 8a3b5f29ab
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
No longer require state to be present when writing types for component files.

2
package-lock.json generated
View File

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

View File

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

View File

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