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

Version Packages [skip preview] #3023

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 19, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

@inlang/[email protected]

Minor Changes

  • d42bc1a: Typed routes are now supported. This adds typesafety to functions that expect an internal link.

    • <Link>s now have typesafe href attributes
    • useRouter now has has typesafe path arguments
    import { paraglide } from "@inlang/paraglide-next/plugin"
    
    export default paraglide({
    	experimental: {
    		typedRoutes: true, // enable this
    	},
        paraglide: { ... },
    })

Patch Changes

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

  • e04d5fe: Update dependency
  • a1ea1ff: fix internal issues
  • fa42a3a: Include paraglide version in reporting

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

  • d36ba43: Fix undefined error when changing settings

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

@inlang/[email protected]

Patch Changes

@samuelstroschein samuelstroschein merged commit c53aa5d into main Oct 7, 2024
@samuelstroschein samuelstroschein deleted the changeset-release/main branch October 7, 2024 15:35
@github-actions github-actions bot locked and limited conversation to collaborators Oct 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LANG_COOKIE_NAME doesn't follow rfc6265 standards
1 participant