[ci] release

This commit is contained in:
github-actions[bot] 2023-02-27 23:18:46 +00:00 committed by Dylan Piercey
parent 230523adf1
commit ef6b073976
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Fix issue where Marko.Component global was potentially not registered before the component file was loaded.

2
package-lock.json generated
View File

@ -10530,7 +10530,7 @@
"integrity": "sha512-uEDMMkBCJvjTqYMBnJNxn+neiS6a0rhybQNA9RaexGor1uvKjwyHA5VcbZMZEuqXhKUWbL+WNS7PhuZVZNB7pw=="
},
"packages/marko": {
"version": "5.22.8",
"version": "5.22.9",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.23.6",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.22.9
### Patch Changes
- [#1895](https://github.com/marko-js/marko/pull/1895) [`230523adf`](https://github.com/marko-js/marko/commit/230523adf139591846c8c29737e89bb8b4a818b1) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where Marko.Component global was potentially not registered before the component file was loaded.
## 5.22.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.22.8",
"version": "5.22.9",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {