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 Sep 14, 2022
1 parent 4627417 commit 37970d2
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 3 deletions.
7 changes: 7 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 @@ -351,6 +354,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 +386,7 @@
"gold-rocks-hang",
"gold-spies-fail",
"gold-trains-dream",
"gold-walls-rush",
"good-beans-invite",
"good-keys-argue",
"good-mails-crash",
Expand Down Expand Up @@ -579,6 +584,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 +625,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 []:
- @sveltejs/adapter-netlify@1.0.0-next.77
- @sveltejs/adapter-vercel@1.0.0-next.74

## 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
14 changes: 14 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @sveltejs/kit

## 1.0.0-next.482

### Patch Changes

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

* [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))

* [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

0 comments on commit 37970d2

Please sign in to comment.