Skip to content

Commit 04628b6

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 525345f commit 04628b6

File tree

6 files changed

+21
-12
lines changed

6 files changed

+21
-12
lines changed

.changeset/calm-nights-scream.md

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

package-lock.json

Lines changed: 3 additions & 3 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.17
4+
5+
### Patch Changes
6+
7+
- [#2623](https://github.com/marko-js/marko/pull/2623) [`525345f`](https://github.com/marko-js/marko/commit/525345f4f71c53c00d7779a4c5d95fceaec3d33b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor getFile and getProgram handling to avoid circular references between babel-utils and babel-plugin code.
8+
39
## 5.39.16
410

511
### Patch Changes

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/compiler",
3-
"version": "5.39.16",
3+
"version": "5.39.17",
44
"description": "Marko template to JS compiler.",
55
"keywords": [
66
"babel",

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+
## 0.3.80
4+
5+
### Patch Changes
6+
7+
- [#2623](https://github.com/marko-js/marko/pull/2623) [`525345f`](https://github.com/marko-js/marko/commit/525345f4f71c53c00d7779a4c5d95fceaec3d33b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor getFile and getProgram handling to avoid circular references between babel-utils and babel-plugin code.
8+
9+
- Updated dependencies [[`525345f`](https://github.com/marko-js/marko/commit/525345f4f71c53c00d7779a4c5d95fceaec3d33b)]:
10+
- @marko/compiler@5.39.17
11+
312
## 0.3.79
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": "0.3.79",
3+
"version": "0.3.80",
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.16",
42+
"@marko/compiler": "^5.39.17",
4343
"csstype": "^3.1.3",
4444
"magic-string": "^0.30.17"
4545
},

0 commit comments

Comments
 (0)