Skip to content

Commit

Permalink
Version Packages (next) (#1790)
Browse files Browse the repository at this point in the history
* Version Packages (next)

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
  • Loading branch information
3 people authored Jul 2, 2021
1 parent 6ef148d commit 358d790
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,13 @@
"odd-ligers-swim",
"old-files-jump",
"olive-frogs-drive",
"olive-maps-join",
"orange-boats-love",
"pink-ducks-press",
"plenty-cougars-invite",
"plenty-donuts-check",
"polite-apes-relax",
"polite-ducks-notice",
"polite-worms-happen",
"poor-apricots-juggle",
"poor-bears-report",
Expand Down Expand Up @@ -239,6 +241,7 @@
"shaggy-elephants-sell",
"shaggy-peaches-fry",
"sharp-days-exercise",
"sharp-geckos-beam",
"sharp-mangos-tickle",
"sharp-pigs-study",
"shy-jeans-fly",
Expand Down Expand Up @@ -280,6 +283,7 @@
"stupid-countries-sneeze",
"swift-pumpkins-pump",
"tall-berries-cheer",
"tall-hotels-punch",
"tame-dodos-love",
"tame-forks-happen",
"tame-kangaroos-rush",
Expand All @@ -300,6 +304,7 @@
"three-chicken-ring",
"three-dingos-scream",
"three-laws-appear",
"three-windows-push",
"tidy-boats-listen",
"tidy-books-reply",
"tidy-turkeys-rule",
Expand Down Expand Up @@ -345,6 +350,7 @@
"wild-beans-happen",
"wild-clouds-hear",
"wild-cooks-drive",
"wild-poets-rescue",
"wild-pumas-jam",
"wise-bees-juggle",
"wise-bugs-run",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-cloudflare-workers

## 1.0.0-next.13

### Patch Changes

- 9f0c54a: Externalize app initialization to adapters

## 1.0.0-next.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare-workers",
"version": "1.0.0-next.12",
"version": "1.0.0-next.13",
"type": "module",
"exports": {
"import": "./index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-netlify

## 1.0.0-next.18

### Patch Changes

- 9f0c54a: Externalize app initialization to adapters

## 1.0.0-next.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-netlify",
"version": "1.0.0-next.17",
"version": "1.0.0-next.18",
"type": "module",
"exports": {
"import": "./index.js"
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.30

### Patch Changes

- 9f0c54a: Externalize app initialization to adapters

## 1.0.0-next.29

### 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.29",
"version": "1.0.0-next.30",
"type": "module",
"exports": {
"import": "./index.js"
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.23

### Patch Changes

- 9f0c54a: Externalize app initialization to adapters

## 1.0.0-next.22

### 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.22",
"version": "1.0.0-next.23",
"type": "module",
"exports": {
"import": "./index.js"
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.120

### Minor Changes

- 9fbaeda: fix attribute validation in generated script tag

### Patch Changes

- 9f0c54a: Externalize app initialization to adapters
- 0d69e55: Add generic type for session
- 325c223: Improve RequestHandler and EndpointOutput type declarations.
- 6ef148d: Generate service worker registration code even with `router` and `hydration` disabled
- ae3ef19: Fail if config.kit.appDir starts or ends with a slash

## 1.0.0-next.119

### 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.119",
"version": "1.0.0-next.120",
"type": "module",
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.11",
Expand Down

0 comments on commit 358d790

Please sign in to comment.