Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #4874

Merged
merged 1 commit into from
May 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"test-amp": "0.0.1",
"test-basics": "0.0.1",
"test-options": "0.0.1",
"test-options-2": "0.0.1"
"test-options-2": "0.0.1",
"prerendering-test-trailing-slash": "0.0.1"
},
"changesets": [
"afraid-eels-tease",
Expand Down Expand Up @@ -712,6 +713,7 @@
"smooth-shoes-mix",
"smooth-shrimps-fly",
"soft-bikes-bake",
"soft-ears-share",
"soft-houses-pump",
"soft-news-teach",
"soft-students-cover",
Expand Down Expand Up @@ -862,6 +864,7 @@
"twenty-hairs-shave",
"twenty-numbers-destroy",
"twenty-papayas-compare",
"twenty-pigs-attend",
"twenty-turkeys-promise",
"twenty-windows-build",
"two-buttons-eat",
Expand All @@ -880,6 +883,7 @@
"unlucky-wasps-rest",
"violet-goats-wave",
"violet-jars-give",
"violet-ligers-doubt",
"violet-mayflies-arrive",
"violet-mugs-brake",
"violet-spies-play",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-static/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-static

## 1.0.0-next.30

### Patch Changes

- Bump version to trigger README update on npm ([#4875](https://github.com/sveltejs/kit/pull/4875))

## 1.0.0-next.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-static",
"version": "1.0.0-next.29",
"version": "1.0.0-next.30",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/kit

## 1.0.0-next.328

### Patch Changes

- Print useful 404 response when requesting unprefixed path in preview ([#4751](https://github.com/sveltejs/kit/pull/4751))

* Prevent naive path normalization during prerendering ([#4761](https://github.com/sveltejs/kit/pull/4761))

## 1.0.0-next.327

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