Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
“talatkuyuk” committed Jan 10, 2025
1 parent 8f01769 commit 40fe516
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
[![typescript][badge-typescript]][typescript-url]
[![License][badge-license]][github-license-url]

> [!IMPORTANT]
> **If you are using `react18`, use ver.1 of `next-mdx-remote-client`, currently v1.0.4**
>
> **If you are using `react19`, use ver.2 of `next-mdx-remote-client`, currently v2.0.0**
>
> *The both serve the same features and APIs. I am going to maintain both.*
The **`next-mdx-remote-client`** is a wrapper of **`@mdx-js/mdx`** for **`nextjs`** applications in order to load MDX content. It is a fork of **`next-mdx-remote`**.

See some blog applications in which **`next-mdx-remote-client`** is used:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-mdx-remote-client",
"description": "A wrapper of the `@mdx-js/mdx` for the `nextjs` applications in order to load MDX content. It is a fork of `next-mdx-remote`.",
"version": "1.0.3",
"version": "1.0.4",
"main": "./dist/csr/index.js",
"types": "./dist/csr/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -109,8 +109,8 @@
"vitest": "^2.1.8"
},
"peerDependencies": {
"react": "^18.3",
"react-dom": "^18.3"
"react": ">= 18.3.0 < 19.0.0",
"react-dom": ">= 18.3.0 < 19.0.0"
},
"engines": {
"node": ">=18.18.0"
Expand Down

0 comments on commit 40fe516

Please sign in to comment.