diff --git a/.changeset/pre.json b/.changeset/pre.json index 273331419d6a..0c9e11bd5bbf 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", diff --git a/packages/create-svelte/CHANGELOG.md b/packages/create-svelte/CHANGELOG.md index 41ba37d6e21a..608fbdd4b6a2 100644 --- a/packages/create-svelte/CHANGELOG.md +++ b/packages/create-svelte/CHANGELOG.md @@ -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 diff --git a/packages/create-svelte/package.json b/packages/create-svelte/package.json index 37c0144f5c60..b014615780d7 100644 --- a/packages/create-svelte/package.json +++ b/packages/create-svelte/package.json @@ -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", diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 779dbb06a93d..a74e590c4800 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -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 diff --git a/packages/kit/package.json b/packages/kit/package.json index b10bb7077355..49d7039ac38f 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -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",