Skip to content

Commit f103084

Browse files
Version Packages (#13214)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b7ff0b2 commit f103084

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/four-llamas-join.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/adapter-static/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/adapter-static
22

3+
## 3.0.7
4+
### Patch Changes
5+
6+
7+
- fix: allow dynamic routes with missing fallback in hash mode ([#13213](https://github.com/sveltejs/kit/pull/13213))
8+
39
## 3.0.6
410
### Patch Changes
511

packages/adapter-static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/adapter-static",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Adapter for SvelteKit apps that prerenders your entire site as a collection of static files",
55
"keywords": [
66
"adapter",

0 commit comments

Comments
 (0)