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 Jul 10, 2021
1 parent 34d2049 commit d97110e
Show file tree
Hide file tree
Showing 5 changed files with 22 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 @@ -93,6 +93,7 @@
"flat-parrots-juggle",
"flat-pillows-think",
"flat-turtles-scream",
"fluffy-cheetahs-remain",
"fluffy-dryers-jump",
"forty-months-prove",
"four-cheetahs-yawn",
Expand All @@ -117,6 +118,7 @@
"great-kangaroos-eat",
"great-queens-rule",
"green-spoons-count",
"happy-actors-camp",
"happy-dancers-call",
"happy-nails-draw",
"happy-pumas-thank",
Expand Down Expand Up @@ -147,6 +149,7 @@
"late-glasses-sin",
"lazy-actors-add",
"lazy-carpets-join",
"lazy-mice-smile",
"lemon-lies-attack",
"lemon-mails-hope",
"lemon-taxis-juggle",
Expand All @@ -163,6 +166,7 @@
"lovely-mice-search",
"lucky-bottles-kick",
"mean-bananas-live",
"metal-avocados-lie",
"metal-nails-divide",
"metal-tigers-kiss",
"mighty-carrots-switch",
Expand All @@ -179,6 +183,7 @@
"nasty-llamas-lay",
"nasty-waves-kneel",
"neat-olives-hope",
"neat-walls-buy",
"neat-worms-tell",
"nervous-steaks-add",
"nervous-wolves-end",
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.74

### Patch Changes

- 4c7ccfd: Add \$lib alias to js/tsconfig

## 2.0.0-next.73

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

## 1.0.0-next.124

### Patch Changes

- 34d2049: handle undefined body on endpoint output
- c826016: add config.kit.package.emitTypes
- af1aa54: copy essential root files on `svelte-kit package`
- 872840a: Pass along custom properties added to Error

## 1.0.0-next.123

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

0 comments on commit d97110e

Please sign in to comment.