Skip to content

Commit b4e62ef

Browse files
committed
v1.0.7
1 parent ae1f657 commit b4e62ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
[![License][badge-license]][github-license-url]
1010

1111
> [!IMPORTANT]
12-
> **If you are using `react18`, use ver.1 of `next-mdx-remote-client`, currently v1.0.6**
12+
> **If you are using `react18`, use ver.1 of `next-mdx-remote-client`, currently v1.0.7**
1313
>
14-
> **If you are using `react19`, use ver.2 of `next-mdx-remote-client`, currently v2.0.0**
14+
> **If you are using `react19`, use ver.2 of `next-mdx-remote-client`, currently v2.0.1**
1515
>
1616
> *The both serve the same features and APIs. I am going to maintain both.*
1717

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "next-mdx-remote-client",
33
"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`.",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"main": "./dist/csr/index.js",
66
"types": "./dist/csr/index.d.ts",
77
"type": "module",

0 commit comments

Comments
 (0)