feat(shared): Organization hooks with setData and revalidate (#1745)#2013
Merged
Conversation
* feat(shared): Expose stable mutate * chore(clerk-js): OrganizationList and switcher with stable mutate * chore(clerk-js): OrganizationProfile with stable mutate * fix(shared): Replace mutate with setCache and revalidate * fix(clerk-js): Replace mutate with setCache and revalidate * chore(clerk-js,shared): Replace setCache with setData * fix(shared): Remove unnecessary complexity in types * chore(clerk-js): Update after rebase * chore(shared): Add comments with context * chore(shared): Update changeset (cherry picked from commit 743c4d2)
🦋 Changeset detectedLatest commit: 9b8869f The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
!snapshot |
Collaborator
Author
|
Hey @panteliselef - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/backend@0.33.1-snapshot.v9b8869f --save-exact
npm i @clerk/chrome-extension@0.4.14-snapshot.v9b8869f --save-exact
npm i @clerk/clerk-js@4.64.3-snapshot.v9b8869f --save-exact
npm i @clerk/clerk-expo@0.19.16-snapshot.v9b8869f --save-exact
npm i @clerk/fastify@0.6.21-snapshot.v9b8869f --save-exact
npm i gatsby-plugin-clerk@4.4.22-snapshot.v9b8869f --save-exact
npm i @clerk/nextjs@4.26.3-snapshot.v9b8869f --save-exact
npm i @clerk/clerk-react@4.27.3-snapshot.v9b8869f --save-exact
npm i @clerk/remix@3.1.4-snapshot.v9b8869f --save-exact
npm i @clerk/clerk-sdk-node@4.12.20-snapshot.v9b8869f --save-exact
npm i @clerk/shared@1.1.0-snapshot.v9b8869f --save-exact |
nikosdouvlis
approved these changes
Nov 2, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backporting #1745 to the release/v4 branch
(cherry picked from commit 743c4d2)