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
7 changes: 0 additions & 7 deletions .changeset/widen-nextjs-react-peer.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @arkenv/nextjs

## 0.1.6

### Patch Changes

- #### Widen the React peer dependency range _[`#1833`](https://github.com/yamcodes/arkenv/pull/1833) [`230ed72`](https://github.com/yamcodes/arkenv/commit/230ed728399ab29c6926b6b098f995bb9cae7257) [@yamcodes](https://github.com/yamcodes)_


Allow `@arkenv/nextjs` to work with React 18.2.0 and later in the React 18 line, as well as every React 19 release, instead of requiring React 19.2.5. Install it alongside a supported React version, such as `pnpm add @arkenv/nextjs react@^18.2.0`.

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkenv/nextjs",
"version": "0.1.5",
"version": "0.1.6",
"author": "Yam Borodetsky <yam@yam.codes>",
"repository": {
"type": "git",
Expand Down
Loading