Skip to content

Commit

Permalink
[ci] release (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 18, 2024
1 parent 8e10644 commit b787f13
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-ducks-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-pillows-play.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.1.9

### Patch Changes

- [#128](https://github.com/marko-js/vite/pull/128) [`8e10644`](https://github.com/marko-js/vite/commit/8e10644157bf81835a3ea4ea2e60f2e401adfe95) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue when a Marko server entry is loaded inside of another chunk which caused the assets injection runtime to be in a different chunk than the server entry (since it will codesplit the runtime). This change now ensures the asset manifest is only ever injected into chunks that reference the assets runtime injector.

- [#128](https://github.com/marko-js/vite/pull/128) [`8e10644`](https://github.com/marko-js/vite/commit/8e10644157bf81835a3ea4ea2e60f2e401adfe95) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Change vites default `assetsDir` for server bundles to avoid making server assets available in client asset folders.

## 4.1.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/vite",
"description": "A Marko plugin for Vite",
"version": "4.1.8",
"version": "4.1.9",
"author": "Dylan Piercey <[email protected]>",
"bugs": "https://github.com/marko-js/vite/issues",
"dependencies": {
Expand Down

0 comments on commit b787f13

Please sign in to comment.