Skip to content

Commit 1c09b5e

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 2d0a566 commit 1c09b5e

File tree

8 files changed

+40
-23
lines changed

8 files changed

+40
-23
lines changed

.changeset/shaggy-teachers-pay.md

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

package-lock.json

Lines changed: 8 additions & 8 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.36.0
4+
5+
### Minor Changes
6+
7+
- [#2214](https://github.com/marko-js/marko/pull/2214) [`2d0a566`](https://github.com/marko-js/marko/commit/2d0a566a569e0d8caab2fd9abc960e6810e29b56) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Using event handlers now causes a template to become an implicit component or split component (depending on if a string event handler is used).
8+
39
## 5.35.14
410

511
### Patch Changes

packages/compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/compiler",
3-
"version": "5.35.14",
3+
"version": "5.36.0",
44
"description": "Marko template to JS compiler.",
55
"keywords": [
66
"babel",
@@ -80,7 +80,7 @@
8080
"source-map-support": "^0.5.21"
8181
},
8282
"devDependencies": {
83-
"@marko/translator-default": "^5.32.16"
83+
"@marko/translator-default": "^5.33.0"
8484
},
8585
"publishConfig": {
8686
"access": "public"

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.34.0
4+
5+
### Minor Changes
6+
7+
- [#2214](https://github.com/marko-js/marko/pull/2214) [`2d0a566`](https://github.com/marko-js/marko/commit/2d0a566a569e0d8caab2fd9abc960e6810e29b56) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Using event handlers now causes a template to become an implicit component or split component (depending on if a string event handler is used).
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2d0a566`](https://github.com/marko-js/marko/commit/2d0a566a569e0d8caab2fd9abc960e6810e29b56)]:
12+
- @marko/translator-default@5.33.0
13+
- @marko/compiler@5.36.0
14+
315
## 5.33.19
416

517
### Patch Changes

packages/marko/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marko",
3-
"version": "5.33.19",
3+
"version": "5.34.0",
44
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
55
"keywords": [
66
"front-end",
@@ -64,8 +64,8 @@
6464
"build": "babel ./src --out-dir ./dist --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production"
6565
},
6666
"dependencies": {
67-
"@marko/compiler": "^5.35.14",
68-
"@marko/translator-default": "^5.32.16",
67+
"@marko/compiler": "^5.36.0",
68+
"@marko/translator-default": "^5.33.0",
6969
"app-module-path": "^2.2.0",
7070
"argly": "^1.2.0",
7171
"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.33.0
4+
5+
### Minor Changes
6+
7+
- [#2214](https://github.com/marko-js/marko/pull/2214) [`2d0a566`](https://github.com/marko-js/marko/commit/2d0a566a569e0d8caab2fd9abc960e6810e29b56) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Using event handlers now causes a template to become an implicit component or split component (depending on if a string event handler is used).
8+
39
## 5.32.16
410

511
### Patch Changes

packages/translator-default/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/translator-default",
3-
"version": "5.32.16",
3+
"version": "5.33.0",
44
"description": "Translates Marko templates to the default Marko runtime.",
55
"keywords": [
66
"babel",
@@ -34,8 +34,8 @@
3434
"self-closing-tags": "^1.0.1"
3535
},
3636
"devDependencies": {
37-
"@marko/compiler": "^5.35.14",
38-
"marko": "^5.33.19"
37+
"@marko/compiler": "^5.36.0",
38+
"marko": "^5.34.0"
3939
},
4040
"peerDependencies": {
4141
"@marko/compiler": "^5.16.1",

0 commit comments

Comments
 (0)