Skip to content

Commit 8909ef3

Browse files
[ci] release (#1861)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e648094 commit 8909ef3

File tree

9 files changed

+49
-35
lines changed

9 files changed

+49
-35
lines changed

.changeset/ten-rocks-compete.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tidy-boats-reflect.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compiler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 5.22.9
4+
5+
### Patch Changes
6+
7+
- [#1860](https://github.com/marko-js/marko/pull/1860) [`e64809458`](https://github.com/marko-js/marko/commit/e648094582c6a5c10d567bb7c844b50b6541e355) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve tag scanning performance.
8+
9+
* [#1860](https://github.com/marko-js/marko/pull/1860) [`e64809458`](https://github.com/marko-js/marko/commit/e648094582c6a5c10d567bb7c844b50b6541e355) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update htmljs-parser version.
10+
311
## 5.22.8
412

513
### Patch Changes

packages/compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@marko/compiler",
33
"description": "Marko template to JS compiler.",
4-
"version": "5.22.8",
4+
"version": "5.22.9",
55
"author": "Dylan Piercey <[email protected]>",
66
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
77
"dependencies": {
@@ -30,7 +30,7 @@
3030
"strip-json-comments": "^3.1.1"
3131
},
3232
"devDependencies": {
33-
"@marko/translator-default": "^5.21.5"
33+
"@marko/translator-default": "^5.21.7"
3434
},
3535
"files": [
3636
"dist",

packages/marko/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 5.21.10
4+
5+
### Patch Changes
6+
7+
- [#1860](https://github.com/marko-js/marko/pull/1860) [`e64809458`](https://github.com/marko-js/marko/commit/e648094582c6a5c10d567bb7c844b50b6541e355) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve tag scanning performance.
8+
9+
* [#1860](https://github.com/marko-js/marko/pull/1860) [`e64809458`](https://github.com/marko-js/marko/commit/e648094582c6a5c10d567bb7c844b50b6541e355) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update htmljs-parser version.
10+
11+
* Updated dependencies [[`e64809458`](https://github.com/marko-js/marko/commit/e648094582c6a5c10d567bb7c844b50b6541e355), [`e64809458`](https://github.com/marko-js/marko/commit/e648094582c6a5c10d567bb7c844b50b6541e355)]:
12+
- @marko/compiler@5.22.9
13+
- @marko/translator-default@5.21.7
14+
315
## 5.21.9
416

517
### Patch Changes

packages/marko/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "marko",
3-
"version": "5.21.9",
3+
"version": "5.21.10",
44
"license": "MIT",
55
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
66
"dependencies": {
7-
"@marko/compiler": "^5.22.6",
8-
"@marko/translator-default": "^5.21.5",
7+
"@marko/compiler": "^5.22.9",
8+
"@marko/translator-default": "^5.21.7",
99
"app-module-path": "^2.2.0",
1010
"argly": "^1.2.0",
1111
"browser-refresh-client": "1.1.4",

packages/translator-default/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 5.21.7
4+
5+
### Patch Changes
6+
7+
- [#1860](https://github.com/marko-js/marko/pull/1860) [`e64809458`](https://github.com/marko-js/marko/commit/e648094582c6a5c10d567bb7c844b50b6541e355) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve tag scanning performance.
8+
9+
* [#1860](https://github.com/marko-js/marko/pull/1860) [`e64809458`](https://github.com/marko-js/marko/commit/e648094582c6a5c10d567bb7c844b50b6541e355) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update htmljs-parser version.
10+
311
## 5.21.6
412

513
### Patch Changes

packages/translator-default/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@marko/translator-default",
33
"description": "Translates Marko templates to the default Marko runtime.",
4-
"version": "5.21.6",
4+
"version": "5.21.7",
55
"author": "Dylan Piercey <[email protected]>",
66
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
77
"dependencies": {
@@ -12,8 +12,8 @@
1212
"self-closing-tags": "^1.0.1"
1313
},
1414
"devDependencies": {
15-
"@marko/compiler": "^5.22.6",
16-
"marko": "^5.21.9"
15+
"@marko/compiler": "^5.22.9",
16+
"marko": "^5.21.10"
1717
},
1818
"files": [
1919
"dist"

0 commit comments

Comments
 (0)