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 17, 2022
1 parent e8fec56 commit 88190a9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
"five-oranges-melt",
"five-poems-pretend",
"five-shirts-allow",
"five-turtles-rhyme",
"flat-cameras-build",
"flat-ducks-impress",
"flat-eels-hear",
Expand Down Expand Up @@ -275,6 +276,7 @@
"grumpy-poets-try",
"happy-actors-camp",
"happy-dancers-call",
"happy-eggs-shop",
"happy-nails-draw",
"happy-otters-provide",
"happy-pumas-thank",
Expand Down Expand Up @@ -659,6 +661,7 @@
"sour-shirts-camp",
"sour-taxis-laugh",
"sour-waves-return",
"spicy-apples-return",
"spicy-buckets-draw",
"spicy-geese-accept",
"spicy-glasses-promise",
Expand Down Expand Up @@ -695,6 +698,7 @@
"stupid-countries-sneeze",
"stupid-laws-jog",
"stupid-schools-fail",
"sweet-parents-sell",
"swift-dingos-glow",
"swift-jokes-compete",
"swift-peaches-enjoy",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-node

## 1.0.0-next.73

### Patch Changes

- [breaking] rename `xForwardedForIndex` to `XFF_DEPTH` and make it an environment variable ([#4332](https://github.com/sveltejs/kit/pull/4332))

## 1.0.0-next.72

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

### Patch Changes

- [fix] correctly populate `event.url.host` in dev mode when using `--https` ([#4364](https://github.com/sveltejs/kit/pull/4364))

* fix rest param type generation ([#4361](https://github.com/sveltejs/kit/pull/4361))

- [breaking] Rename validators to matchers ([#4358](https://github.com/sveltejs/kit/pull/4358))

## 1.0.0-next.299

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

0 comments on commit 88190a9

Please sign in to comment.