Skip to content

Commit 60ce3e0

Browse files
Version Packages (next) (#5000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b142b5a commit 60ce3e0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test-options": "0.0.1",
2626
"test-options-2": "0.0.1",
2727
"prerendering-test-trailing-slash": "0.0.1",
28-
"prerendering-test-paths-base": "0.0.1"
28+
"prerendering-test-paths-base": "0.0.1",
29+
"@sveltejs/amp": "1.0.0-next.0"
2930
},
3031
"changesets": [
3132
"afraid-eels-tease",
@@ -42,6 +43,7 @@
4243
"beige-teachers-end",
4344
"beige-trees-confess",
4445
"big-countries-pump",
46+
"big-cups-exist",
4547
"big-garlics-complain",
4648
"big-houses-bow",
4749
"blue-apes-type",
@@ -654,6 +656,7 @@
654656
"seven-impalas-march",
655657
"seven-jars-argue",
656658
"seven-planes-fly",
659+
"shaggy-bugs-move",
657660
"shaggy-days-cheat",
658661
"shaggy-donkeys-run",
659662
"shaggy-elephants-sell",

packages/kit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.338
4+
5+
### Patch Changes
6+
7+
- [breaking] remove amp config option in favour of amp.transform helper function ([#4710](https://github.com/sveltejs/kit/pull/4710))
8+
9+
* [breaking] accessing url.hash from load now results in a helpful error ([#4983](https://github.com/sveltejs/kit/pull/4983))
10+
311
## 1.0.0-next.337
412

513
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.337",
3+
"version": "1.0.0-next.338",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)