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 20, 2022
1 parent bd1a3ef commit 3b596e2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@
"ninety-tables-switch",
"ninety-vans-talk",
"ninety-walls-heal",
"odd-beds-smile",
"odd-bottles-drop",
"odd-coats-shake",
"odd-coins-lie",
Expand Down Expand Up @@ -971,6 +972,7 @@
"shy-toes-punch",
"silent-crews-change",
"silent-cycles-reply",
"silent-jeans-vanish",
"silly-ants-battle",
"silly-grapes-cover",
"silly-jokes-hug",
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.93

### Patch Changes

- Bundle with rollup instead of esbuild ([#6896](https://github.com/sveltejs/kit/pull/6896))

## 1.0.0-next.92

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

## 1.0.0-next.491

### Patch Changes

- [fix] symlink routes ([#6796](https://github.com/sveltejs/kit/pull/6796))

## 1.0.0-next.490

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

0 comments on commit 3b596e2

Please sign in to comment.