Skip to content

Commit

Permalink
Version Packages (next) (#5841)
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 Aug 6, 2022
1 parent f30e8fd commit 694e7e4
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
"cyan-knives-mix",
"cyan-numbers-change",
"cyan-parents-enjoy",
"cyan-radios-attend",
"cyan-roses-act",
"cyan-schools-kiss",
"cyan-seals-trade",
Expand Down Expand Up @@ -603,6 +604,7 @@
"odd-coats-shake",
"odd-coins-lie",
"odd-dots-hang",
"odd-ducks-perform",
"odd-foxes-sing",
"odd-gorillas-play",
"odd-islands-heal",
Expand Down Expand Up @@ -680,6 +682,7 @@
"pretty-kings-care",
"pretty-mayflies-tickle",
"pretty-snakes-burn",
"pretty-teachers-smash",
"proud-bananas-love",
"proud-buses-hug",
"proud-chicken-unite",
Expand Down Expand Up @@ -725,6 +728,7 @@
"real-trainers-collect",
"red-adults-wonder",
"red-cooks-fix",
"red-masks-confess",
"red-papayas-prove",
"red-rivers-approve",
"rich-clocks-chew",
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.86

### Patch Changes

- Move `compress` logic to `Builder` API ([#5822](https://github.com/sveltejs/kit/pull/5822))

## 1.0.0-next.85

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

## 1.0.0-next.39

### Patch Changes

- Move `compress` logic to `Builder` API ([#5822](https://github.com/sveltejs/kit/pull/5822))

## 1.0.0-next.38

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

## 1.0.0-next.405

### Patch Changes

- Move `compress` logic to `Builder` API ([#5822](https://github.com/sveltejs/kit/pull/5822))

* [feat] implement Link header ([#5735](https://github.com/sveltejs/kit/pull/5735))

## 1.0.0-next.404

### 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.404",
"version": "1.0.0-next.405",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# svelte-migrate

## 1.0.0-next.4

### Patch Changes

- handle lone return statements ([#5831](https://github.com/sveltejs/kit/pull/5831))

* Fix error placement on (arrow) function when checking load input ([#5840](https://github.com/sveltejs/kit/pull/5840))

## 1.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-migrate",
"version": "1.0.0-next.3",
"version": "1.0.0-next.4",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down

0 comments on commit 694e7e4

Please sign in to comment.