Skip to content

Commit a18571c

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent b6ba333 commit a18571c

File tree

10 files changed

+52
-30
lines changed

10 files changed

+52
-30
lines changed

.changeset/sharp-nails-mix.md

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

package-lock.json

Lines changed: 9 additions & 9 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.39.29
4+
5+
### Patch Changes
6+
7+
- [#2734](https://github.com/marko-js/marko/pull/2734) [`b6ba333`](https://github.com/marko-js/marko/commit/b6ba333ee289ff27a549d1a2ea60b06338cb7ef5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all deps. Fix support for [discard binding proposal](https://github.com/tc39/proposal-discard-binding).
8+
39
## 5.39.28
410

511
### Patch Changes
@@ -434,7 +440,6 @@
434440
### Patch Changes
435441

436442
- [#2246](https://github.com/marko-js/marko/pull/2246) [`a699cd9`](https://github.com/marko-js/marko/commit/a699cd9434996b8da0a14acba39fd1db03c0329a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Misc backward compat improvements:
437-
438443
- Expose `marko/browser-refresh` as a noop
439444
- Allow translators to specify "optional" taglibs to load if they're installed (used for automatically loading compat taglibs)
440445
- `marko/node-require` legacy require hook now disables user babel transforms by default

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.39.28",
3+
"version": "5.39.29",
44
"description": "Marko template to JS compiler.",
55
"keywords": [
66
"babel",
@@ -87,7 +87,7 @@
8787
"source-map-support": "^0.5.21"
8888
},
8989
"devDependencies": {
90-
"marko": "^5.37.40"
90+
"marko": "^5.37.41"
9191
},
9292
"engines": {
9393
"node": "18 || 20 || >=22"

packages/runtime-class/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 5.37.41
4+
5+
### Patch Changes
6+
7+
- [#2734](https://github.com/marko-js/marko/pull/2734) [`b6ba333`](https://github.com/marko-js/marko/commit/b6ba333ee289ff27a549d1a2ea60b06338cb7ef5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all deps. Fix support for [discard binding proposal](https://github.com/tc39/proposal-discard-binding).
8+
9+
- Updated dependencies [[`b6ba333`](https://github.com/marko-js/marko/commit/b6ba333ee289ff27a549d1a2ea60b06338cb7ef5)]:
10+
- @marko/compiler@5.39.29
11+
312
## 5.37.40
413

514
### Patch Changes
@@ -729,7 +738,6 @@
729738
### Patch Changes
730739

731740
- [#2246](https://github.com/marko-js/marko/pull/2246) [`a699cd9`](https://github.com/marko-js/marko/commit/a699cd9434996b8da0a14acba39fd1db03c0329a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Misc backward compat improvements:
732-
733741
- Expose `marko/browser-refresh` as a noop
734742
- Allow translators to specify "optional" taglibs to load if they're installed (used for automatically loading compat taglibs)
735743
- `marko/node-require` legacy require hook now disables user babel transforms by default
@@ -1562,7 +1570,6 @@
15621570
### Patch Changes
15631571

15641572
- [#1947](https://github.com/marko-js/marko/pull/1947) [`7264e6ce6`](https://github.com/marko-js/marko/commit/7264e6ce6361c55ca73a25b9c2d2a36d4e48ee38) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Improve TS native tag event handler types
1565-
15661573
- add onToggle
15671574
- add onFormData
15681575
- move onSubmit into form

packages/runtime-class/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marko",
3-
"version": "5.37.40",
3+
"version": "5.37.41",
44
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
55
"keywords": [
66
"front-end",
@@ -70,7 +70,7 @@
7070
},
7171
"dependencies": {
7272
"@babel/runtime": "^7.27.6",
73-
"@marko/compiler": "^5.39.28",
73+
"@marko/compiler": "^5.39.29",
7474
"app-module-path": "^2.2.0",
7575
"argly": "^1.2.0",
7676
"browser-refresh-client": "1.1.4",

packages/runtime-tags/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @marko/runtime-tags
22

3+
## 6.0.37
4+
5+
### Patch Changes
6+
7+
- [#2734](https://github.com/marko-js/marko/pull/2734) [`b6ba333`](https://github.com/marko-js/marko/commit/b6ba333ee289ff27a549d1a2ea60b06338cb7ef5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all deps. Fix support for [discard binding proposal](https://github.com/tc39/proposal-discard-binding).
8+
9+
- Updated dependencies [[`b6ba333`](https://github.com/marko-js/marko/commit/b6ba333ee289ff27a549d1a2ea60b06338cb7ef5)]:
10+
- @marko/compiler@5.39.29
11+
312
## 6.0.36
413

514
### Patch Changes

packages/runtime-tags/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/runtime-tags",
3-
"version": "6.0.36",
3+
"version": "6.0.37",
44
"description": "Optimized runtime for Marko templates.",
55
"keywords": [
66
"api",
@@ -39,7 +39,7 @@
3939
"build": "node -r ~ts ./scripts/bundle.ts"
4040
},
4141
"dependencies": {
42-
"@marko/compiler": "^5.39.28",
42+
"@marko/compiler": "^5.39.29",
4343
"csstype": "^3.1.3",
4444
"magic-string": "^0.30.17"
4545
},

packages/translator-interop/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @marko/translator-interop-class-tags
22

3+
## 0.2.33
4+
5+
### Patch Changes
6+
7+
- [#2734](https://github.com/marko-js/marko/pull/2734) [`b6ba333`](https://github.com/marko-js/marko/commit/b6ba333ee289ff27a549d1a2ea60b06338cb7ef5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade all deps. Fix support for [discard binding proposal](https://github.com/tc39/proposal-discard-binding).
8+
9+
- Updated dependencies [[`b6ba333`](https://github.com/marko-js/marko/commit/b6ba333ee289ff27a549d1a2ea60b06338cb7ef5)]:
10+
11+
- @marko/runtime-tags@6.0.37
12+
313
## 0.2.32
414

515
### Patch Changes
@@ -551,7 +561,6 @@
551561
### Patch Changes
552562

553563
- [#2246](https://github.com/marko-js/marko/pull/2246) [`a699cd9`](https://github.com/marko-js/marko/commit/a699cd9434996b8da0a14acba39fd1db03c0329a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Misc backward compat improvements:
554-
555564
- Expose `marko/browser-refresh` as a noop
556565
- Allow translators to specify "optional" taglibs to load if they're installed (used for automatically loading compat taglibs)
557566
- `marko/node-require` legacy require hook now disables user babel transforms by default

packages/translator-interop/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-interop-class-tags",
3-
"version": "0.2.32",
3+
"version": "0.2.33",
44
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
55
"keywords": [
66
"babel",
@@ -30,8 +30,8 @@
3030
},
3131
"dependencies": {
3232
"@babel/code-frame": "^7.27.1",
33-
"@marko/runtime-tags": "^6.0.36",
34-
"marko": "^5.37.40"
33+
"@marko/runtime-tags": "^6.0.37",
34+
"marko": "^5.37.41"
3535
},
3636
"peerDependencies": {
3737
"@marko/compiler": "^5.23.0"

0 commit comments

Comments
 (0)