Skip to content

Commit

Permalink
Version Packages (next) (#1858)
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] committed Jul 10, 2021
1 parent 8854e2f commit 06e1c25
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
7 changes: 7 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 All @@ -131,6 +133,7 @@
"hot-keys-walk",
"hot-kings-confess",
"hungry-lemons-scream",
"hungry-masks-cross",
"itchy-beers-burn",
"itchy-birds-admire",
"itchy-lobsters-tie",
Expand All @@ -147,6 +150,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 +167,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 +184,7 @@
"nasty-llamas-lay",
"nasty-waves-kneel",
"neat-olives-hope",
"neat-walls-buy",
"neat-worms-tell",
"nervous-steaks-add",
"nervous-wolves-end",
Expand Down Expand Up @@ -342,6 +348,7 @@
"two-students-melt",
"two-ties-begin",
"unlucky-parrots-vanish",
"unlucky-planets-battle",
"unlucky-wasps-rest",
"violet-goats-wave",
"violet-jars-give",
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
11 changes: 11 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sveltejs/kit

## 1.0.0-next.124

### Patch Changes

- 34d2049: handle undefined body on endpoint output
- c826016: add config.kit.package.emitTypes
- 8854e2f: Bump vite-plugin-svelte to 1.0.0-next.12
- af1aa54: copy essential root files on `svelte-kit package`
- 872840a: Pass along custom properties added to Error
- 868f97a: Preserve README casing and package.json contents on svelte-kit package

## 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.12",
Expand Down

0 comments on commit 06e1c25

Please sign in to comment.