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 #1999

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from
Open

Version Packages #1999

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 3, 2024

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 canary, this PR will be updated.

Releases

@faustwp/[email protected]

Minor Changes

  • 5457479: ---

    '@faustwp/experimental-app-router': minor

    Update @faustwp/experimental-app-router to account for next 15 changes to cookies and update NextResponse import

    Notable changes:

    • Adding await to all cookies requests as per Next documentation: https://nextjs.org/docs/app/api-reference/functions/cookies

      import { cookies } from 'next/headers'

      export default async function Page() {
      const cookieStore = await cookies()
      const theme = cookieStore.get('theme')
      return '...'
      }

    • Files changed:

      • packages/experimental-app-router/src/server-actions/logoutAction.ts
      • packages/experimental-app-router/src/server-actions/utils/setRefreshToken.ts
      • packages/experimental-app-router/src/server/auth/fetchTokens.ts
      • packages/experimental-app-router/src/server/routeHandler/tokenHandler.ts
    • Updated Next App Router example to use latest next version and React 19 RC.

    • Updated Example Login form using React 19s useActionState

    • Updated Awaiting of params for Next 15

    • Files Changed:

      • examples/next/app-router/app/login/page.tsx
      • examples/next/app-router/package.json
      • examples/next/app-router/[slug]hasPreviewProps.ts (made async)
      • examples/next/app-router/[slug]page.tsx

@faustwp/[email protected]

Minor Changes

@github-actions github-actions bot requested a review from a team as a code owner December 3, 2024 14:47
@github-actions github-actions bot force-pushed the changeset-release/canary branch from 9d4d7a8 to 62c1387 Compare December 4, 2024 14:31
@github-actions github-actions bot force-pushed the changeset-release/canary branch from 62c1387 to 4ef1b49 Compare December 10, 2024 16:11
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.

0 participants