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 12, 2021
1 parent 2f8f518 commit bbe1c9d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"cool-hounds-divide",
"cool-spoons-dress",
"cuddly-files-decide",
"cuddly-pens-buy",
"curvy-dots-join",
"curvy-eggs-sip",
"curvy-sloths-brake",
Expand Down Expand Up @@ -132,6 +133,7 @@
"great-kangaroos-eat",
"great-queens-rule",
"green-spoons-count",
"grumpy-onions-applaud",
"happy-actors-camp",
"happy-dancers-call",
"happy-nails-draw",
Expand Down Expand Up @@ -315,13 +317,15 @@
"slow-fans-own",
"small-pigs-doubt",
"smart-bears-leave",
"smart-humans-eat",
"smart-mugs-chew",
"smart-papayas-look",
"smart-pears-accept",
"smooth-dryers-heal",
"smooth-icons-yell",
"smooth-items-exercise",
"smooth-items-march",
"smooth-kangaroos-guess",
"smooth-rockets-sneeze",
"smooth-shoes-mix",
"smooth-shrimps-fly",
Expand Down Expand Up @@ -420,6 +424,7 @@
"wet-dingos-perform",
"wet-lemons-cheat",
"wet-worms-cross",
"wicked-humans-taste",
"wicked-items-repair",
"wicked-oranges-share",
"wicked-spies-invite",
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.78

### Patch Changes

- Disable delete button while waiting for API response ([#2172](https://github.com/sveltejs/kit/pull/2172))

## 2.0.0-next.77

### 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.77",
"version": "2.0.0-next.78",
"bin": "./bin.js",
"dependencies": {
"kleur": "^4.1.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/kit

## 1.0.0-next.147

### Patch Changes

- Replace function properties by methods on type declarations ([#2158](https://github.com/sveltejs/kit/pull/2158))

* [fix] fallback should still be generated when prerender is disabled ([#2128](https://github.com/sveltejs/kit/pull/2128))

- update vite-plugin-svelte to 1.0.0-next.16 ([#2179](https://github.com/sveltejs/kit/pull/2179))

* Set optimizeDeps.entries to [] when building service worker ([#2180](https://github.com/sveltejs/kit/pull/2180))

## 1.0.0-next.146

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

0 comments on commit bbe1c9d

Please sign in to comment.