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

chore(@solidjs/start): release 1.1.0 #1765

Merged
merged 2 commits into from
Feb 10, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 4, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@solidjs/start@1.1.0

Minor Changes

  • 4ec5d9b: - Added "OPTIONS" to the HTTP_METHODS array in packages/start/config/fs-router.js.
    I made this change so developers can handle preflight OPTIONS requests when using SolidStart as a public facing REST API.
    Existing users will not have to change their code. This change only adds an additional feature.
  • b434665: Vite 6 support
  • 600c115: move the RequestEventLocals definition into the App namespace for easier end user retyping

Patch Changes

  • 00c6d33: update vinxi to 0.5.3

  • df32b0d: Await internal sendWebResponse calls for middlewares that return responses.

  • cda037b: Return 404 when server-function is not found

  • a97093f: Move getServerFunctionMeta from @solidjs/start/server to @solidjs/start to fix circular import issues.

    The old export at @solidjs/start/server still exists, but is deprecated and will be removed in a future release.

  • 5a166a4: Adopt tanstack server functions plugin

Copy link

netlify bot commented Feb 4, 2025

Deploy Preview for solid-start-landing-page ready!

Name Link
🔨 Latest commit 9ed02ef
🔍 Latest deploy log https://app.netlify.com/sites/solid-start-landing-page/deploys/67aa4976ea524f00086a1736
😎 Deploy Preview https://deploy-preview-1765--solid-start-landing-page.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 38d6b43 to d01f9e9 Compare February 4, 2025 14:59
Copy link
Contributor Author

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Compliance Checks Passed!

@birkskyum birkskyum changed the title Version Packages chore: release Feb 4, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch 13 times, most recently from 63504f6 to fe835d6 Compare February 10, 2025 09:27
@birkskyum birkskyum changed the title chore: release chore(@solidjs/start): release 1.11.0 Feb 10, 2025
@birkskyum birkskyum changed the title chore(@solidjs/start): release 1.11.0 chore(@solidjs/start): release 1.1.0 Feb 10, 2025
Copy link
Member

@atilafassina atilafassina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to do a few adjustments on the Server-Functions 404 flow.

@github-actions github-actions bot changed the title chore(@solidjs/start): release 1.1.0 chore: release Feb 10, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 48f7bb7 to 8756274 Compare February 10, 2025 12:51
@atilafassina atilafassina force-pushed the changeset-release/main branch from 8756274 to c51bd16 Compare February 10, 2025 13:06
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from a7f6345 to 1e7214f Compare February 10, 2025 15:16
@atilafassina atilafassina force-pushed the changeset-release/main branch from 1e7214f to f197c69 Compare February 10, 2025 15:17
@birkskyum birkskyum changed the title chore: release chore(@solidjs/start): release 1.1.0 Feb 10, 2025
@github-actions github-actions bot changed the title chore(@solidjs/start): release 1.1.0 chore: release Feb 10, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 2603f67 to 8218487 Compare February 10, 2025 18:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from 34db859 to a27420a Compare February 10, 2025 18:38
@atilafassina atilafassina enabled auto-merge (squash) February 10, 2025 18:39
@birkskyum birkskyum changed the title chore: release chore(@solidjs/start): release 1.1.0 Feb 10, 2025
@birkskyum
Copy link
Member

Hmm, CI not starting?

@atilafassina atilafassina force-pushed the changeset-release/main branch from a27420a to 32dcb9e Compare February 10, 2025 18:45
@atilafassina atilafassina force-pushed the changeset-release/main branch from 32dcb9e to 9ed02ef Compare February 10, 2025 18:46
@atilafassina atilafassina merged commit edd7847 into main Feb 10, 2025
6 checks passed
@atilafassina atilafassina deleted the changeset-release/main branch February 10, 2025 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants