Skip to content

Version Packages (next) #2163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"blue-squids-march",
"brave-avocados-relax",
"brave-berries-join",
"brave-seas-invent",
"brave-turkeys-bathe",
"breezy-sheep-dress",
"bright-cherries-hug",
Expand Down Expand Up @@ -73,6 +74,7 @@
"cool-hounds-divide",
"cool-spoons-dress",
"cuddly-files-decide",
"cuddly-pens-buy",
"curvy-dots-join",
"curvy-eggs-sip",
"curvy-sloths-brake",
Expand All @@ -88,6 +90,7 @@
"early-wasps-obey",
"eighty-candles-grow",
"eighty-carrots-heal",
"eighty-waves-obey",
"famous-rules-sort",
"famous-turtles-appear",
"fast-cameras-bow",
Expand Down Expand Up @@ -132,6 +135,7 @@
"great-kangaroos-eat",
"great-queens-rule",
"green-spoons-count",
"grumpy-onions-applaud",
"happy-actors-camp",
"happy-dancers-call",
"happy-nails-draw",
Expand Down Expand Up @@ -315,13 +319,15 @@
"slow-fans-own",
"small-pigs-doubt",
"smart-bears-leave",
"smart-humans-eat",
"smart-mugs-chew",
"smart-papayas-look",
"smart-pears-accept",
"smooth-dryers-heal",
"smooth-icons-yell",
"smooth-items-exercise",
"smooth-items-march",
"smooth-kangaroos-guess",
"smooth-rockets-sneeze",
"smooth-shoes-mix",
"smooth-shrimps-fly",
Expand Down Expand Up @@ -420,6 +426,7 @@
"wet-dingos-perform",
"wet-lemons-cheat",
"wet-worms-cross",
"wicked-humans-taste",
"wicked-items-repair",
"wicked-oranges-share",
"wicked-spies-invite",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/adapter-node

## 1.0.0-next.40

### Patch Changes

- [fix] handle paths consistently between dev and various production adapters ([#2171](https://github.com/sveltejs/kit/pull/2171))

* [feat] allow node adapter to configure listen path ([#2048](https://github.com/sveltejs/kit/pull/2048))

## 1.0.0-next.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-node",
"version": "1.0.0-next.39",
"version": "1.0.0-next.40",
"type": "module",
"exports": {
"import": "./index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 2.0.0-next.78

### Patch Changes

- Disable delete button while waiting for API response ([#2172](https://github.com/sveltejs/kit/pull/2172))

## 2.0.0-next.77

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "2.0.0-next.77",
"version": "2.0.0-next.78",
"bin": "./bin.js",
"dependencies": {
"kleur": "^4.1.4",
Expand Down
14 changes: 14 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @sveltejs/kit

## 1.0.0-next.147

### Patch Changes

- [fix] handle paths consistently between dev and various production adapters ([#2171](https://github.com/sveltejs/kit/pull/2171))

* Replace function properties by methods on type declarations ([#2158](https://github.com/sveltejs/kit/pull/2158))

- [fix] fallback should still be generated when prerender is disabled ([#2128](https://github.com/sveltejs/kit/pull/2128))

* update vite-plugin-svelte to 1.0.0-next.16 ([#2179](https://github.com/sveltejs/kit/pull/2179))

- Set optimizeDeps.entries to [] when building service worker ([#2180](https://github.com/sveltejs/kit/pull/2180))

## 1.0.0-next.146

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.146",
"version": "1.0.0-next.147",
"type": "module",
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.16",
Expand Down