Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 28, 2024
1 parent 8ebe566 commit ccfaebe
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 39 deletions.
8 changes: 0 additions & 8 deletions .changeset/chatty-maps-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-rockets-sin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/olive-rings-cheat.md

This file was deleted.

18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.39.7

### Patch Changes

- [#2438](https://github.com/marko-js/marko/pull/2438) [`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa) Thanks [@mlrawlings](https://github.com/mlrawlings)! - use tags/ instead of components/ for runtime-tags

- [#2439](https://github.com/marko-js/marko/pull/2439) [`8ebe566`](https://github.com/marko-js/marko/commit/8ebe566854179ad8cf8cfca7858d607ab208c01e) Thanks [@mlrawlings](https://github.com/mlrawlings)! - fix: remove duplicate imports of compat runtime

## 5.39.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/compiler",
"version": "5.39.6",
"version": "5.39.7",
"description": "Marko template to JS compiler.",
"keywords": [
"babel",
Expand Down Expand Up @@ -86,7 +86,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"marko": "^5.37.7"
"marko": "^5.37.8"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/runtime-class/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.37.8

### Patch Changes

- [#2438](https://github.com/marko-js/marko/pull/2438) [`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa) Thanks [@mlrawlings](https://github.com/mlrawlings)! - use tags/ instead of components/ for runtime-tags

- [#2436](https://github.com/marko-js/marko/pull/2436) [`a364d1e`](https://github.com/marko-js/marko/commit/a364d1ebd85d0a71c49018c614ca9424fc7e5976) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rename renderBody to content for tags api.

- Updated dependencies [[`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa), [`8ebe566`](https://github.com/marko-js/marko/commit/8ebe566854179ad8cf8cfca7858d607ab208c01e)]:
- @marko/compiler@5.39.7

## 5.37.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-class/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.37.7",
"version": "5.37.8",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@marko/compiler": "^5.39.6",
"@marko/compiler": "^5.39.7",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
Expand Down
13 changes: 13 additions & 0 deletions packages/runtime-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @marko/runtime-tags

## 0.3.14

### Patch Changes

- [#2438](https://github.com/marko-js/marko/pull/2438) [`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa) Thanks [@mlrawlings](https://github.com/mlrawlings)! - use tags/ instead of components/ for runtime-tags

- [#2439](https://github.com/marko-js/marko/pull/2439) [`8ebe566`](https://github.com/marko-js/marko/commit/8ebe566854179ad8cf8cfca7858d607ab208c01e) Thanks [@mlrawlings](https://github.com/mlrawlings)! - fix: remove duplicate imports of compat runtime

- [#2436](https://github.com/marko-js/marko/pull/2436) [`a364d1e`](https://github.com/marko-js/marko/commit/a364d1ebd85d0a71c49018c614ca9424fc7e5976) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rename renderBody to content for tags api.

- Updated dependencies [[`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa), [`8ebe566`](https://github.com/marko-js/marko/commit/8ebe566854179ad8cf8cfca7858d607ab208c01e)]:
- @marko/compiler@5.39.7

## 0.3.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/runtime-tags",
"version": "0.3.13",
"version": "0.3.14",
"description": "Optimized runtime for Marko templates.",
"keywords": [
"api",
Expand Down Expand Up @@ -39,7 +39,7 @@
"build": "node -r ~ts ./scripts/bundle.ts"
},
"dependencies": {
"@marko/compiler": "^5.39.6",
"@marko/compiler": "^5.39.7",
"csstype": "^3.1.3",
"magic-string": "^0.30.17"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/translator-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @marko/translator-interop-class-tags

## 0.2.6

### Patch Changes

- [#2438](https://github.com/marko-js/marko/pull/2438) [`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa) Thanks [@mlrawlings](https://github.com/mlrawlings)! - use tags/ instead of components/ for runtime-tags

- [#2436](https://github.com/marko-js/marko/pull/2436) [`a364d1e`](https://github.com/marko-js/marko/commit/a364d1ebd85d0a71c49018c614ca9424fc7e5976) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rename renderBody to content for tags api.

- Updated dependencies [[`4b6c613`](https://github.com/marko-js/marko/commit/4b6c6135badad6db7e4a8f0f59fb005ed66b04fa), [`8ebe566`](https://github.com/marko-js/marko/commit/8ebe566854179ad8cf8cfca7858d607ab208c01e), [`a364d1e`](https://github.com/marko-js/marko/commit/a364d1ebd85d0a71c49018c614ca9424fc7e5976)]:
- [email protected]
- @marko/runtime-tags@0.3.14

## 0.2.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/translator-interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/translator-interop-class-tags",
"version": "0.2.5",
"version": "0.2.6",
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
"keywords": [
"babel",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@marko/runtime-tags": "^0.3.10",
"marko": "^5.37.6"
"@marko/runtime-tags": "^0.3.14",
"marko": "^5.37.8"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
Expand Down

0 comments on commit ccfaebe

Please sign in to comment.