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

fix(backend): Replace OrganizationMembershipRole with custom types for authorization #2405

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

panteliselef
Copy link
Member

@panteliselef panteliselef commented Dec 19, 2023

Description

Backport of #2408

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Packages affected

  • @clerk/backend
  • @clerk/chrome-extension
  • @clerk/clerk-js
  • @clerk/clerk-expo
  • @clerk/fastify
  • gatsby-plugin-clerk
  • @clerk/localizations
  • @clerk/nextjs
  • @clerk/clerk-react
  • @clerk/remix
  • @clerk/clerk-sdk-node
  • @clerk/shared
  • @clerk/themes
  • @clerk/types
  • build/tooling/chore

@panteliselef panteliselef self-assigned this Dec 19, 2023
Copy link

changeset-bot bot commented Dec 19, 2023

🦋 Changeset detected

Latest commit: e9773a2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@clerk/backend Patch
@clerk/fastify Patch
gatsby-plugin-clerk Patch
@clerk/nextjs Patch
@clerk/remix Patch
@clerk/clerk-sdk-node Patch

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

@panteliselef
Copy link
Member Author

!snapshot

@clerk-cookie
Copy link
Collaborator

Hey @panteliselef - the snapshot version command generated the following package versions:

Package Version
@clerk/backend 0.36.1-snapshot.vf6fc860
@clerk/chrome-extension 0.6.1-snapshot.vf6fc860
@clerk/clerk-js 4.67.1-snapshot.vf6fc860
@clerk/clerk-expo 0.19.26-snapshot.vf6fc860
@clerk/fastify 0.6.28-snapshot.vf6fc860
gatsby-plugin-clerk 4.4.30-snapshot.vf6fc860
@clerk/nextjs 4.28.2-snapshot.vf6fc860
@clerk/remix 3.1.12-snapshot.vf6fc860
@clerk/clerk-sdk-node 4.13.3-snapshot.vf6fc860

Tip: Use the snippet copy button below to quickly install the required packages.
@clerk/backend

npm i @clerk/backend@0.36.1-snapshot.vf6fc860 --save-exact

@clerk/chrome-extension

npm i @clerk/chrome-extension@0.6.1-snapshot.vf6fc860 --save-exact

@clerk/clerk-js

npm i @clerk/clerk-js@4.67.1-snapshot.vf6fc860 --save-exact

@clerk/clerk-expo

npm i @clerk/clerk-expo@0.19.26-snapshot.vf6fc860 --save-exact

@clerk/fastify

npm i @clerk/fastify@0.6.28-snapshot.vf6fc860 --save-exact

gatsby-plugin-clerk

npm i gatsby-plugin-clerk@4.4.30-snapshot.vf6fc860 --save-exact

@clerk/nextjs

npm i @clerk/nextjs@4.28.2-snapshot.vf6fc860 --save-exact

@clerk/remix

npm i @clerk/remix@3.1.12-snapshot.vf6fc860 --save-exact

@clerk/clerk-sdk-node

npm i @clerk/clerk-sdk-node@4.13.3-snapshot.vf6fc860 --save-exact

@clerk clerk deleted a comment from clerk-cookie Dec 19, 2023
@panteliselef panteliselef marked this pull request as ready for review December 19, 2023 14:30
@panteliselef panteliselef requested a review from a team as a code owner December 19, 2023 14:30
@panteliselef panteliselef requested review from anagstef and removed request for a team December 19, 2023 14:30
@panteliselef panteliselef added this pull request to the merge queue Dec 20, 2023
Merged via the queue into release/v4 with commit a8feab7 Dec 20, 2023
6 checks passed
@panteliselef panteliselef deleted the elef/sdk-1096-v4 branch December 20, 2023 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants