Skip to content

Commit

Permalink
chore(repo): Version packages (#3232)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
clerk-cookie and github-actions[bot] committed Apr 19, 2024
1 parent cfbe43d commit f6e7844
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-seahorses-repeat.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/nextjs/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.0.1

### Patch Changes

- cfbe43d3a: Correctly read legacy NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL and NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL env variables

## 5.0.0

### Major Changes
Expand Down Expand Up @@ -94,7 +100,8 @@
- use `publishableKey` instead of `frontendApi`
- use `ClerkProviderOptionsWrapper` type instead of `IsomorphicClerkOptions`
- 8aea39cd6: - Introduce `@clerk/clerk-react/errors` and `@clerk/clerk-react/internal` subpath exports to expose some internal utilities. Eg
```typescript

````typescript
// Before
import { **internal**setErrorThrowerOptions } from '@clerk/clerk-react';
// After
Expand All @@ -120,6 +127,8 @@
- Drop `withUser`, `WithUser`, `withClerk` HOFs and `WithClerk`, `withSession`, `WithSession` HOCs from the `@clerk/clerk-react`
to reduce the export surface since it's trivial to implement if needed.
````
- dd5703013: Change the response payload of Backend API requests to return `{ data, errors }` instead of return the data and throwing on error response.
Code example to keep the same behavior:
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "5.0.0",
"version": "5.0.1",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down

0 comments on commit f6e7844

Please sign in to comment.