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 19, 2024
1 parent a364d1e commit c3f231a
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/olive-rings-cheat.md

This file was deleted.

10 changes: 5 additions & 5 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/runtime-class/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.37.8

### Patch Changes

- [#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.

## 5.37.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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
6 changes: 6 additions & 0 deletions packages/runtime-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marko/runtime-tags

## 0.3.14

### Patch Changes

- [#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.

## 0.3.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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
10 changes: 10 additions & 0 deletions packages/translator-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @marko/translator-interop-class-tags

## 0.2.6

### Patch Changes

- [#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 [[`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 c3f231a

Please sign in to comment.