Skip to content

Commit 25f9744

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 7504bdf commit 25f9744

File tree

8 files changed

+43
-28
lines changed

8 files changed

+43
-28
lines changed

.changeset/gentle-foxes-knock.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.23.3
4+
5+
### Patch Changes
6+
7+
- [#1885](https://github.com/marko-js/marko/pull/1885) [`f1efd707a`](https://github.com/marko-js/marko/commit/f1efd707aa1c2aeac092ef7fff4ef5cb959f45b6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add taglib extensions and type definitions for typescript support.
8+
39
## 5.23.2
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.23.2",
4+
"version": "5.23.3",
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.22.2"
33+
"@marko/translator-default": "^5.22.3"
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.22.3
4+
5+
### Patch Changes
6+
7+
- [#1885](https://github.com/marko-js/marko/pull/1885) [`f1efd707a`](https://github.com/marko-js/marko/commit/f1efd707aa1c2aeac092ef7fff4ef5cb959f45b6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add taglib extensions and type definitions for typescript support.
8+
9+
- Updated dependencies [[`f1efd707a`](https://github.com/marko-js/marko/commit/f1efd707aa1c2aeac092ef7fff4ef5cb959f45b6)]:
10+
- @marko/translator-default@5.22.3
11+
- @marko/compiler@5.23.3
12+
313
## 5.22.2
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.22.2",
3+
"version": "5.22.3",
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.23.2",
8-
"@marko/translator-default": "^5.22.2",
7+
"@marko/compiler": "^5.23.3",
8+
"@marko/translator-default": "^5.22.3",
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.22.3
4+
5+
### Patch Changes
6+
7+
- [#1885](https://github.com/marko-js/marko/pull/1885) [`f1efd707a`](https://github.com/marko-js/marko/commit/f1efd707aa1c2aeac092ef7fff4ef5cb959f45b6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add taglib extensions and type definitions for typescript support.
8+
39
## 5.22.2
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.22.2",
4+
"version": "5.22.3",
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.23.2",
16-
"marko": "^5.22.2"
15+
"@marko/compiler": "^5.23.3",
16+
"marko": "^5.22.3"
1717
},
1818
"files": [
1919
"dist"

0 commit comments

Comments
 (0)