Skip to content

Commit e110024

Browse files
[ci] release (#1863)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 30e0ea4 commit e110024

File tree

8 files changed

+43
-28
lines changed

8 files changed

+43
-28
lines changed

.changeset/soft-cups-punch.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.22.10
4+
5+
### Patch Changes
6+
7+
- [#1862](https://github.com/marko-js/marko/pull/1862) [`30e0ea43d`](https://github.com/marko-js/marko/commit/30e0ea43d56e0a3c59748eae32a0ab85921c1aeb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid mutating component instance in HMR mode. (Improves support in tags api preview)
8+
39
## 5.22.9
410

511
### 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.9",
4+
"version": "5.22.10",
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.7"
33+
"@marko/translator-default": "^5.21.8"
3434
},
3535
"files": [
3636
"dist",

packages/marko/CHANGELOG.md

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

3+
## 5.21.11
4+
5+
### Patch Changes
6+
7+
- [#1862](https://github.com/marko-js/marko/pull/1862) [`30e0ea43d`](https://github.com/marko-js/marko/commit/30e0ea43d56e0a3c59748eae32a0ab85921c1aeb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid mutating component instance in HMR mode. (Improves support in tags api preview)
8+
9+
- Updated dependencies [[`30e0ea43d`](https://github.com/marko-js/marko/commit/30e0ea43d56e0a3c59748eae32a0ab85921c1aeb)]:
10+
- @marko/compiler@5.22.10
11+
- @marko/translator-default@5.21.8
12+
313
## 5.21.10
414

515
### 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.10",
3+
"version": "5.21.11",
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.9",
8-
"@marko/translator-default": "^5.21.7",
7+
"@marko/compiler": "^5.22.10",
8+
"@marko/translator-default": "^5.21.8",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.21.8
4+
5+
### Patch Changes
6+
7+
- [#1862](https://github.com/marko-js/marko/pull/1862) [`30e0ea43d`](https://github.com/marko-js/marko/commit/30e0ea43d56e0a3c59748eae32a0ab85921c1aeb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid mutating component instance in HMR mode. (Improves support in tags api preview)
8+
39
## 5.21.7
410

511
### 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.7",
4+
"version": "5.21.8",
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.9",
16-
"marko": "^5.21.10"
15+
"@marko/compiler": "^5.22.10",
16+
"marko": "^5.21.11"
1717
},
1818
"files": [
1919
"dist"

0 commit comments

Comments
 (0)