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 Sep 14, 2021
1 parent 1c9b43e commit d196ca2
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"curvy-dots-join",
"curvy-eggs-sip",
"curvy-sloths-brake",
"cyan-ads-pump",
"cyan-parents-enjoy",
"cyan-roses-act",
"cyan-seals-trade",
Expand All @@ -107,6 +108,7 @@
"empty-donuts-smell",
"empty-lamps-matter",
"empty-poets-check",
"famous-crabs-run",
"famous-rules-sort",
"famous-turtles-appear",
"fast-cameras-bow",
Expand Down Expand Up @@ -451,6 +453,7 @@
"twelve-onions-burn",
"twenty-dryers-hope",
"twenty-hairs-shave",
"two-buttons-eat",
"two-crabs-tease",
"two-students-melt",
"two-ties-begin",
Expand Down Expand Up @@ -497,6 +500,7 @@
"yellow-wombats-breathe",
"young-apricots-dance",
"young-beds-bathe",
"young-cougars-poke",
"young-hairs-cough",
"young-swans-burn",
"young-ways-fail"
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.47

### Patch Changes

- [feat] add entryPoint option for custom servers ([#2414](https://github.com/sveltejs/kit/pull/2414))

## 1.0.0-next.46

### 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.46",
"version": "1.0.0-next.47",
"type": "module",
"exports": {
".": {
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.79

### Patch Changes

- Use the name of folder as name in package.json ([#2415](https://github.com/sveltejs/kit/pull/2415))

## 2.0.0-next.78

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

## 1.0.0-next.167

### Patch Changes

- Update vite-plugin-svelte to 1.0.0-next.24 ([#2423](https://github.com/sveltejs/kit/pull/2423))

* Add a generic argument to allow typing Body from hooks ([#2413](https://github.com/sveltejs/kit/pull/2413))

## 1.0.0-next.166

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

0 comments on commit d196ca2

Please sign in to comment.