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 Aug 19, 2024
1 parent 9411c9d commit 094ab1f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/serious-penguins-refuse.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.

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

### Patch Changes

- [#2279](https://github.com/marko-js/marko/pull/2279) [`9411c9d`](https://github.com/marko-js/marko/commit/9411c9dc2c72f39f3c37563bfbe21942effee251) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where MARKO_DEBUG was not being processed when bundling @marko/translator-tags and @marko/translator-interop.

- Updated dependencies [[`9411c9d`](https://github.com/marko-js/marko/commit/9411c9dc2c72f39f3c37563bfbe21942effee251)]:
- @marko/translator-tags@0.2.5

## 0.1.20

### 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.1.20",
"version": "0.1.21",
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
"keywords": [
"babel",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@babel/code-frame": "^7.24.7",
"@marko/babel-utils": "^6.5.3",
"@marko/translator-default": "^6.0.8",
"@marko/translator-tags": "^0.2.4"
"@marko/translator-tags": "^0.2.5"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/translator-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marko/translator-tags

## 0.2.5

### Patch Changes

- [#2279](https://github.com/marko-js/marko/pull/2279) [`9411c9d`](https://github.com/marko-js/marko/commit/9411c9dc2c72f39f3c37563bfbe21942effee251) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where MARKO_DEBUG was not being processed when bundling @marko/translator-tags and @marko/translator-interop.

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "0.2.5",
"description": "Translates Marko templates to the experimental fast, lean, unified, update & render target.",
"keywords": [
"babel",
Expand Down

0 comments on commit 094ab1f

Please sign in to comment.