Skip to content

Commit e5bd85c

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 29173ce commit e5bd85c

File tree

8 files changed

+36
-19
lines changed

8 files changed

+36
-19
lines changed

.changeset/some-phones-train.md

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

package-lock.json

Lines changed: 6 additions & 6 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.39.39
4+
5+
### Patch Changes
6+
7+
- [#2855](https://github.com/marko-js/marko/pull/2855) [`29173ce`](https://github.com/marko-js/marko/commit/29173ced3806d932eb05dc14002fc4969ef4ac6b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure scopes are crawled before stripping types.
8+
39
## 5.39.38
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.39.38",
3+
"version": "5.39.39",
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.58"
90+
"marko": "^5.37.59"
9191
},
9292
"engines": {
9393
"node": "18 || 20 || >=22"

packages/runtime-class/CHANGELOG.md

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

3+
## 5.37.59
4+
5+
### Patch Changes
6+
7+
- [#2855](https://github.com/marko-js/marko/pull/2855) [`29173ce`](https://github.com/marko-js/marko/commit/29173ced3806d932eb05dc14002fc4969ef4ac6b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure scopes are crawled before stripping types.
8+
9+
- Updated dependencies [[`29173ce`](https://github.com/marko-js/marko/commit/29173ced3806d932eb05dc14002fc4969ef4ac6b)]:
10+
- @marko/compiler@5.39.39
11+
312
## 5.37.58
413

514
### Patch Changes

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.58",
3+
"version": "5.37.59",
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.28.2",
73-
"@marko/compiler": "^5.39.38",
73+
"@marko/compiler": "^5.39.39",
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.79
4+
5+
### Patch Changes
6+
7+
- [#2855](https://github.com/marko-js/marko/pull/2855) [`29173ce`](https://github.com/marko-js/marko/commit/29173ced3806d932eb05dc14002fc4969ef4ac6b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure scopes are crawled before stripping types.
8+
9+
- Updated dependencies [[`29173ce`](https://github.com/marko-js/marko/commit/29173ced3806d932eb05dc14002fc4969ef4ac6b)]:
10+
- @marko/compiler@5.39.39
11+
312
## 6.0.78
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.78",
3+
"version": "6.0.79",
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.38",
42+
"@marko/compiler": "^5.39.39",
4343
"csstype": "^3.1.3",
4444
"magic-string": "^0.30.17"
4545
},

0 commit comments

Comments
 (0)