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 Nov 23, 2021
1 parent 324e70a commit f459a74
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"@sveltejs/adapter-cloudflare-workers": "0.0.1",
"set-env-action": "1.0.0",
"~TODO~": "0.0.1",
"@sveltejs/adapter-cloudflare": "1.0.0-next.0"
"@sveltejs/adapter-cloudflare": "1.0.0-next.0",
"@sveltejs/adapter-auto": "1.0.0-next"
},
"changesets": [
"afraid-eels-tease",
Expand Down Expand Up @@ -158,6 +159,7 @@
"fuzzy-jeans-join",
"fuzzy-kids-turn",
"gentle-dogs-heal",
"giant-ghosts-give",
"gold-carrots-sniff",
"gold-moles-hunt",
"gold-trains-dream",
Expand Down Expand Up @@ -293,6 +295,7 @@
"ninety-games-flow",
"ninety-singers-invite",
"odd-coins-lie",
"odd-foxes-sing",
"odd-islands-heal",
"odd-ligers-swim",
"old-files-jump",
Expand Down Expand Up @@ -322,6 +325,7 @@
"poor-terms-explain",
"poor-years-hear",
"popular-masks-cheat",
"popular-schools-guess",
"pretty-beans-wash",
"pretty-cycles-learn",
"pretty-drinks-cough",
Expand Down Expand Up @@ -431,6 +435,7 @@
"soft-houses-pump",
"soft-news-teach",
"soft-students-cover",
"sour-taxis-laugh",
"sour-waves-return",
"spicy-buckets-draw",
"spicy-geese-accept",
Expand Down Expand Up @@ -525,6 +530,7 @@
"unlucky-dodos-greet",
"unlucky-mugs-dress",
"unlucky-parrots-vanish",
"unlucky-phones-promise",
"unlucky-planets-battle",
"unlucky-vans-allow",
"unlucky-wasps-rest",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @sveltejs/adapter-auto

## 1.0.0-next.0
### Patch Changes



- Add adapter-auto ([#2867](https://github.com/sveltejs/kit/pull/2867))
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",
"version": "1.0.0-next.0",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-svelte

## 2.0.0-next.86

### Patch Changes

- Add adapter-auto ([#2867](https://github.com/sveltejs/kit/pull/2867))

* Add an npm run package command to templates ([#2882](https://github.com/sveltejs/kit/pull/2882))

## 2.0.0-next.85

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "2.0.0-next.85",
"version": "2.0.0-next.86",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/kit

## 1.0.0-next.199

### Patch Changes

- [fix] support etag W/ prefix ([#2709](https://github.com/sveltejs/kit/pull/2709))

* Don't create empty dirs when packaging ([#2831](https://github.com/sveltejs/kit/pull/2831))

- [feat] Use `event.composedPath` to find anchors for prefetching and routing ([#2769](https://github.com/sveltejs/kit/pull/2769))

## 1.0.0-next.198

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

0 comments on commit f459a74

Please sign in to comment.