Skip to content

Commit 0a4e2d1

Browse files
Version Packages (next)
1 parent 2cfafea commit 0a4e2d1

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"early-chairs-protect",
102102
"early-lemons-collect",
103103
"early-wasps-obey",
104+
"eight-hats-worry",
104105
"eight-keys-give",
105106
"eighty-candles-grow",
106107
"eighty-carrots-heal",
@@ -245,6 +246,7 @@
245246
"moody-queens-sell",
246247
"nasty-boats-bathe",
247248
"nasty-llamas-lay",
249+
"nasty-seas-reflect",
248250
"nasty-waves-kneel",
249251
"neat-garlics-buy",
250252
"neat-olives-hope",
@@ -404,6 +406,8 @@
404406
"strong-files-obey",
405407
"stupid-bottles-approve",
406408
"stupid-countries-sneeze",
409+
"stupid-laws-jog",
410+
"stupid-schools-fail",
407411
"swift-dingos-glow",
408412
"swift-pumpkins-pump",
409413
"tall-berries-cheer",

packages/adapter-node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/adapter-node
22

3+
## 1.0.0-next.51
4+
5+
### Patch Changes
6+
7+
- [fix] regression where builds not using `entryPoint` stopped having `middlewares.js` external ([#2484](https://github.com/sveltejs/kit/pull/2484))
8+
39
## 1.0.0-next.50
410

511
### Patch Changes

packages/adapter-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/adapter-node",
3-
"version": "1.0.0-next.50",
3+
"version": "1.0.0-next.51",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/kit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.173
4+
5+
### Patch Changes
6+
7+
- Exports and files property in config.kit.package now accepts a function rather than an object ([#2430](https://github.com/sveltejs/kit/pull/2430))
8+
9+
* Renamed property exclude to files in config.kit.serviceWorker and now accepts a function instead ([#2430](https://github.com/sveltejs/kit/pull/2430))
10+
11+
- Remove lang tag when packaging ([#2486](https://github.com/sveltejs/kit/pull/2486))
12+
313
## 1.0.0-next.172
414

515
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.172",
3+
"version": "1.0.0-next.173",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)