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 Sep 10, 2024
1 parent 3464f38 commit acc18f6
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-bears-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-cherries-rhyme.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.

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

### Patch Changes

- [#2293](https://github.com/marko-js/marko/pull/2293) [`3464f38`](https://github.com/marko-js/marko/commit/3464f389036047a19845ab1a74e11d82ff9ca946) Thanks [@rturnq](https://github.com/rturnq)! - Fix walker incorrectly getting next node when using OVER with a single node

## 0.1.11

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

## 0.2.8

### Patch Changes

- [#2293](https://github.com/marko-js/marko/pull/2293) [`3464f38`](https://github.com/marko-js/marko/commit/3464f389036047a19845ab1a74e11d82ff9ca946) Thanks [@rturnq](https://github.com/rturnq)! - Fix walker incorrectly getting next node when using OVER with a single node

- [#2291](https://github.com/marko-js/marko/pull/2291) [`616e79e`](https://github.com/marko-js/marko/commit/616e79e9c2dcdf6857582203a02db26a6d930cf7) Thanks [@rturnq](https://github.com/rturnq)! - Better analysis for single child optimization and support recursive components

- Updated dependencies [[`3464f38`](https://github.com/marko-js/marko/commit/3464f389036047a19845ab1a74e11d82ff9ca946)]:
- @marko/runtime-tags@0.1.12

## 0.2.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/translator-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/translator-tags",
"version": "0.2.7",
"version": "0.2.8",
"description": "Translates Marko templates to the experimental fast, lean, unified, update & render target.",
"keywords": [
"babel",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@marko/babel-utils": "^6.5.5",
"@marko/runtime-tags": "^0.1.11"
"@marko/runtime-tags": "^0.1.12"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
Expand Down

0 comments on commit acc18f6

Please sign in to comment.