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

Merged
merged 1 commit into from
Jun 9, 2023
Merged

Version Packages #1331

merged 1 commit into from
Jun 9, 2023

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Jun 9, 2023

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

@clerk/backend@0.22.0

Minor Changes

  • Add support for NextJS applications hosted on AWS Amplify (#1306) by @dimkl

  • Address npm audit issues for the clerk backend package (#1312) by @desiprisg

  • Add support for NextJS applications hosted on Railway (#1306) by @dimkl

Patch Changes

@clerk/clerk-js@4.46.0

Minor Changes

  • Add missing appearance keys for the "Manage Organization" button within <OrganizationSwitcher/> (#1328) by @desiprisg

Patch Changes

  • Make first name, last name & password readonly for users with active SAML accounts (#1278) by @yourtallness

  • Load CF turnstile from FAPI (#1296) by @panteliselef

  • ESM/CJS support for @clerk/clerk-react (#1289) by @nikosdouvlis

    Changes that should affect users and OS contributors:

    • Better source map support for @clerk/clerk-react, @clerk/shared. This affects anyone developing in our monorepo or anyone using a debugger with Clerk installed in their app.
    • Easier node_modules debugging as @clerk/clerk-react, @clerk/shared and @clerk/nextjs are no longer getting bundled as a single-file package. This also improves error logging in nextjs a lot, as nextjs usually logs the line that threw the error - a minified, single-file package, usually consists of a very long single-line module, so logging error in NextJS wasn't ideal.
    • Headless clerk-js bundle size reduced by ~10kb, normal clerk-ks by ~6kb
    • A new clerkJSVersion prop has been added on ClerkProvider allowing to fetch a specific clerk-js version.
  • Add support for dataURLs in User.setProfileImage (#1320) by @panteliselef

  • Support OTP autofill for Chrome on iOS (#1315) by @panteliselef

    • Fixes a bug preventing OTP being correctly autofilled when received via SMS
  • Preview known SAML error messages during failed Sign in/up flows (#1310) by @chanioxaris

  • Updated dependencies [cf65a322, 6018fb12, 4f8a821a, fd15b341]:

    • @clerk/localizations@1.17.1
    • @clerk/types@3.41.1
    • @clerk/shared@0.18.0

@clerk/nextjs@4.20.0

Minor Changes

  • Add support for NextJS applications hosted on AWS Amplify (#1306) by @dimkl

  • Tweaked the default authMiddleware behavior for protected API routes. An unauthenticated request for a protected API route will no longer return a 307 Redirect - a 401 Unauthorized response will be returned instead. (#1276) by @anagstef

    With this change, an API route is considered a request for which the following rules apply:

    • The request url matches the following patterns; ['/api/(.*)', '/trpc/(.*)']
    • Or, the request has Content-Type: application/json
    • Or, the request method is not one of: GET, OPTIONS , HEAD

    A new apiRoutes param has been introduced on authMiddleware. It can accept an array of path patterns, RegexExp or strings. If apiRoutes is passed in explicitly, then it overrides the behavior described above and only the requests matching apiRoutes will be considered as API routes requests.
    For more technical details, refer to the PR's description.

  • Add support for NextJS applications hosted on Railway (#1306) by @dimkl

Patch Changes

  • Improve debug logs in NextJS by adding AuthStatusObject.debug data (#1306) by @dimkl

  • The devBrowser JWT is now added to all cross-origin redirects triggered by calling redirectToSignIn or redirectToSignUp. (#1297) by @anagstef

  • Improve debug logging by including AuthObject.debug() data when debug is true in authMiddleware (#1306) by @dimkl

  • ESM/CJS support for @clerk/clerk-react (#1289) by @nikosdouvlis

    Changes that should affect users and OS contributors:

    • Better source map support for @clerk/clerk-react, @clerk/shared. This affects anyone developing in our monorepo or anyone using a debugger with Clerk installed in their app.
    • Easier node_modules debugging as @clerk/clerk-react, @clerk/shared and @clerk/nextjs are no longer getting bundled as a single-file package. This also improves error logging in nextjs a lot, as nextjs usually logs the line that threw the error - a minified, single-file package, usually consists of a very long single-line module, so logging error in NextJS wasn't ideal.
    • Headless clerk-js bundle size reduced by ~10kb, normal clerk-ks by ~6kb
    • A new clerkJSVersion prop has been added on ClerkProvider allowing to fetch a specific clerk-js version.
  • authMiddleware handles multi-domain relared properties passed as functions properly (#1332) by @panteliselef

  • Updated dependencies [5fce80b8, cf65a322, 6018fb12, 4f8a821a, fd15b341, cb7be34b, 5fce80b8, 9e64d2369]:

    • @clerk/backend@0.22.0
    • @clerk/types@3.41.1
    • @clerk/clerk-react@4.19.0
    • @clerk/clerk-sdk-node@4.10.4

@clerk/clerk-react@4.19.0

Minor Changes

  • ESM/CJS support for @clerk/clerk-react (#1289) by @nikosdouvlis

    Changes that should affect users and OS contributors:

    • Better source map support for @clerk/clerk-react, @clerk/shared. This affects anyone developing in our monorepo or anyone using a debugger with Clerk installed in their app.
    • Easier node_modules debugging as @clerk/clerk-react, @clerk/shared and @clerk/nextjs are no longer getting bundled as a single-file package. This also improves error logging in nextjs a lot, as nextjs usually logs the line that threw the error - a minified, single-file package, usually consists of a very long single-line module, so logging error in NextJS wasn't ideal.
    • Headless clerk-js bundle size reduced by ~10kb, normal clerk-ks by ~6kb
    • A new clerkJSVersion prop has been added on ClerkProvider allowing to fetch a specific clerk-js version.

Patch Changes

@clerk/shared@0.18.0

Minor Changes

  • ESM/CJS support for @clerk/clerk-react (#1289) by @nikosdouvlis

    Changes that should affect users and OS contributors:

    • Better source map support for @clerk/clerk-react, @clerk/shared. This affects anyone developing in our monorepo or anyone using a debugger with Clerk installed in their app.
    • Easier node_modules debugging as @clerk/clerk-react, @clerk/shared and @clerk/nextjs are no longer getting bundled as a single-file package. This also improves error logging in nextjs a lot, as nextjs usually logs the line that threw the error - a minified, single-file package, usually consists of a very long single-line module, so logging error in NextJS wasn't ideal.
    • Headless clerk-js bundle size reduced by ~10kb, normal clerk-ks by ~6kb
    • A new clerkJSVersion prop has been added on ClerkProvider allowing to fetch a specific clerk-js version.

@clerk/chrome-extension@0.3.8

Patch Changes

@clerk/clerk-expo@0.17.8

Patch Changes

@clerk/fastify@0.4.6

Patch Changes

gatsby-plugin-clerk@4.3.7

Patch Changes

@clerk/localizations@1.17.1

Patch Changes

  • fix(types,localizations): Improve invalid form email_address param error message (#1303) by @dimkl

  • Make first name, last name & password readonly for users with active SAML accounts (#1278) by @yourtallness

  • Updated dependencies [cf65a322, 6018fb12, fd15b341]:

    • @clerk/types@3.41.1

@clerk/remix@2.6.6

Patch Changes

  • ESM/CJS support for @clerk/clerk-react (#1289) by @nikosdouvlis

    Changes that should affect users and OS contributors:

    • Better source map support for @clerk/clerk-react, @clerk/shared. This affects anyone developing in our monorepo or anyone using a debugger with Clerk installed in their app.
    • Easier node_modules debugging as @clerk/clerk-react, @clerk/shared and @clerk/nextjs are no longer getting bundled as a single-file package. This also improves error logging in nextjs a lot, as nextjs usually logs the line that threw the error - a minified, single-file package, usually consists of a very long single-line module, so logging error in NextJS wasn't ideal.
    • Headless clerk-js bundle size reduced by ~10kb, normal clerk-ks by ~6kb
    • A new clerkJSVersion prop has been added on ClerkProvider allowing to fetch a specific clerk-js version.
  • Updated dependencies [5fce80b8, cf65a322, 6018fb12, 4f8a821a, fd15b341, cb7be34b, 5fce80b8, 9e64d2369]:

    • @clerk/backend@0.22.0
    • @clerk/types@3.41.1
    • @clerk/shared@0.18.0
    • @clerk/clerk-react@4.19.0

@clerk/clerk-sdk-node@4.10.4

Patch Changes

@clerk/types@3.41.1

Patch Changes

  • fix(types,localizations): Improve invalid form email_address param error message (#1303) by @dimkl

  • Make first name, last name & password readonly for users with active SAML accounts (#1278) by @yourtallness

  • Add support for dataURLs in User.setProfileImage (#1320) by @panteliselef

@jit-ci
Copy link

jit-ci bot commented Jun 9, 2023

Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset.

In case there are security findings, they will be communicated to you as a comment inside the PR.

Hope you’ll enjoy using Jit.

Questions? Comments? Want to learn more? Get in touch with us.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 010e9ee to 0b9522c Compare June 9, 2023 12:24
Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

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

❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.

@nikosdouvlis nikosdouvlis merged commit b32b363 into main Jun 9, 2023
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch June 9, 2023 16:54
nikosdouvlis added a commit that referenced this pull request Jun 9, 2023
@clerk-cookie
Copy link
Collaborator Author

This PR has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@clerk clerk locked as resolved and limited conversation to collaborators Jun 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants