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 Jul 6, 2022
1 parent 43504ba commit 1e62b22
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
"fresh-years-do",
"friendly-carpets-sip",
"friendly-chefs-draw",
"friendly-eggs-cry",
"friendly-rivers-argue",
"funny-ads-move",
"funny-needles-talk",
Expand Down Expand Up @@ -792,6 +793,7 @@
"smart-nails-work",
"smart-papayas-look",
"smart-pears-accept",
"smart-peas-compare",
"smart-planets-beam",
"smooth-cars-build",
"smooth-comics-mate",
Expand Down
8 changes: 8 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/kit

## 1.0.0-next.361

### Patch Changes

- remove FLoC protection, now that we vanquished Google ([#5018](https://github.com/sveltejs/kit/pull/5018))

* Prevent `Connection` header from being incorrectly inherited by requests made from `load`'s `fetch` during SSR ([#5393](https://github.com/sveltejs/kit/pull/5393))

## 1.0.0-next.360

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

0 comments on commit 1e62b22

Please sign in to comment.