Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #6260

Merged
merged 1 commit into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
"dull-pants-return",
"dull-schools-brake",
"dull-tigers-type",
"early-bulldogs-smile",
"early-chairs-protect",
"early-clocks-sneeze",
"early-eagles-boil",
Expand Down Expand Up @@ -390,6 +391,7 @@
"healthy-mangos-nail",
"healthy-moons-attend",
"healthy-pandas-pull",
"healthy-penguins-fail",
"healthy-pigs-fly",
"healthy-pumpkins-bathe",
"healthy-vans-build",
Expand Down Expand Up @@ -449,6 +451,7 @@
"khaki-brooms-notice",
"khaki-dolls-cough",
"khaki-ears-repeat",
"khaki-foxes-applaud",
"khaki-lions-sell",
"khaki-plants-compare",
"khaki-socks-tan",
Expand Down Expand Up @@ -518,6 +521,7 @@
"long-turkeys-boil",
"loud-dancers-cough",
"loud-fishes-drum",
"loud-lions-walk",
"loud-moose-tap",
"loud-parrots-sell",
"loud-seals-remember",
Expand Down Expand Up @@ -584,6 +588,7 @@
"moody-laws-draw",
"moody-lobsters-cough",
"moody-moose-jump",
"moody-plums-mate",
"moody-queens-sell",
"moody-rabbits-complain",
"moody-roses-search",
Expand Down Expand Up @@ -850,6 +855,7 @@
"sharp-pillows-warn",
"shiny-birds-ring",
"shiny-books-try",
"shiny-gifts-drive",
"shiny-needles-divide",
"shiny-scissors-listen",
"shiny-teachers-nail",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-svelte

## 2.0.0-next.160

### Patch Changes

- Create TypeScript/JSDoc/vanilla versions of shared template .ts files ([#6253](https://github.com/sveltejs/kit/pull/6253))

* Create vite.config.ts when creating TypeScript project ([#6253](https://github.com/sveltejs/kit/pull/6253))

- Invalidate data after form submission ([#6254](https://github.com/sveltejs/kit/pull/6254))

## 2.0.0-next.159

### 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.159",
"version": "2.0.0-next.160",
"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.438

### Patch Changes

- more granular URL property tracking during load ([#6237](https://github.com/sveltejs/kit/pull/6237))

* [breaking] change event.clientAddress to event.getClientAddress() ([#6237](https://github.com/sveltejs/kit/pull/6237))

- Remove all enumerable getters from RequestEvent and LoadEvent ([#6237](https://github.com/sveltejs/kit/pull/6237))

## 1.0.0-next.437

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