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 Aug 6, 2022
1 parent 9304c9d commit fc6e36f
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 @@ -153,6 +153,7 @@
"cool-hounds-divide",
"cool-spoons-dress",
"cool-swans-sleep",
"cuddly-ads-kick",
"cuddly-files-decide",
"cuddly-knives-learn",
"cuddly-pens-buy",
Expand All @@ -173,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 All @@ -186,6 +188,7 @@
"dull-emus-tap",
"dull-lobsters-act",
"dull-numbers-hunt",
"dull-pants-return",
"dull-schools-brake",
"dull-tigers-type",
"early-chairs-protect",
Expand Down Expand Up @@ -1109,6 +1112,7 @@
"wise-bees-juggle",
"wise-berries-flash",
"wise-bugs-run",
"wise-hotels-matter",
"wise-houses-work",
"wise-pens-ring",
"wise-rules-cry",
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.404

### Patch Changes

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

* Build server without removing `sveltekit` Vite plugin ([#5839](https://github.com/sveltejs/kit/pull/5839))

## 1.0.0-next.403

### 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.403",
"version": "1.0.0-next.404",
"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.3

### Patch Changes

- handle more import cases ([#5828](https://github.com/sveltejs/kit/pull/5828))

* check load function input ([#5838](https://github.com/sveltejs/kit/pull/5838))

## 1.0.0-next.2

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

0 comments on commit fc6e36f

Please sign in to comment.