Skip to content
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

Version Packages (next) #4446

Merged
merged 1 commit into from
Mar 31, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"eleven-bugs-fail",
"eleven-dots-reply",
"empty-donuts-smell",
"empty-falcons-run",
"empty-grapes-own",
"empty-islands-lie",
"empty-lamps-matter",
Expand Down Expand Up @@ -382,6 +383,7 @@
"lucky-bottles-kick",
"lucky-phones-march",
"many-cups-report",
"many-eyes-travel",
"many-hairs-push",
"many-mayflies-clap",
"many-papayas-invite",
Expand All @@ -408,6 +410,7 @@
"mighty-pandas-search",
"mighty-pumpkins-stare",
"modern-boats-lie",
"modern-cameras-fetch",
"modern-donkeys-invite",
"modern-dryers-join",
"modern-grapes-tell",
Expand Down Expand Up @@ -505,6 +508,7 @@
"popular-masks-cheat",
"popular-schools-guess",
"pretty-beans-wash",
"pretty-carpets-scream",
"pretty-cycles-learn",
"pretty-drinks-cough",
"pretty-flowers-repair",
Expand Down Expand Up @@ -663,6 +667,7 @@
"soft-students-cover",
"sour-hounds-punch",
"sour-needles-compete",
"sour-roses-admire",
"sour-shirts-camp",
"sour-taxis-laugh",
"sour-waves-return",
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/adapter-auto

## 1.0.0-next.34

### Patch Changes

- Updated dependencies [[`316943fc`](https://github.com/sveltejs/kit/commit/316943fc2ea3272060636e12eccac430667fc562), [`08bb98c8`](https://github.com/sveltejs/kit/commit/08bb98c8d4f3431bf3e43faeec08ec9669b70e51)]:
- @sveltejs/adapter-cloudflare@1.0.0-next.17
- @sveltejs/adapter-netlify@1.0.0-next.51
- @sveltejs/adapter-vercel@1.0.0-next.47

## 1.0.0-next.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-auto",
"version": "1.0.0-next.33",
"version": "1.0.0-next.34",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/adapter-cloudflare

## 1.0.0-next.17

### Patch Changes

- Check for Cache match sooner; use `worktop` for types & Cache operations ([#4453](https://github.com/sveltejs/kit/pull/4453))

* Add cloudflare cache to store responses with a cache header. ([#4412](https://github.com/sveltejs/kit/pull/4412))

## 1.0.0-next.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare",
"version": "1.0.0-next.16",
"version": "1.0.0-next.17",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/kit

## 1.0.0-next.304

### Patch Changes

- Upgrade to Vite 2.9 ([#4468](https://github.com/sveltejs/kit/pull/4468))

* allow files and directories named `__tests__` and `__test__` in the routes directory ([#4438](https://github.com/sveltejs/kit/pull/4438))

- Create fallback page when prerendering is disabled ([#4443](https://github.com/sveltejs/kit/pull/4443))

## 1.0.0-next.303

### 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.303",
"version": "1.0.0-next.304",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down