Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and DylanPiercey committed Feb 1, 2025
1 parent 0ee5875 commit b883c8c
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-adults-tell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loud-llamas-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-experts-applaud.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

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

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.27

### Patch Changes

- [#2483](https://github.com/marko-js/marko/pull/2483) [`0135f5b`](https://github.com/marko-js/marko/commit/0135f5b55495aef81f081db1a909d4be153bf3e4) Thanks [@rturnq](https://github.com/rturnq)! - Branch end nodes could end up being shared in resume, insert new branch after previous end node

- [#2480](https://github.com/marko-js/marko/pull/2480) [`622d328`](https://github.com/marko-js/marko/commit/622d328858bc857e8622d0b14105726641ab66d5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Minor refactoring and cleanup.

- [#2482](https://github.com/marko-js/marko/pull/2482) [`99c7428`](https://github.com/marko-js/marko/commit/99c7428302af89fd7b440ab41856d67311fc045e) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Ignore events during the render phase

## 0.3.26

### 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.26",
"version": "0.3.27",
"description": "Optimized runtime for Marko templates.",
"keywords": [
"api",
Expand Down
9 changes: 9 additions & 0 deletions packages/translator-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @marko/translator-interop-class-tags

## 0.2.11

### Patch Changes

- [#2480](https://github.com/marko-js/marko/pull/2480) [`622d328`](https://github.com/marko-js/marko/commit/622d328858bc857e8622d0b14105726641ab66d5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Minor refactoring and cleanup.

- Updated dependencies [[`0135f5b`](https://github.com/marko-js/marko/commit/0135f5b55495aef81f081db1a909d4be153bf3e4), [`622d328`](https://github.com/marko-js/marko/commit/622d328858bc857e8622d0b14105726641ab66d5), [`99c7428`](https://github.com/marko-js/marko/commit/99c7428302af89fd7b440ab41856d67311fc045e)]:
- @marko/runtime-tags@0.3.27

## 0.2.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "0.2.11",
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
"keywords": [
"babel",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@marko/runtime-tags": "^0.3.26",
"@marko/runtime-tags": "^0.3.27",
"marko": "^5.37.12"
},
"peerDependencies": {
Expand Down

0 comments on commit b883c8c

Please sign in to comment.