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 7, 2023
1 parent 1235cf7 commit 0c053ce
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/slow-books-run.md

This file was deleted.

12 changes: 6 additions & 6 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.3.1

### Patch Changes

- [#2008](https://github.com/marko-js/marko/pull/2008) [`1235cf700`](https://github.com/marko-js/marko/commit/1235cf7005447bdad7a84bacf20d40c7c457c03a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression with static template literal expressions.

## 6.3.0

### Minor 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.3.0",
"version": "6.3.1",
"description": "Utilities for use with Marko babel plugins.",
"keywords": [
"htmljs",
Expand Down
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.30.1

### Patch Changes

- [#2008](https://github.com/marko-js/marko/pull/2008) [`1235cf700`](https://github.com/marko-js/marko/commit/1235cf7005447bdad7a84bacf20d40c7c457c03a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression with static template literal expressions.

- Updated dependencies [[`1235cf700`](https://github.com/marko-js/marko/commit/1235cf7005447bdad7a84bacf20d40c7c457c03a)]:
- @marko/translator-default@5.30.1

## 5.30.0

### Minor 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.30.0",
"version": "5.30.1",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"dependencies": {
"@marko/compiler": "^5.32.0",
"@marko/translator-default": "^5.30.0",
"@marko/translator-default": "^5.30.1",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/translator-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.30.1

### Patch Changes

- [#2008](https://github.com/marko-js/marko/pull/2008) [`1235cf700`](https://github.com/marko-js/marko/commit/1235cf7005447bdad7a84bacf20d40c7c457c03a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression with static template literal expressions.

- Updated dependencies [[`1235cf700`](https://github.com/marko-js/marko/commit/1235cf7005447bdad7a84bacf20d40c7c457c03a)]:
- @marko/babel-utils@6.3.1

## 5.30.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "5.30.0",
"version": "5.30.1",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
Expand Down Expand Up @@ -29,14 +29,14 @@
},
"dependencies": {
"@babel/runtime": "^7.16.0",
"@marko/babel-utils": "^6.3.0",
"@marko/babel-utils": "^6.3.1",
"escape-string-regexp": "^4.0.0",
"magic-string": "^0.27.0",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.32.0",
"marko": "^5.30.0"
"marko": "^5.30.1"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",
Expand Down

0 comments on commit 0c053ce

Please sign in to comment.