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 Dec 16, 2024
1 parent e72fa84 commit 9421a60
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-moles-jog.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-timers-cheat.md

This file was deleted.

10 changes: 5 additions & 5 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.6

### Patch Changes

- [#2428](https://github.com/marko-js/marko/pull/2428) [`e72fa84`](https://github.com/marko-js/marko/commit/e72fa84a7293bd348a39e20b011228dfd937322f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade dependencies.

## 5.37.5

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

## 0.3.10

### Patch Changes

- [#2428](https://github.com/marko-js/marko/pull/2428) [`22cc604`](https://github.com/marko-js/marko/commit/22cc604e38ffc957195349c710cae340dd1a7825) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Add tags api runtime types.

- [#2428](https://github.com/marko-js/marko/pull/2428) [`e72fa84`](https://github.com/marko-js/marko/commit/e72fa84a7293bd348a39e20b011228dfd937322f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade dependencies.

## 0.3.9

### 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.9",
"version": "0.3.10",
"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.2.5

### Patch Changes

- [#2428](https://github.com/marko-js/marko/pull/2428) [`e72fa84`](https://github.com/marko-js/marko/commit/e72fa84a7293bd348a39e20b011228dfd937322f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade dependencies.

- Updated dependencies [[`22cc604`](https://github.com/marko-js/marko/commit/22cc604e38ffc957195349c710cae340dd1a7825), [`e72fa84`](https://github.com/marko-js/marko/commit/e72fa84a7293bd348a39e20b011228dfd937322f)]:
- @marko/runtime-tags@0.3.10
- [email protected]

## 0.2.4

### 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.2.4",
"version": "0.2.5",
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
"keywords": [
"babel",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@marko/runtime-tags": "^0.3.9",
"marko": "^5.37.5"
"@marko/runtime-tags": "^0.3.10",
"marko": "^5.37.6"
},
"peerDependencies": {
"@marko/compiler": "^5.23.0"
Expand Down

0 comments on commit 9421a60

Please sign in to comment.