Skip to content

Commit

Permalink
chore(repo): Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Nov 24, 2023
1 parent 7a06e22 commit bc3d78e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/quick-countries-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@clerk/clerk-js': minor
'@clerk/backend': minor
'@clerk/types': minor
---

Re-use common pagination types for consistency across types.

Types introduced in `@clerk/types`:
- `ClerkPaginationRequest` : describes pagination related props in request payload
- `ClerkPaginatedResponse` : describes pagination related props in response body
- `ClerkPaginationParams` : describes pagination related props in api client method params

0 comments on commit bc3d78e

Please sign in to comment.