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) #6772

Merged
merged 1 commit into from
Sep 14, 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
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"blue-bulldogs-visit",
"blue-buttons-march",
"blue-cats-mate",
"blue-glasses-compete",
"blue-jobs-laugh",
"blue-llamas-exist",
"blue-pans-warn",
Expand Down Expand Up @@ -242,6 +243,7 @@
"eight-readers-thank",
"eight-rivers-battle",
"eight-tomatoes-yawn",
"eight-vans-exercise",
"eighty-candles-grow",
"eighty-carrots-heal",
"eighty-parrots-cry",
Expand All @@ -264,6 +266,7 @@
"empty-teachers-cheat",
"empty-worms-appear",
"fair-pets-bake",
"fair-rivers-repair",
"famous-birds-boil",
"famous-birds-cheer",
"famous-boxes-tap",
Expand Down Expand Up @@ -302,6 +305,7 @@
"five-cooks-hope",
"five-cows-happen",
"five-eagles-help",
"five-jobs-drum",
"five-keys-rescue",
"five-oranges-melt",
"five-poems-pretend",
Expand Down Expand Up @@ -351,6 +355,7 @@
"friendly-rivers-argue",
"friendly-starfishes-yell",
"funny-ads-move",
"funny-cycles-travel",
"funny-keys-appear",
"funny-needles-talk",
"funny-radios-attend",
Expand Down Expand Up @@ -382,6 +387,7 @@
"gold-rocks-hang",
"gold-spies-fail",
"gold-trains-dream",
"gold-walls-rush",
"good-beans-invite",
"good-keys-argue",
"good-mails-crash",
Expand All @@ -390,6 +396,7 @@
"gorgeous-beans-glow",
"gorgeous-carrots-do",
"gorgeous-donkeys-admire",
"gorgeous-flowers-doubt",
"gorgeous-hounds-peel",
"gorgeous-planes-rhyme",
"gorgeous-radios-matter",
Expand Down Expand Up @@ -480,6 +487,7 @@
"hungry-masks-cross",
"hungry-vans-fly",
"hungry-weeks-exercise",
"immaculate-error-handler",
"itchy-beds-drop",
"itchy-beers-burn",
"itchy-birds-admire",
Expand Down Expand Up @@ -579,6 +587,7 @@
"lovely-mice-search",
"lovely-otters-lie",
"lovely-seahorses-sell",
"lovely-sloths-flow",
"lucky-bottles-kick",
"lucky-glasses-sell",
"lucky-guests-act",
Expand Down Expand Up @@ -619,6 +628,7 @@
"mighty-students-develop",
"modern-apricots-develop",
"modern-boats-lie",
"modern-books-confess",
"modern-cameras-fetch",
"modern-donkeys-invite",
"modern-dryers-join",
Expand Down
10 changes: 10 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/adapter-auto

## 1.0.0-next.74

### Patch Changes

- [feat] support Azure SWA ([#6761](https://github.com/sveltejs/kit/pull/6761))

- Updated dependencies [[`2040baee`](https://github.com/sveltejs/kit/commit/2040baee98cf85fe542e1e38a9fb60ede3f95f1d)]:
- @sveltejs/adapter-vercel@1.0.0-next.75
- @sveltejs/adapter-netlify@1.0.0-next.77

## 1.0.0-next.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-auto",
"version": "1.0.0-next.73",
"version": "1.0.0-next.74",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
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.91

### Patch Changes

- Allow streaming when `BODY_SIZE_LIMIT` is set ([#6702](https://github.com/sveltejs/kit/pull/6702))

## 1.0.0-next.90

### 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.90",
"version": "1.0.0-next.91",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-vercel

## 1.0.0-next.75

### Patch Changes

- Ignore warnings when traced file fails to parse ([#6810](https://github.com/sveltejs/kit/pull/6810))

## 1.0.0-next.74

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-vercel",
"version": "1.0.0-next.74",
"version": "1.0.0-next.75",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
18 changes: 18 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sveltejs/kit

## 1.0.0-next.482

### Patch Changes

- [fix] ActionData type ([#6748](https://github.com/sveltejs/kit/pull/6748))

* [fix] reuse server data while not reusing client load ([#6778](https://github.com/sveltejs/kit/pull/6778))

- [fix] update current.url on hashchange ([#6802](https://github.com/sveltejs/kit/pull/6802))

* Change illegal import message to reference public-facing code rather than client-side code ([#6646](https://github.com/sveltejs/kit/pull/6646))

- [fix] silence prop warnings ([#6798](https://github.com/sveltejs/kit/pull/6798))

* [chore] Refactor graph analysis for better unit tests ([#6727](https://github.com/sveltejs/kit/pull/6727))

- [fix] error when using `paths.base` and `import` assets ([#6769](https://github.com/sveltejs/kit/pull/6769))

## 1.0.0-next.481

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