Skip to content

Commit d59409a

Browse files
chore: release 1.2.0 (#1932)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f674717 commit d59409a

File tree

8 files changed

+15
-31
lines changed

8 files changed

+15
-31
lines changed

.changeset/open-ducks-flash.md

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

.changeset/sharp-rooms-think.md

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

.changeset/slow-eagles-wear.md

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

.changeset/soft-beans-take.md

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

.changeset/spotty-cooks-trade.md

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

.changeset/ten-areas-burn.md

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

packages/start/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @solidjs/start
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- b454563: adds the option to change the public directory to something other than the default "public"
8+
9+
### Patch Changes
10+
11+
- 7282ef4: fix: check for `null` instad of `undefined` in `HeaderProxy`
12+
- 12f3a3d: Handle multiple exports from the same file in fs-router
13+
- 222c8fc: Enhance route matching to return `isPage` flag and add tests for plain text API response and Missing page handling that has both api/file routes.
14+
- f674717: delete expired cookies in Single-Flight requests
15+
- 12f3a3d: Add a test route for multiple exports handling and correct variable typos
16+
317
## 1.1.7
418

519
### Patch Changes

packages/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/start",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"type": "module",
55
"author": "Ryan Carniato",
66
"license": "MIT",

0 commit comments

Comments
 (0)