Skip to content

Commit

Permalink
Version Packages (next) (#514)
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 Mar 14, 2021
1 parent c0ed7a8 commit fb0fe94
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"cyan-seals-trade",
"dirty-ligers-protect",
"dull-tigers-type",
"early-chairs-protect",
"eighty-carrots-heal",
"few-rockets-think",
"few-singers-pump",
Expand All @@ -51,6 +52,7 @@
"good-beans-invite",
"gorgeous-radios-tan",
"gorgeous-taxis-smash",
"great-kangaroos-eat",
"healthy-pumpkins-bathe",
"heavy-papayas-smile",
"hot-keys-walk",
Expand Down Expand Up @@ -100,11 +102,13 @@
"tasty-donkeys-wait",
"ten-mice-kneel",
"thick-meals-attend",
"thin-grapes-dance",
"thirty-windows-cheer",
"three-dingos-scream",
"tidy-boats-listen",
"tidy-books-reply",
"tiny-starfishes-exist",
"tough-chefs-remember",
"tricky-avocados-smile",
"tricky-wolves-confess",
"two-crabs-tease",
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.33

### Patch Changes

- f7dc6ad: Fix typo in template app
- 5554acc: Add \$lib alias
- c0ed7a8: create-svelte: globals.d.ts TSDoc fixes, add vite/client types to js/tsconfig

## 2.0.0-next.32

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

## 1.0.0-next.47

### Patch Changes

- 5554acc: Add \$lib alias
- 5cd6f11: bump vite-plugin-svelte to 0.11.0

## 1.0.0-next.46

### 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.46",
"version": "1.0.0-next.47",
"type": "module",
"dependencies": {
"@svitejs/vite-plugin-svelte": "^0.11.0",
Expand Down

0 comments on commit fb0fe94

Please sign in to comment.