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 Mar 4, 2022
1 parent d34298e commit 405fffb
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"fifty-turtles-joke",
"five-bags-prove",
"five-oranges-melt",
"five-poems-pretend",
"five-shirts-allow",
"flat-cameras-build",
"flat-ducks-impress",
Expand Down Expand Up @@ -241,6 +242,7 @@
"good-beans-invite",
"good-keys-argue",
"good-monkeys-reflect",
"gorgeous-beans-glow",
"gorgeous-carrots-do",
"gorgeous-donkeys-admire",
"gorgeous-hounds-peel",
Expand Down Expand Up @@ -305,13 +307,15 @@
"itchy-lobsters-tie",
"khaki-bears-film",
"khaki-brooms-notice",
"khaki-dolls-cough",
"khaki-ears-repeat",
"khaki-lions-sell",
"khaki-plants-compare",
"khaki-socks-tan",
"khaki-wolves-shout",
"kind-steaks-bake",
"kind-wolves-yawn",
"large-berries-exercise",
"large-carrots-visit",
"large-cats-press",
"large-elephants-sniff",
Expand Down Expand Up @@ -392,6 +396,7 @@
"modern-news-rhyme",
"modern-pillows-beam",
"modern-sloths-greet",
"modern-toys-appear",
"moody-dingos-happen",
"moody-laws-draw",
"moody-queens-sell",
Expand Down Expand Up @@ -425,6 +430,7 @@
"nine-rats-heal",
"nine-starfishes-destroy",
"nine-tomatoes-poke",
"nine-walls-shake",
"ninety-dolls-sniff",
"ninety-games-flow",
"ninety-singers-invite",
Expand Down Expand Up @@ -458,6 +464,7 @@
"polite-donkeys-learn",
"polite-ducks-notice",
"polite-elephants-care",
"polite-laws-cheat",
"polite-masks-dress",
"polite-worms-happen",
"poor-apricots-juggle",
Expand Down Expand Up @@ -553,6 +560,7 @@
"seven-impalas-march",
"seven-jars-argue",
"seven-planes-fly",
"shaggy-days-cheat",
"shaggy-donkeys-run",
"shaggy-elephants-sell",
"shaggy-peaches-fry",
Expand Down Expand Up @@ -625,6 +633,7 @@
"soft-houses-pump",
"soft-news-teach",
"soft-students-cover",
"sour-needles-compete",
"sour-shirts-camp",
"sour-taxis-laugh",
"sour-waves-return",
Expand All @@ -635,6 +644,7 @@
"spicy-kings-perform",
"spicy-moose-relate",
"spotty-cooks-happen",
"spotty-dancers-clean",
"spotty-dragons-wait",
"spotty-parents-love",
"spotty-ties-love",
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.124

### Patch Changes

- Add sync CLI command ([#4182](https://github.com/sveltejs/kit/pull/4182))

* Upgrade to TypeScript 4.6 ([#4190](https://github.com/sveltejs/kit/pull/4190))

## 2.0.0-next.123

### 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.123",
"version": "2.0.0-next.124",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
24 changes: 24 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @sveltejs/kit

## 1.0.0-next.292

### Patch Changes

- Add sync CLI command ([#4182](https://github.com/sveltejs/kit/pull/4182))

* [breaking] expose entire config to adapters, rather than just appDir and trailingSlash ([#4192](https://github.com/sveltejs/kit/pull/4192))

- [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered ([#4192](https://github.com/sveltejs/kit/pull/4192))

* [breaking] prerender pages during build, regardless of adapter ([#4192](https://github.com/sveltejs/kit/pull/4192))

- Add config.kit.prerender.default option ([#4192](https://github.com/sveltejs/kit/pull/4192))

* Use prerendered pages in svelte-kit preview ([#4192](https://github.com/sveltejs/kit/pull/4192))

- Upgrade to TypeScript 4.6 ([#4190](https://github.com/sveltejs/kit/pull/4190))

* Make prerendered paths available to service workers ([#4192](https://github.com/sveltejs/kit/pull/4192))

- Update history immediately before updating DOM ([#4191](https://github.com/sveltejs/kit/pull/4191))

* Add config.kit.endpointExtensions option ([#4197](https://github.com/sveltejs/kit/pull/4197))

## 1.0.0-next.291

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

0 comments on commit 405fffb

Please sign in to comment.