Skip to content

Commit ad33c56

Browse files
Version Packages (next) (#108)
* Version Packages (next) * chore: improve changelog [skip ci] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dominikg <[email protected]>
1 parent df86002 commit ad33c56

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,18 @@
3232
"brave-boxes-drive",
3333
"breezy-crews-peel",
3434
"breezy-donkeys-argue",
35+
"breezy-kids-divide",
3536
"calm-buses-cheat",
3637
"clever-trains-drum",
3738
"cuddly-maps-dance",
3839
"dirty-boxes-sip",
3940
"dry-cameras-press",
4041
"eight-taxis-wash",
4142
"eleven-windows-roll",
43+
"famous-lemons-draw",
4244
"flat-books-kick",
4345
"flat-mayflies-smell",
46+
"forty-parents-jam",
4447
"fresh-penguins-heal",
4548
"gorgeous-monkeys-brake",
4649
"happy-mails-kneel",
@@ -51,6 +54,7 @@
5154
"little-plums-grab",
5255
"long-foxes-agree",
5356
"nasty-baboons-joke",
57+
"nasty-poems-fold",
5458
"plenty-pumpkins-buy",
5559
"popular-yaks-fetch",
5660
"proud-dragons-shout",

packages/vite-plugin-svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 1.0.0-next.14
4+
5+
### Patch Changes
6+
7+
- replace querystring with URLSearchParams ([#107](https://github.com/sveltejs/vite-plugin-svelte/pull/107))
8+
9+
* import svelte types instead of duplicating them ([#105](https://github.com/sveltejs/vite-plugin-svelte/pull/105))
10+
11+
- update svelte-hmr to 0.14.7 to fix issue with svelte 3.40 ([#112](https://github.com/sveltejs/vite-plugin-svelte/pull/112))
12+
13+
* turn diff-match-patch into an optional peer dependency to reduce footprint ([#110](https://github.com/sveltejs/vite-plugin-svelte/pull/110))
14+
315
## 1.0.0-next.13
416

517
### Minor Changes

packages/vite-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "1.0.0-next.13",
3+
"version": "1.0.0-next.14",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)