Skip to content

Commit

Permalink
fix(repo): Make changeset entries for deprecation warnings consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Sep 28, 2023
1 parent bdfbf0d commit d9ef2a6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/eighty-swans-trade.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'@clerk/shared': patch
---

Apply deprecation warnings:
Apply deprecation warnings for `@clerk/shared`:
- `OrganizationContext`
- `organizationList`
- `useOrganizations`
Expand Down
4 changes: 2 additions & 2 deletions .changeset/late-carrots-notice.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@clerk/clerk-react': patch
---

Warn about `setSession` deprecation.
Apply deprecation warnings for `@clerk/clerk-react`:
- `setSession`
2 changes: 1 addition & 1 deletion .changeset/silent-fishes-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@clerk/backend': minor
---

Replace utilities with @clerk/shared exports
Replace utilities with `@clerk/shared` exports
7 changes: 6 additions & 1 deletion .changeset/spicy-toys-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
'@clerk/nextjs': patch
---

Warn about deprecations that will be dropped in next major version
Apply deprecation warnings for `@clerk/nextjs`:
- `CLERK_JS_VERSION` environment variable
- `CLERK_API_KEY` environment variable
- `NEXT_PUBLIC_CLERK_FRONTEND_API` environment variable
- `withClerkMiddleware`
- `withServerSideAuth`
2 changes: 1 addition & 1 deletion .changeset/two-ads-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@clerk/backend": patch
---

Apply deprecation warnings backend package for:
Apply deprecation warnings for `@clerk/backend`:
- backend api return format
- `clockSkewInSeconds`
- `pkgVersion`
Expand Down

0 comments on commit d9ef2a6

Please sign in to comment.