Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release #2463

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brown-impalas-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-dingos-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-suns-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-onions-tie.md

This file was deleted.

4 changes: 2 additions & 2 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.11

### Patch Changes

- [#2462](https://github.com/marko-js/marko/pull/2462) [`631ad47`](https://github.com/marko-js/marko/commit/631ad47da4f6accbe802b374334b7b0c03e752da) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where implicit split components (those with no class/component that have event handlers) were not getting the client side render apis.

## 5.37.10

### 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.10",
"version": "5.37.11",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
Expand Down
10 changes: 10 additions & 0 deletions packages/runtime-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @marko/runtime-tags

## 0.3.20

### Patch Changes

- [#2460](https://github.com/marko-js/marko/pull/2460) [`d9cc4e7`](https://github.com/marko-js/marko/commit/d9cc4e723abb53a5d5a6c090935facd7745146c2) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with attempting to hoist a member expression that was a computed identifier.

- [#2461](https://github.com/marko-js/marko/pull/2461) [`e6ffdbe`](https://github.com/marko-js/marko/commit/e6ffdbe6781385bd3ae7cfab9e16d349eda7cb0c) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Fix adjacent bound values

- [#2459](https://github.com/marko-js/marko/pull/2459) [`1722472`](https://github.com/marko-js/marko/commit/172247289a195c1e3fd43ff1bbcb548ed53ff3cf) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix element references when used as the argument of a call expression.

## 0.3.19

### 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.19",
"version": "0.3.20",
"description": "Optimized runtime for Marko templates.",
"keywords": [
"api",
Expand Down
Loading