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 Oct 23, 2024
1 parent 719d8a1 commit 8256035
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-glasses-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-badgers-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/young-mails-promise.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.

11 changes: 11 additions & 0 deletions packages/marko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.35.28

### Patch Changes

- [#2332](https://github.com/marko-js/marko/pull/2332) [`b920f86`](https://github.com/marko-js/marko/commit/b920f8632894bfbd97bb642829390daee0e949fd) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix incorrect AttrTag tag type definition.

- [#2332](https://github.com/marko-js/marko/pull/2332) [`6e87653`](https://github.com/marko-js/marko/commit/6e8765300dabc1d370058dca76f17d87b80aea3a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Remove extraneous runtime helper.

- Updated dependencies [[`6e87653`](https://github.com/marko-js/marko/commit/6e8765300dabc1d370058dca76f17d87b80aea3a)]:
- @marko/translator-default@6.0.20

## 5.35.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/marko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.35.27",
"version": "5.35.28",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"@marko/compiler": "^5.37.19",
"@marko/translator-default": "^6.0.19",
"@marko/translator-default": "^6.0.20",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/translator-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.0.20

### Patch Changes

- [#2332](https://github.com/marko-js/marko/pull/2332) [`6e87653`](https://github.com/marko-js/marko/commit/6e8765300dabc1d370058dca76f17d87b80aea3a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Remove extraneous runtime helper.

## 6.0.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/translator-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/translator-default",
"version": "6.0.19",
"version": "6.0.20",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@marko/compiler": "^5.37.19",
"marko": "^5.35.26"
"marko": "^5.35.28"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",
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.13

### Patch Changes

- [#2332](https://github.com/marko-js/marko/pull/2332) [`719d8a1`](https://github.com/marko-js/marko/commit/719d8a10fd4952fa94c66ff5c7d11e38c8d0690c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - XML Declarations are now a compile error (like cdata).

## 0.2.12

### 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.12",
"version": "0.2.13",
"description": "Translates Marko templates to the experimental fast, lean, unified, update & render target.",
"keywords": [
"babel",
Expand Down

0 comments on commit 8256035

Please sign in to comment.