Skip to content

Commit

Permalink
compatibility section
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Nov 29, 2024
1 parent 3fefc47 commit 6f6f43b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,27 @@

[Preview (Video)](https://github.com/jantimon/next-yak/assets/4113649/f5a220fc-2a0f-46be-a8e7-c855f7faa337)

## Compatibility

| next-yak version | Next.js version | swc_core version |
|------------------|-----------------|------------------|
| 3.x | 15.x | 3.0.2 |
| 2.x | 14.x | 0.279.0 |

Make sure to use a compatible version when installing:


## Installation

```bash
npm install next-yak
```
# For Next.js 15.x
npm install next-yak@3

or
# For Next.js 14.x
npm install next-yak@2

```bash
yarn add next-yak
# For Next.js 13.x
npm install next-yak@1
```

## Getting Started
Expand Down
21 changes: 16 additions & 5 deletions packages/next-yak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,27 @@
[Preview (Video)](https://github.com/jantimon/next-yak/assets/4113649/f5a220fc-2a0f-46be-a8e7-c855f7faa337
)

## Compatibility

| next-yak version | Next.js version | swc_core version |
|------------------|-----------------|------------------|
| 3.x | 15.x | 3.0.2 |
| 2.x | 14.x | 0.279.0 |

Make sure to use a compatible version when installing:


## Installation

```bash
npm install next-yak
```
# For Next.js 15.x
npm install next-yak@3

or
# For Next.js 14.x
npm install next-yak@2

```bash
yarn add next-yak
# For Next.js 13.x
npm install next-yak@1
```

## Getting Started
Expand Down

0 comments on commit 6f6f43b

Please sign in to comment.