-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into serveractions
- Loading branch information
Showing
60 changed files
with
1,050 additions
and
1,100 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@solidjs/start": patch | ||
--- | ||
|
||
Fixed fetchEvent flakyness by storing the event in h3 context. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"@solidjs/start": patch | ||
--- | ||
|
||
Set X-Error for thrown Responses | ||
encode api url components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
name: 📜 Docs Checks | ||
name: ⚡️ Continuous Releases | ||
|
||
on: | ||
merge_group: | ||
pull_request: | ||
paths: | ||
- "docs/**" | ||
- "package.json" | ||
- "pnpm-lock.yaml" | ||
|
||
push: | ||
branches: | ||
- main | ||
merge_group: | ||
pull_request: | ||
|
||
jobs: | ||
docs: | ||
name: "📜 Docs successfully build" | ||
cr: | ||
name: "⚡️ Continuous Releases" | ||
|
||
strategy: | ||
fail-fast: false | ||
|
@@ -37,7 +33,7 @@ jobs: | |
run: pnpm install --frozen-lockfile | ||
|
||
- name: Build start | ||
run: pnpm run build | ||
run: pnpm run build:all | ||
|
||
- name: Build docs | ||
run: pnpm run docs:build | ||
- name: Release | ||
run: pnpm dlx [email protected] publish './packages/start' --template './examples/*' --compact |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.