Skip to content

Commit

Permalink
Version Packages (next) (#916)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 12, 2021
1 parent 1d5228c commit b202c1e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"sandbox": "1.0.0",
"svelte-kit-demo": "1.0.0",
"@sveltejs/vite-plugin-svelte": "1.0.0-next.0",
"@sveltejs/adapter-cloudflare-workers": "0.0.1"
"@sveltejs/adapter-cloudflare-workers": "0.0.1",
"set-env-action": "1.0.0"
},
"changesets": [
"beige-bananas-press",
Expand All @@ -43,6 +44,8 @@
"clever-dolls-poke",
"clever-tools-enjoy",
"cold-llamas-brake",
"cool-spoons-dress",
"curvy-sloths-brake",
"cyan-roses-act",
"cyan-seals-trade",
"dirty-ligers-protect",
Expand Down Expand Up @@ -75,6 +78,7 @@
"heavy-papayas-smile",
"hot-keys-walk",
"hungry-lemons-scream",
"itchy-birds-admire",
"khaki-socks-tan",
"khaki-wolves-shout",
"kind-steaks-bake",
Expand Down Expand Up @@ -102,8 +106,10 @@
"nice-bags-bathe",
"nine-actors-whisper",
"old-files-jump",
"olive-frogs-drive",
"pink-ducks-press",
"plenty-cougars-invite",
"polite-worms-happen",
"poor-bobcats-unite",
"poor-snakes-explode",
"poor-years-hear",
Expand Down Expand Up @@ -172,6 +178,7 @@
"tough-chefs-remember",
"tough-lamps-brake",
"tricky-avocados-smile",
"tricky-bats-smoke",
"tricky-wolves-confess",
"two-crabs-tease",
"unlucky-parrots-vanish",
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.47

### Patch Changes

- 59a1e06: Add button:focus CSS styles to index page of default app
- 39b6967: Add ambient type definitions for \$app imports
- dfbe62b: Add title tag to index page of default app

## 2.0.0-next.46

### 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.46",
"version": "2.0.0-next.47",
"bin": "./bin",
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/kit

## 1.0.0-next.72

### Patch Changes

- 1d5228c: Make --open option work with --https
- 39b6967: Add ambient type definitions for \$app imports
- 1d5228c: Make --open option work on WSL
- bb2d97d: Fix argument type for RequestHandler

## 1.0.0-next.71

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

0 comments on commit b202c1e

Please sign in to comment.