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 Jul 26, 2024
1 parent 992753e commit 9b618c0
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/slow-insects-sparkle.md

This file was deleted.

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

## 5.35.7

### Patch Changes

- [#2264](https://github.com/marko-js/marko/pull/2264) [`992753e`](https://github.com/marko-js/marko/commit/992753e695e054d2789cdc1b439da5065468cb3a) Thanks [@LuLaValva](https://github.com/LuLaValva)! - For-of loop code coverage improvement

- Updated dependencies [[`992753e`](https://github.com/marko-js/marko/commit/992753e695e054d2789cdc1b439da5065468cb3a)]:
- @marko/translator-default@6.0.6

## 5.35.6

### 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.6",
"version": "5.35.7",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
Expand Down Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"@marko/compiler": "^5.37.4",
"@marko/translator-default": "^6.0.5",
"@marko/translator-default": "^6.0.6",
"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.6

### Patch Changes

- [#2264](https://github.com/marko-js/marko/pull/2264) [`992753e`](https://github.com/marko-js/marko/commit/992753e695e054d2789cdc1b439da5065468cb3a) Thanks [@LuLaValva](https://github.com/LuLaValva)! - For-of loop code coverage improvement

## 6.0.5

### 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.5",
"version": "6.0.6",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@marko/compiler": "^5.37.4",
"marko": "^5.35.5"
"marko": "^5.35.7"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",
Expand Down

0 comments on commit 9b618c0

Please sign in to comment.