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 Nov 17, 2022
1 parent 78615fd commit f6d7f10
Show file tree
Hide file tree
Showing 5 changed files with 25 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 @@ -140,6 +140,7 @@
"calm-spiders-turn",
"calm-steaks-yell",
"calm-walls-happen",
"calm-ways-jump",
"chatty-apricots-fly",
"chatty-ducks-shop",
"chatty-impalas-smash",
Expand Down Expand Up @@ -167,6 +168,7 @@
"clean-camels-pump",
"clean-chicken-walk",
"clean-countries-push",
"clean-grapes-think",
"clean-islands-do",
"clean-jars-float",
"clean-schools-doubt",
Expand Down Expand Up @@ -307,6 +309,7 @@
"empty-teachers-cheat",
"empty-vans-draw",
"empty-worms-appear",
"fair-dolls-press",
"fair-panthers-notice",
"fair-pets-bake",
"fair-rivers-repair",
Expand Down Expand Up @@ -406,6 +409,7 @@
"friendly-dodos-exercise",
"friendly-eggs-cry",
"friendly-pears-wash",
"friendly-plums-notice",
"friendly-rivers-argue",
"friendly-starfishes-yell",
"funny-ads-move",
Expand Down Expand Up @@ -678,6 +682,7 @@
"lovely-seahorses-sell",
"lovely-sloths-flow",
"lucky-bottles-kick",
"lucky-gifts-jump",
"lucky-glasses-sell",
"lucky-guests-act",
"lucky-moles-count",
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.192

### Patch Changes

- Ignore Vite timestamp files by default in `create-svelte` templates (added to `.gitignore`) ([#7660](https://github.com/sveltejs/kit/pull/7660))

## 2.0.0-next.191

### 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.191",
"version": "2.0.0-next.192",
"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.552

### Patch Changes

- Don't hardcode version in client bundle ([#7694](https://github.com/sveltejs/kit/pull/7694))

- Allow .d.ts files to have a + prefix ([#7682](https://github.com/sveltejs/kit/pull/7682))

- Expose version from `$app/environment` ([#7689](https://github.com/sveltejs/kit/pull/7689))

- [fix] export HttpError/Redirect interface ([#7701](https://github.com/sveltejs/kit/pull/7701))

## 1.0.0-next.551

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

0 comments on commit f6d7f10

Please sign in to comment.