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 18, 2023
1 parent 7957fb5 commit be1cc1b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-lemons-collect.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.

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

### Patch Changes

- [#1999](https://github.com/marko-js/marko/pull/1999) [`7957fb564`](https://github.com/marko-js/marko/commit/7957fb56485a8607ab5b928531001085aba2d104) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Switch to .d.marko file for <await> tag types to avoid issues when loaded in a pure typescript project. By default TypeScript doesn't play well with `node_modules` which are seen as `.js` files which is what the jsdoc version of a Marko file appears as. By switching to a `.d.marko` it is instead always seen as `.ts` which is always analyzed by typescript.

- Updated dependencies [[`7957fb564`](https://github.com/marko-js/marko/commit/7957fb56485a8607ab5b928531001085aba2d104)]:
- @marko/translator-default@5.29.2

## 5.29.1

### 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,11 +1,11 @@
{
"name": "marko",
"version": "5.29.1",
"version": "5.29.2",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.31.1",
"@marko/translator-default": "^5.29.1",
"@marko/translator-default": "^5.29.2",
"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

## 5.29.2

### Patch Changes

- [#1999](https://github.com/marko-js/marko/pull/1999) [`7957fb564`](https://github.com/marko-js/marko/commit/7957fb56485a8607ab5b928531001085aba2d104) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Switch to .d.marko file for <await> tag types to avoid issues when loaded in a pure typescript project. By default TypeScript doesn't play well with `node_modules` which are seen as `.js` files which is what the jsdoc version of a Marko file appears as. By switching to a `.d.marko` it is instead always seen as `.ts` which is always analyzed by typescript.

## 5.29.1

### 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,7 +1,7 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.29.1",
"version": "5.29.2",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"@marko/compiler": "^5.31.1",
"marko": "^5.29.1"
"marko": "^5.29.2"
},
"files": [
"dist",
Expand Down

0 comments on commit be1cc1b

Please sign in to comment.