Skip to content

Commit

Permalink
Version Packages (next) (#2438)
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 Sep 17, 2021
1 parent 9631200 commit 197b09d
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"eighty-candles-grow",
"eighty-carrots-heal",
"eighty-waves-obey",
"eleven-bugs-fail",
"empty-donuts-smell",
"empty-lamps-matter",
"empty-poets-check",
Expand Down Expand Up @@ -133,6 +134,7 @@
"four-pillows-give",
"fresh-adults-ring",
"fresh-hats-tie",
"friendly-chefs-draw",
"friendly-rivers-argue",
"funny-needles-talk",
"funny-terms-repair",
Expand Down Expand Up @@ -175,6 +177,7 @@
"hot-bags-jump",
"hot-keys-walk",
"hot-kings-confess",
"hot-taxis-jam",
"hungry-lemons-scream",
"hungry-masks-cross",
"hungry-vans-fly",
Expand Down Expand Up @@ -384,6 +387,7 @@
"spicy-jeans-rest",
"spicy-kings-perform",
"spotty-dragons-wait",
"spotty-ties-love",
"stale-geckos-call",
"stale-humans-cough",
"stale-mirrors-attend",
Expand Down Expand Up @@ -418,6 +422,7 @@
"thick-steaks-sneeze",
"thin-avocados-visit",
"thin-bats-protect",
"thin-beans-travel",
"thin-coins-move",
"thin-grapes-dance",
"thin-planets-obey",
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.49

### Patch Changes

- update dependencies ([#2447](https://github.com/sveltejs/kit/pull/2447))

## 1.0.0-next.48

### 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.48",
"version": "1.0.0-next.49",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
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.81

### Patch Changes

- [fix] provide valid value for `letter-spacing` CSS property ([#2437](https://github.com/sveltejs/kit/pull/2437))

* update dependencies ([#2447](https://github.com/sveltejs/kit/pull/2447))

## 2.0.0-next.80

### 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.80",
"version": "2.0.0-next.81",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
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.169

### Patch Changes

- Add "svelte" field to package.json when running package command ([#2431](https://github.com/sveltejs/kit/pull/2431))

* [fix] revert #2354 and fix double character decoding a different way ([#2435](https://github.com/sveltejs/kit/pull/2435))

- [feat] use the Vite server options in dev mode ([#2232](https://github.com/sveltejs/kit/pull/2232))

* update dependencies ([#2447](https://github.com/sveltejs/kit/pull/2447))

## 1.0.0-next.168

### 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.168",
"version": "1.0.0-next.169",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down

0 comments on commit 197b09d

Please sign in to comment.