Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 31, 2022
1 parent a11bae8 commit 47b9c91
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,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 +409,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 +507,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 +666,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 [[`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
6 changes: 6 additions & 0 deletions packages/adapter-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-cloudflare

## 1.0.0-next.17

### Patch Changes

- 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

0 comments on commit 47b9c91

Please sign in to comment.