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 d7189eb commit 9471ebc
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 15 deletions.
3 changes: 3 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 Down Expand Up @@ -451,6 +452,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 +499,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
6 changes: 6 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/kit

## 1.0.0-next.167

### Patch Changes

- 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.23",
Expand Down
30 changes: 18 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9471ebc

Please sign in to comment.