Skip to content

Commit 84e2414

Browse files
chore: version packages [skip ci]
1 parent b09e568 commit 84e2414

6 files changed

Lines changed: 34 additions & 18 deletions

File tree

.changeset/sveltekit-adapter.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @aws-blocks/core
22

3+
## 0.1.16
4+
5+
### Patch Changes
6+
7+
- b09e568: Add a SvelteKit framework adapter. SvelteKit apps are now auto-detected (via
8+
`@sveltejs/kit`) and deployed through `@sveltejs/adapter-node` running on Lambda
9+
behind the Lambda Web Adapter (the existing `http-server` compute path), fronted
10+
by CloudFront + S3. Supports SSR pages, `+server.js` endpoints, form actions,
11+
server `load`, `hooks.server`, streaming, prerendered/SSG pages (served frozen
12+
from S3), custom headers, cookies, redirects, `error()`, and `paths.base`. A
13+
transparent build bridge wires `@sveltejs/adapter-node` when the app hasn't
14+
configured it, so no manual setup is required. Patch (not minor) per the
15+
pre-1.0 caret convention — the change is additive and backward-compatible.
16+
- Updated dependencies [b09e568]
17+
- @aws-blocks/hosting@0.1.7
18+
319
## 0.1.15
420

521
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-blocks/core",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"author": "Amazon Web Services",
55
"license": "Apache-2.0",
66
"type": "module",

packages/hosting/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @aws-blocks/hosting
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- b09e568: Add a SvelteKit framework adapter. SvelteKit apps are now auto-detected (via
8+
`@sveltejs/kit`) and deployed through `@sveltejs/adapter-node` running on Lambda
9+
behind the Lambda Web Adapter (the existing `http-server` compute path), fronted
10+
by CloudFront + S3. Supports SSR pages, `+server.js` endpoints, form actions,
11+
server `load`, `hooks.server`, streaming, prerendered/SSG pages (served frozen
12+
from S3), custom headers, cookies, redirects, `error()`, and `paths.base`. A
13+
transparent build bridge wires `@sveltejs/adapter-node` when the app hasn't
14+
configured it, so no manual setup is required. Patch (not minor) per the
15+
pre-1.0 caret convention — the change is additive and backward-compatible.
16+
317
## 0.1.6
418

519
### Patch Changes

packages/hosting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-blocks/hosting",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"author": "Amazon Web Services",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)