Skip to content

Releases: clerk/javascript

@clerk/vue@1.8.6

29 May 13:10
94be195
Compare
Choose a tag to compare

Patch Changes

@clerk/types@4.59.3

29 May 13:11
94be195
Compare
Choose a tag to compare

Patch Changes

  • Add "Past Due" amount on checkout flow when applicable (#6014) by @octoper

  • Handle missing publicUserData in OrganizationMembership (#6016) by @tmilewski

@clerk/themes@2.2.48

29 May 13:10
94be195
Compare
Choose a tag to compare

Patch Changes

@clerk/testing@1.7.5

29 May 13:10
94be195
Compare
Choose a tag to compare

Patch Changes

@clerk/tanstack-react-start@0.15.8

29 May 13:11
94be195
Compare
Choose a tag to compare

Patch Changes

@clerk/shared@3.9.5

29 May 13:10
94be195
Compare
Choose a tag to compare

Patch Changes

  • Bug fix: In createCheckAuthorization allow for old org_role format in JWT v1 where org: is missing. (#5988) by @panteliselef

    Example session claims:

    {
      "org_id": "org_xxxx",
      "org_permissions": [],
      "org_role": "admin",
      "org_slug": "test"
    }

    Code

    authObject.has({ role: 'org:admin' }); // -> true
    authObject.has({ role: 'admin' }); // -> true
  • Updated dependencies [2c6a0cc, 71e6a1f]:

    • @clerk/types@4.59.3

@clerk/remix@4.7.8

29 May 13:10
94be195
Compare
Choose a tag to compare

Patch Changes

@clerk/react-router@1.4.8

29 May 13:10
94be195
Compare
Choose a tag to compare

Patch Changes

@clerk/nuxt@1.6.9

29 May 13:10
94be195
Compare
Choose a tag to compare

Patch Changes

@clerk/nextjs@6.20.2

29 May 13:11
94be195
Compare
Choose a tag to compare

Patch Changes