Skip to content

Commit

Permalink
chore(repo): Added Changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Nov 7, 2023
1 parent 4063d29 commit 11e7ea1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/dry-feet-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@clerk/clerk-js': major
'@clerk/nextjs': minor
'@clerk/clerk-react': minor
'@clerk/remix': minor
'@clerk/types': patch
---

- By default, all the components with routing will have the `routing` prop assigned as `'path'` by default when the `path` prop is filled.
- The `<UserButton />` component will set the default value of the `userProfileMode` prop to `'navigation'` if the `userProfileUrl` prop is provided.
- The `<OrganizationSwitcher />` component will have the `organizationProfileMode` and `createOrganizationMode` props assigned with `'navigation'` by default if the `organizationProfileUrl` and `createOrganizationUrl` props are filled accordingly.

0 comments on commit 11e7ea1

Please sign in to comment.