Skip to content

Commit

Permalink
Version Packages (next) (#4359)
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 Mar 17, 2022
1 parent 37520a3 commit 992dc45
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 3 deletions.
6 changes: 6 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 @@ -470,6 +472,7 @@
"perfect-experts-hammer",
"perfect-frogs-decide",
"perfect-ghosts-shake",
"perfect-mayflies-sneeze",
"perfect-socks-sparkle",
"pink-ducks-press",
"pink-flies-mix",
Expand Down Expand Up @@ -659,6 +662,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 +699,7 @@
"stupid-countries-sneeze",
"stupid-laws-jog",
"stupid-schools-fail",
"sweet-parents-sell",
"swift-dingos-glow",
"swift-jokes-compete",
"swift-peaches-enjoy",
Expand Down Expand Up @@ -740,6 +745,7 @@
"thin-swans-cheat",
"thin-trains-own",
"thirty-frogs-mix",
"thirty-kings-yell",
"thirty-spies-sparkle",
"thirty-steaks-drop",
"thirty-windows-cheer",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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))

* [breaking] Replace `options.env` with `options.envPrefix` ([#4360](https://github.com/sveltejs/kit/pull/4360))

## 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
6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 2.0.0-next.126

### Patch Changes

- [fix] use .ts extension for tests when using TypeScript ([#4368](https://github.com/sveltejs/kit/pull/4368))

## 2.0.0-next.125

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "2.0.0-next.125",
"version": "2.0.0-next.126",
"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 992dc45

Please sign in to comment.