Skip to content

Commit

Permalink
[ci] release (#2357)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 6, 2024
1 parent 7492eb8 commit 0ec5b96
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .changeset/cyan-lobsters-hug.md

This file was deleted.

16 changes: 8 additions & 8 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/babel-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.5.11

### Patch Changes

- [#2356](https://github.com/marko-js/marko/pull/2356) [`7492eb8`](https://github.com/marko-js/marko/commit/7492eb819faf164fcbde34648dcfe72c406665f2) Thanks [@mlrawlings](https://github.com/mlrawlings)! - compiled output cleanup

## 6.5.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/babel-utils",
"version": "6.5.10",
"version": "6.5.11",
"description": "Utilities for use with Marko babel plugins.",
"keywords": [
"htmljs",
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.1.21

### Patch Changes

- [#2356](https://github.com/marko-js/marko/pull/2356) [`7492eb8`](https://github.com/marko-js/marko/commit/7492eb819faf164fcbde34648dcfe72c406665f2) Thanks [@mlrawlings](https://github.com/mlrawlings)! - compiled output cleanup

## 0.1.20

### 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.20",
"version": "0.1.21",
"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.1.29

### Patch Changes

- [#2356](https://github.com/marko-js/marko/pull/2356) [`7492eb8`](https://github.com/marko-js/marko/commit/7492eb819faf164fcbde34648dcfe72c406665f2) Thanks [@mlrawlings](https://github.com/mlrawlings)! - compiled output cleanup

- Updated dependencies [[`7492eb8`](https://github.com/marko-js/marko/commit/7492eb819faf164fcbde34648dcfe72c406665f2)]:
- @marko/babel-utils@6.5.11
- @marko/translator-tags@0.2.20

## 0.1.28

### 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.1.28",
"version": "0.1.29",
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
"keywords": [
"babel",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@marko/babel-utils": "^6.5.10",
"@marko/babel-utils": "^6.5.11",
"@marko/translator-default": "^6.0.23",
"@marko/translator-tags": "^0.2.16"
"@marko/translator-tags": "^0.2.20"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/translator-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @marko/translator-tags

## 0.2.20

### Patch Changes

- [#2356](https://github.com/marko-js/marko/pull/2356) [`7492eb8`](https://github.com/marko-js/marko/commit/7492eb819faf164fcbde34648dcfe72c406665f2) Thanks [@mlrawlings](https://github.com/mlrawlings)! - compiled output cleanup

- Updated dependencies [[`7492eb8`](https://github.com/marko-js/marko/commit/7492eb819faf164fcbde34648dcfe72c406665f2)]:
- @marko/babel-utils@6.5.11
- @marko/runtime-tags@0.1.21

## 0.2.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.19",
"version": "0.2.20",
"description": "Translates Marko templates to the experimental fast, lean, unified, update & render target.",
"keywords": [
"babel",
Expand Down Expand Up @@ -30,8 +30,8 @@
"build": "node -r ~ts ./scripts/bundle.ts"
},
"dependencies": {
"@marko/babel-utils": "^6.5.10",
"@marko/runtime-tags": "^0.1.20"
"@marko/babel-utils": "^6.5.11",
"@marko/runtime-tags": "^0.1.21"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
Expand Down

0 comments on commit 0ec5b96

Please sign in to comment.