Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/late-flies-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'gatsby-plugin-clerk': patch
'@clerk/chrome-extension': patch
'@clerk/clerk-sdk-node': patch
'@clerk/backend': patch
'@clerk/fastify': patch
'@clerk/nextjs': patch
'@clerk/clerk-react': patch
'@clerk/remix': patch
'@clerk/clerk-expo': patch
---

Set correct information on required Node.js and React versions in README
2 changes: 1 addition & 1 deletion packages/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This package provides Clerk Backend API resources and low-level authentication u

## How to use

Works on Node.js `>=18.18.0` (or later) or on any V8 Isolates runtimes (eg Cloudflare Workers).
Works on Node.js `>=18.17.0` (or later) or on any V8 Isolates runtimes (eg Cloudflare Workers).

```sh
npm install @clerk/backend
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To use this package you should first create a Clerk application and retrieve a `

### Prerequisites

- Node.js `>=18.18.0` or later
- Node.js `>=18.17.0` or later

### Installation

Expand Down
4 changes: 2 additions & 2 deletions packages/expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Clerk is the easiest way to add authentication and user management to your Expo

### Prerequisites

- React v16+
- Node.js `>=18.18.0` or later
- React v18+
- Node.js `>=18.17.0` or later
- An application built using Expo

If an expo app already exists, you can skip this section and go straight to Installation.
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To use this plugin you should first create a Clerk application and retrieve a `S

### Prerequisites

- Node.js `>=18.18.0` or later
- Node.js `>=18.17.0` or later
- Fastify v4+

### Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-clerk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Clerk is the easiest way to add authentication and user management to your Gatsb
### Prerequisites

- Gatsby v5+
- Node.js `>=18.18.0` or later
- Node.js `>=18.17.0` or later

### Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ and profile management to your application in minutes.
### Prerequisites

- Next.js v10+
- Node.js `>=18.18.0` or later
- Node.js `>=18.17.0` or later

### Installation

Expand Down
4 changes: 2 additions & 2 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Clerk is the easiest way to add authentication and user management to your React

### Prerequisites

- React v16+
- Node.js `>=18.18.0` or later
- React v18+
- Node.js `>=18.17.0` or later

### Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/remix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Clerk is the easiest way to add authentication and user management to your Remix
### Prerequisites

- Remix `^2.0.0` or later
- Node.js `>=18.18.0` or later
- Node.js `>=18.17.0` or later

### Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ the <a href="https://clerk.com/docs/reference/node/getting-started?utm_source=gi

### Prerequisites

- Node.js `>=18.18.0` or later
- Node.js `>=18.17.0` or later

## Installation

Expand Down