Skip to content

Commit

Permalink
Version Packages (#51)
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 May 29, 2022
1 parent 78bbb35 commit bd70caf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-chefs-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-days-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-garlics-exist.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/svelte-hmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# svelte-hmr

## 0.14.12

### Patch Changes

- Fix acceptNamedExports option in tools that statically analyze accept (like Vite) ([`cafb9bb`](https://github.com/sveltejs/svelte-hmr/commit/cafb9bb7ea032d37b18fa4611542dd97ec81e197))

* Fix recovery after error, when possible ([#49](https://github.com/sveltejs/svelte-hmr/pull/49))

- change options.optimistic default value from true to false to fix buggy behavior on fatal runtime errors ([#53](https://github.com/sveltejs/svelte-hmr/pull/53))

## 0.14.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-hmr",
"version": "0.14.11",
"version": "0.14.12",
"description": "Bundler agnostic HMR utils for Svelte 3",
"main": "index.js",
"author": "rixo <[email protected]>",
Expand Down

0 comments on commit bd70caf

Please sign in to comment.