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 30, 2022
1 parent cafdf84 commit c14076f
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
"four-apes-attack",
"four-cheetahs-yawn",
"four-glasses-explain",
"four-meals-learn",
"four-news-turn",
"four-pillows-give",
"four-ties-destroy",
Expand Down Expand Up @@ -726,6 +727,7 @@
"poor-bears-report",
"poor-bobcats-unite",
"poor-cameras-kick",
"poor-gifts-cross",
"poor-goats-cheer",
"poor-horses-return",
"poor-knives-yawn",
Expand Down Expand Up @@ -763,6 +765,7 @@
"proud-cooks-relax",
"proud-goats-hide",
"proud-hairs-chew",
"proud-laws-exist",
"proud-needles-shake",
"proud-numbers-promise",
"proud-parrots-reflect",
Expand All @@ -780,6 +783,7 @@
"quick-maps-remain",
"quick-pets-turn",
"quiet-ants-report",
"quiet-camels-shop",
"quiet-cherries-smile",
"quiet-comics-crash",
"quiet-crews-hunt",
Expand All @@ -796,6 +800,7 @@
"rare-pots-invite",
"rare-spiders-ring",
"rare-ways-watch",
"rare-wolves-deliver",
"real-bikes-matter",
"real-cherries-exercise",
"real-colts-knock",
Expand All @@ -807,6 +812,7 @@
"red-cooks-fix",
"red-masks-confess",
"red-papayas-prove",
"red-rice-bathe",
"red-rivers-approve",
"rich-clocks-chew",
"rich-icons-swim",
Expand Down Expand Up @@ -981,6 +987,7 @@
"spicy-kings-perform",
"spicy-moose-relate",
"spicy-suits-relax",
"spicy-taxis-wave",
"spotty-cooks-happen",
"spotty-countries-protect",
"spotty-dancers-clean",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/adapter-auto

## 1.0.0-next.70

### Patch Changes

- Updated dependencies [[`4b48d1bd`](https://github.com/sveltejs/kit/commit/4b48d1bd5005dc8e059b17fa42f0d08674aad30c)]:
- @sveltejs/adapter-vercel@1.0.0-next.72
- @sveltejs/adapter-netlify@1.0.0-next.75

## 1.0.0-next.69

### 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.69",
"version": "1.0.0-next.70",
"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.40

### Patch Changes

- [breaking] require all routes to be prerenderable when not using fallback option ([#6392](https://github.com/sveltejs/kit/pull/6392))

## 1.0.0-next.39

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

## 1.0.0-next.72

### Patch Changes

- Fix `global is not defined` runtime error building with `edge: true` option ([#6425](https://github.com/sveltejs/kit/pull/6425))

## 1.0.0-next.71

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

## 2.0.0-next.168

### Patch Changes

- [chore] bump ts version and ensure it works with latest changes ([#6428](https://github.com/sveltejs/kit/pull/6428))

## 2.0.0-next.167

### 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.167",
"version": "2.0.0-next.168",
"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.455

### Patch Changes

- [chore] bump ts version and ensure it works with latest changes ([#6428](https://github.com/sveltejs/kit/pull/6428))

* [breaking] `ssr/hydrate/router/prerender.default` are now configurable in `+page(.server).js` and `+layout(.server).js` ([#6197](https://github.com/sveltejs/kit/pull/6197))

- [breaking] add `error.html` page, rename `kit.config.files.template` to `kit.config.files.appTemplate` ([#6367](https://github.com/sveltejs/kit/pull/6367))

* [breaking] merge resolve options when using sequence helper ([#6401](https://github.com/sveltejs/kit/pull/6401))

- [breaking] add `prerender = 'auto'` option, and extend `prerender` option to endpoints ([#6392](https://github.com/sveltejs/kit/pull/6392))

## 1.0.0-next.454

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

0 comments on commit c14076f

Please sign in to comment.