Skip to content

Commit

Permalink
Version Packages (next) (#4154)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 28, 2022
1 parent 915691f commit f1d9b5b
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 @@ -216,6 +216,7 @@
"funny-trees-breathe",
"funny-zebras-mix",
"fuzzy-cougars-compare",
"fuzzy-donkeys-warn",
"fuzzy-forks-worry",
"fuzzy-ghosts-call",
"fuzzy-jeans-join",
Expand Down Expand Up @@ -277,6 +278,7 @@
"hip-windows-sit",
"honest-beers-sing",
"honest-bikes-pull",
"honest-islands-flash",
"honest-jars-report",
"honest-singers-guess",
"hot-bags-jump",
Expand Down Expand Up @@ -353,6 +355,7 @@
"many-hairs-push",
"many-mayflies-clap",
"many-papayas-invite",
"many-pigs-deliver",
"many-pugs-work",
"mean-bananas-live",
"mean-mangos-marry",
Expand Down Expand Up @@ -482,6 +485,7 @@
"proud-sloths-talk",
"purple-cycles-build",
"purple-dragons-work",
"purple-readers-build",
"purple-windows-wink",
"quick-balloons-invite",
"quick-maps-remain",
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.30

### Patch Changes

- Updated dependencies [[`8c08aa50`](https://github.com/sveltejs/kit/commit/8c08aa505a0b5238cdc2fbe8408b89ff495da1f7)]:
- @sveltejs/adapter-netlify@1.0.0-next.49
- @sveltejs/adapter-cloudflare@1.0.0-next.14
- @sveltejs/adapter-vercel@1.0.0-next.45

## 1.0.0-next.29

### 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.29",
"version": "1.0.0-next.30",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-netlify

## 1.0.0-next.49

### Patch Changes

- Add Netlify Functions context as `event.platform.context` ([#4145](https://github.com/sveltejs/kit/pull/4145))

## 1.0.0-next.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-netlify",
"version": "1.0.0-next.48",
"version": "1.0.0-next.49",
"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.288

### Patch Changes

- Fix XSS vulnerability on SSR pages with fetched data on `load()` ([#4128](https://github.com/sveltejs/kit/pull/4128))

* [breaking] `tabindex="-1"` is no longer added to `<body>`; `<html>` only briefly receives it during navigation ([#4140](https://github.com/sveltejs/kit/pull/4140))

- `RequestHandlerOutput` accepts body when it has or maybe is `undefined` ([#4152](https://github.com/sveltejs/kit/pull/4152))

## 1.0.0-next.287

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

0 comments on commit f1d9b5b

Please sign in to comment.