[ci] release (#1831)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-07-26 11:23:45 -07:00 committed by GitHub
parent efd6da2358
commit fbe4e236e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"@marko/compiler": patch
---
Fix issue with parsing type definitions for tag variables

2
package-lock.json generated
View File

@ -9911,7 +9911,7 @@
},
"packages/compiler": {
"name": "@marko/compiler",
"version": "5.22.0",
"version": "5.22.1",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.16.0",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.22.1
### Patch Changes
- [#1830](https://github.com/marko-js/marko/pull/1830) [`efd6da235`](https://github.com/marko-js/marko/commit/efd6da23587567ddf035c06a9ab82472ca1683bb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with parsing type definitions for tag variables
## 5.22.0
### Minor Changes

View File

@ -1,7 +1,7 @@
{
"name": "@marko/compiler",
"description": "Marko template to JS compiler.",
"version": "5.22.0",
"version": "5.22.1",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {