Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clerk/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @clerk/clerk-react@4.0.7-staging.2
Choose a base ref
...
head repository: clerk/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @clerk/clerk-react@4.0.7
Choose a head ref
  • 4 commits
  • 28 files changed
  • 2 contributors

Commits on Aug 29, 2022

  1. fix(backend-core): Don't stringify invitations metadata

    In the invitations API createInvitation() method, we were stringifying
    the value of the publicMetadata property. Since publicMetadata is
    already a JSON object, the additional stringify call is redundant.
    gkats committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    1b99104 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #347 from clerkinc/invitation-metadata-no-stringify

    fix(backend-core): Don't stringify invitations metadata
    gkats authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    496aa4f View commit details
    Browse the repository at this point in the history
  3. chore(release): Publish

     - @clerk/backend-core@2.2.0-staging.1
     - @clerk/edge@1.8.2-staging.3
     - @clerk/nextjs@4.1.2-staging.3
     - @clerk/remix@1.1.2-staging.3
     - @clerk/clerk-sdk-node@4.1.2-staging.3
    nikosdouvlis committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    354e3bc View commit details
    Browse the repository at this point in the history
  4. chore(release): Publish

     - @clerk/backend-core@2.2.0
     - @clerk/clerk-js@4.3.0
     - @clerk/edge@1.8.2
     - @clerk/clerk-expo@0.9.47
     - @clerk/nextjs@4.1.2
     - @clerk/clerk-react@4.0.7
     - @clerk/remix@1.1.2
     - @clerk/clerk-sdk-node@4.1.2
     - @clerk/shared@0.3.15
     - @clerk/themes@1.2.5
     - @clerk/types@3.4.0
    nikosdouvlis committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    c3d01a8 View commit details
    Browse the repository at this point in the history
Loading