Skip to content

Commit 5214872

Browse files
author
Philipp Zerelles
committed
Merge branch 'master' into alternate-routes
2 parents 84aff3d + f3694f7 commit 5214872

File tree

23 files changed

+88
-24
lines changed

23 files changed

+88
-24
lines changed

.changeset/cold-pants-unite.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'create-svelte': patch
3+
'@sveltejs/kit': patch
4+
---
5+
6+
fix: adapt to svelte ids without ?import in vite 2.2.3

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"cold-buttons-sell",
5454
"cold-llamas-brake",
5555
"cold-panthers-learn",
56+
"cold-pants-unite",
5657
"cool-spoons-dress",
5758
"curvy-sloths-brake",
5859
"cyan-roses-act",
@@ -244,6 +245,7 @@
244245
"two-students-melt",
245246
"unlucky-parrots-vanish",
246247
"unlucky-wasps-rest",
248+
"violet-goats-wave",
247249
"violet-jars-give",
248250
"warm-ads-invite",
249251
"warm-cameras-fix",

examples/hn.svelte.dev/src/routes/about.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<h1>About this site</h1>
1111

12-
<p>This is a simple Hacker News clone, built with <a href="https://sapper.svelte.dev">Sapper</a>, an application framework for <a href="https://svelte.dev">Svelte</a>.</p>
12+
<p>This is a simple Hacker News clone, built with <a href="https://kit.svelte.dev">SvelteKit</a>, an application framework for <a href="https://svelte.dev">Svelte</a>.</p>
1313

1414
<p>Svelte is a new kind of framework, one that compiles your component templates into fast, compact JavaScript — either client-side or server-side. You can read more about the design and philosophy in the <a href="https://svelte.dev/blog/svelte-3-rethinking-reactivity">introductory blog post</a>.</p>
1515

16-
<p>We're using <a href="https://github.com/davideast/hnpwa-api">hnpwa-api</a> as a backend. The app is hosted on <a href="https://cloud.google.com/run/">Cloud Run</a>, using <a href="https://www.cloudflare.com/">Cloudflare</a> for the CDN. <a href="https://github.com/sveltejs/hn.svelte.dev">The source code is here</a>.</p>
16+
<p>We're using <a href="https://github.com/davideast/hnpwa-api">hnpwa-api</a> as a backend. The app is hosted on <a href="https://cloud.google.com/run/">Cloud Run</a>, using <a href="https://www.cloudflare.com/">Cloudflare</a> for the CDN. <a href="https://github.com/sveltejs/hn.svelte.dev">The source code is here</a>.</p>

packages/adapter-begin/CHANGELOG.md

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

3+
## 1.0.0-next.6
4+
5+
### Patch Changes
6+
7+
- 2e72a94: Add type declarations
8+
39
## 1.0.0-next.5
410

511
### Patch Changes

packages/adapter-begin/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-begin",
3-
"version": "1.0.0-next.5",
3+
"version": "1.0.0-next.6",
44
"main": "index.cjs",
55
"types": "index.d.ts",
66
"scripts": {

packages/adapter-cloudflare-workers/CHANGELOG.md

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

3+
## 0.0.2-next.4
4+
5+
### Patch Changes
6+
7+
- 2e72a94: Add type declarations
8+
39
## 0.0.2-next.3
410

511
### Patch Changes

packages/adapter-cloudflare-workers/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-cloudflare-workers",
3-
"version": "0.0.2-next.3",
3+
"version": "0.0.2-next.4",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [

packages/adapter-netlify/CHANGELOG.md

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

3+
## 1.0.0-next.10
4+
5+
### Patch Changes
6+
7+
- 2e72a94: Add type declarations
8+
- Updated dependencies [82955ec]
9+
- @sveltejs/kit@1.0.0-next.91
10+
311
## 1.0.0-next.9
412

513
### Patch Changes

packages/adapter-netlify/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-netlify",
3-
"version": "1.0.0-next.9",
3+
"version": "1.0.0-next.10",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [

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.17
4+
5+
### Patch Changes
6+
7+
- 2e72a94: Add type declarations
8+
39
## 1.0.0-next.16
410

511
### Patch Changes

0 commit comments

Comments
 (0)