From 634b3b7dc3c2c054470ed29de8a6e6c7b5fd5e42 Mon Sep 17 00:00:00 2001 From: HashiBot <62622282+hashibot-web@users.noreply.github.com> Date: Wed, 22 May 2024 10:46:00 -0700 Subject: [PATCH] Version Packages (#461) Co-authored-by: github-actions[bot] --- .changeset/empty-experts-change.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/empty-experts-change.md create mode 100644 CHANGELOG.md diff --git a/.changeset/empty-experts-change.md b/.changeset/empty-experts-change.md deleted file mode 100644 index 0e13e61..0000000 --- a/.changeset/empty-experts-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'next-mdx-remote': major ---- - -Update to MDX v3 and add support for React 19. Fix various TypeScript errors. Remove usage of Rollup. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..da8938d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# next-mdx-remote + +## 5.0.0 + +### Major Changes + +- [#448](https://github.com/hashicorp/next-mdx-remote/pull/448) [`67a221f`](https://github.com/hashicorp/next-mdx-remote/commit/67a221fa59418af1289ea360ba42a2cdc3c2e5c1) Thanks [@dstaley](https://github.com/dstaley)! - Update to MDX v3 and add support for React 19. Fix various TypeScript errors. Remove usage of Rollup. diff --git a/package.json b/package.json index 6c69e06..2266c2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-mdx-remote", "description": "utilities for loading mdx from any remote source as data, rather than as a local import", - "version": "4.4.1", + "version": "5.0.0", "author": "Jeff Escalante", "bugs": { "url": "https://github.com/hashicorp/next-mdx-remote/issues"